Skip to content

Commit 764105b

Browse files
authored
Update CHANGELOG.md
1 parent 7249bfe commit 764105b

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
# Revision history for dataframe
22

3-
## 0.1.0.0 -- 2024-02-24
3+
## 0.1.0.1
44

5-
* Initial commit with small example
6-
7-
## 0.1.0.1 -- 2024-11-24
8-
9-
* Added a few more dataframe operations. Notably sum and filtering logic.
10-
* Slightly better error messaging for wrong types
11-
* Another example dataset + example program.
12-
13-
## 0.1.0.2 -- 2024-11-30
14-
15-
* Changed default string type to bytestring
16-
* Add a single-column groupBy implementation
17-
* Improved CSV IO to use mutable vectors and reduce allocations.
18-
* Multi-column groupBy operation
5+
* Fixed parse failure on nested, escaped quotation.
6+
* Fixed column info when field name isn't found.

0 commit comments

Comments
 (0)