Skip to content

rustitude v0.5.0

Compare
Choose a tag to compare
@denehoffman denehoffman released this 24 May 08:44
· 134 commits to main since this release

New Features

  • add RustitudeError and remove unwraps, error handling should work in python as well
  • update benchmark and itertools dep, which deprecated group_by -> chunk_by
  • make Model::new public to allow for proper benchmarking, and add divan benchmark for basic kmatrix

Bug Fixes

  • switch from divan to criterion because I don't trust the threaded benchmarks
  • didn't need an extra pyproject.toml
  • bump versions

Test

  • add convert script and update benchmark to use a standardized test file

Commit Statistics

  • 9 commits contributed to the release over the course of 2 calendar days.
  • 8 days passed between releases.
  • 7 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Bump versions (405ed0c)
    • Merge pull request #3 from denehoffman/python_reorg (467caac)
    • Add RustitudeError and remove unwraps, error handling should work in python as well (6955773)
    • Add convert script and update benchmark to use a standardized test file (a306fc4)
    • Merge pull request #2 from denehoffman/create_benchmarks (1297b92)
    • Switch from divan to criterion because I don't trust the threaded benchmarks (6a67ab1)
    • Didn't need an extra pyproject.toml (36236e5)
    • Update benchmark and itertools dep, which deprecated group_by -> chunk_by (b495892)
    • Make Model::new public to allow for proper benchmarking, and add divan benchmark for basic kmatrix (8b1eee7)