Download Latest Version v0.40.0 source code.tar.gz (4.2 MB)
Email in envelope

Get an email when there's a new version of Peroxide

Home / v0.39.7
Name Modified Size InfoDownloads / 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 column
  • mask(&self, mask: &Series) -> anyhow::Result<DataFrame> : Filter rows by a boolean mask
  • select_rows(&self, indices: &[usize]) -> DataFrame : Select specific rows by indices

Release 0.39.6 (2025-05-16)

  • New ODESolver: RKF78
  • Implement RKF78 method for ODESolver

Full Changelog: https://github.com/Axect/Peroxide/compare/v0.39.5...v0.39.7

Source: README.md, updated 2025-05-27