Skip to content

v0.9.0

Compare
Choose a tag to compare
@prehner prehner released this 24 Oct 11:21
· 14 commits to master since this release
370a89e

Changed

  • Reimplemented si-units Python package independent of quantity crate in and more "pythonic" fashion. #63
  • Reimplemented quantity to compile-time checked units using the typenum crate. #64
  • Hide non-essential dependencies behind features ndarray, approx, num-dual, python, python_numpy. #70
  • Implemented angles based on the Quantity struct rather than the ang crate. #72

Added

  • Added basic support for the combination of structs in the num-dual crate with units. #66

Packaging

  • Update pyo3 and numpy dependencies to 0.22. #65