-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
29 lines (29 loc) · 1.88 KB
/
CHANGELOG
File metadata and controls
29 lines (29 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- 1.2.5: Fixed date parser error when date is an int POSIX timestamp.
- 1.2.4: Fixed date parser error when date is an int POSIX timestamp.
- 1.2.3: Minor change in Ray dependency.
- 1.2.2: Fix to date ISO conversion where date str already in ISO-format, plus Ray dependency fix.
- 1.2.1: Minor change in Ray dependency.
- 1.2.0: Upgrading Pydantic from version 1.8 to version 2.10.
- 1.1.3: Improving exception error messages to be more helpful.
- 1.1.2: Fixes for `CATEGORY` parser for ambiguous term names.
- 1.1.1: Fixes for action parser where field names contain ambiguous characters.
- 1.1.0: Fixes to tests
- 1.0.9: New `COLLATE` action, and a tutorial to demonstrate it.
- 1.0.8: CategoryModel terms now use StrictBool to avoid Pydantic's liberal interpretation of booleans.
- 1.0.7: Minor fix.
- 1.0.6: Minor fix.
- 1.0.5: Additional ambiguity checks for category term edge case where source or destination fields can share category names.
- 1.0.4: Ambiguity checks for string blank space. If source data includes, should not be removed to preserve original structure.
- 1.0.3: Disambiguation where schema subject and object field categories have the same name.
- 1.0.2: Dependency updates.
- 1.0.1: Permitting `nrow` limit on Parquet files.
- 1.0.0: Complete refactor with breaking changes. See documentation changelog.
- 0.6.2: Fix for parsing ambiguity errors, plus Excel row-count exceeded on save.
- 0.6.1: Minor correction for row count.
- 0.6.0: Ensuring consistent optional column 'name' change for header row, plus new row-count in input and working data.
- 0.5.0: Breaking API changes, including a complete rebuild to support Pydantic and type annotations.
- 0.3.1: Minor documentation corrections & updated Manifest.
- 0.3.0: Introduced `Morph` table restructuring functions.
- 0.2.0: Refactored `Action` wrangling functions to support new drop-in actions.
- 0.1.1: Minor bug fixes.
- 0.1.0: Initial release.