Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoLondon committed Apr 21, 2021
1 parent e2ca159 commit 2138e4a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/changeNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@

## Pending changes

### Additions
_none_

---

## V1.6.0

### V1.6 Additions

- `insertSetIndexColumn` for partitioning a column's values into sets and assigning a unique id to each. Useful for spreading a table comprising only key and value columns.

### Bug Fixes
### V1.6 Bug Fixes

- Better handling of ragged tables. Some transposing operations that encountered empty columns previously resulted in empty tables; they now transpose all non empty rows and columns. All ragged tables now padded with empty strings.

### Other Changes
### V1.6 Other Changes

- Some code cleanup to reduce download footprint.

---

Expand Down

0 comments on commit 2138e4a

Please sign in to comment.