-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github action, update repository files
- Loading branch information
1 parent
ec90bed
commit f623f45
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
v0.0.1 - Releasing whl/tar.gz for project | ||
v0.0.2 - Fixes and making this more jupyter friendly | ||
v0.0.3 - Rewritten for use as a class library | ||
v0.0.4 - bugfix: Transmute class import issue | ||
v0.0.5 - bugfix: issue converting parquet->csv and datetime conversions. | ||
v0.0.6 - bugfix: issue with casting steps defined in schema | ||
v0.0.7 - removed pathlib and switched to fsspec to try webdave | ||
v0.0.8 - added unittests for cli and class csv to parquet conversion | ||
v0.0.9 - update to github action, updates RELEASE.md and LICENSE files | ||
v0.0.1 - Releasing whl/tar.gz for project | ||
v0.0.2 - Fixes and making this more jupyter friendly | ||
v0.0.3 - Rewritten for use as a class library | ||
v0.0.4 - bugfix: Transmute class import issue | ||
v0.0.5 - bugfix: issue converting parquet->csv and datetime conversions. | ||
v0.0.6 - bugfix: issue with casting steps defined in schema | ||
v0.0.7 - removed pathlib and switched to fsspec to try webdave | ||
v0.0.8 - added unittests for cli and class csv to parquet conversion | ||
v0.0.9 - update to github action, updates RELEASE.md and LICENSE files | ||
v0.0.10 - Bump polars version and add tests for both 3.10 and 3.11, investigating segfault |