Skip to content

v0.5.10

Compare
Choose a tag to compare
@lllangWV lllangWV released this 25 Oct 03:56
· 17 commits to main since this release

0.5.10 (10-25-2024)

Bugs
  • Fixed bug where some FixedListArrays were null.
  • Resolved issue where some rows were null in the method that enforces numeric and boolean list types.
New Features
  • Introduced a new method for preprocessing incoming tables.
  • Modified create and update methods to apply table_column_callbacks, allowing users to reconstruct ndarrays more easily.
Documentation updates
  • Updated _version.py and CHANGELOG.md for the new release.
  • Enhanced comments for better code readability.
Maintenance
  • Updated tests to ensure functionality.
  • Moved data generation logic to general_utils.
  • Cleaned up the codebase for improved quality.