Skip to content

Commit adf71be

Browse files
committed
Merge branch 'release' into dev
2 parents b411839 + 0f2c2cf commit adf71be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.39.11"
3+
version = "0.40.0"
44
authors = ["axect <axect@outlook.kr>"]
55
edition = "2018"
66
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release 0.40.0 (2025-07-24)
2+
3+
## Move from `arrow2` to `arrow` & `parquet`
4+
5+
- Remove `arrow2` dependency
6+
- Add `arrow` and `parquet` dependencies
7+
- Update `WithParquet` implementation
8+
- On user side, there are almost no changes in `DataFrame` API, but there is one change for `fuga` user:
9+
- `CompressionOptions` -> `UNCOMPRESSED`, `SNAPPY`, `GZIP(level)`, `LZ4`, `ZSTD(level)`, `BROTLI(level)`, `LZO`, `LZ4_RAW`
10+
- For `prelude user`, there are completely no changes. Default compression is `SNAPPY`.
11+
112
# Release 0.39.11 (2025-07-22)
213

314
- Implement `derivative` and `integral` of B-Spline

0 commit comments

Comments
 (0)