Skip to content

v0.22.0

Latest
Compare
Choose a tag to compare
@nmandery nmandery released this 26 Nov 10:01
· 6 commits to main since this release

0.22.0 - 2024-11-26

  • Breaking: Remove lots the dataframe-library specific functions and instead work with arrow arrays and record-batches directly using the Arrow PyCapsule interface.
    The core and polars parts of this library are no longer depending on pyarrow - instead the lightweight 'arro3' library is used. The pandas-parts still require pyarrow which needs the be installed manually.
  • Support for numpy 2.
  • Upgrade to h3o 0.7.
  • Release the GIL more often to allow other threads to run.
  • The minimum supported python version is now 3.9.