Skip to content

Releases: minikin/uncertain-rs

v0.2.1

24 Nov 15:59
d5c2836

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

What's Changed

  • feat: add structured error handling with UncertainError type by @minikin in #11
  • docs: document panics and add must_use to error constructors by @minikin in #12
  • feat: add parallel sampling with rayon for improved performance by @minikin in #13

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Sep 18:46

Choose a tag to compare

What's Changed

  • feat: add cache, benchmark by @minikin in #1
  • Update computation.rs by @minikin in #2
  • chore: add more tests by @minikin in #3
  • deps(deps): update criterion requirement from 0.5 to 0.7 by @dependabot[bot] in #4
  • chore: add climate_modeling example, fix api by @minikin in #5
  • feat: add sensor example by @minikin in #6
  • feat: enhanced computation graph with caching strategies by @minikin in #7
  • feat: add lazy evaluation by @minikin in #8
  • feat: add common-subexpression by @minikin in #9
  • feat: implement computation graph optimizations by @minikin in #10

New Contributors

Full Changelog: https://github.com/minikin/uncertain-rs/commits/v0.2.0