Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-24 | 688 Bytes | |
v0.40.0 source code.tar.gz | 2025-07-24 | 4.2 MB | |
v0.40.0 source code.zip | 2025-07-24 | 4.3 MB | |
Totals: 3 Items | 8.5 MB | 1 |
Release 0.40.0 (2025-07-24)
Move from arrow2
to arrow
& parquet
- Remove
arrow2
dependency - Add
arrow
andparquet
dependencies - Update
WithParquet
implementation - On user side, there are almost no changes in
DataFrame
API, but there is one change forfuga
user: CompressionOptions
->UNCOMPRESSED
,SNAPPY
,GZIP(level)
,LZ4
,ZSTD(level)
,BROTLI(level)
,LZO
,LZ4_RAW
- For
prelude user
, there are completely no changes. Default compression isSNAPPY
.
Release 0.39.11 (2025-07-22)
- Implement
derivative
andintegral
of B-Spline
Full Changelog: https://github.com/Axect/Peroxide/compare/v0.39.11...v0.40.0