Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 605 Bytes | |
v0.39.7 source code.tar.gz | 2025-05-27 | 3.7 MB | |
v0.39.7 source code.zip | 2025-05-27 | 3.8 MB | |
Totals: 3 Items | 7.5 MB | 0 |
Release 0.39.7 (2025-05-27)
- Add some methods for
DataFrame
filter_by<F: Fn(Scalar) -> bool>(&self, column: &str, f: F) -> anyhow::Result<DataFrame>
: Filter rows by a condition on a specific columnmask(&self, mask: &Series) -> anyhow::Result<DataFrame>
: Filter rows by a boolean maskselect_rows(&self, indices: &[usize]) -> DataFrame
: Select specific rows by indices
Release 0.39.6 (2025-05-16)
- New ODESolver:
RKF78
- Implement
RKF78
method forODESolver
Full Changelog: https://github.com/Axect/Peroxide/compare/v0.39.5...v0.39.7