Skip to content

Releases: itt-ustutt/quantity

v0.13.1

01 May 15:53

Choose a tag to compare

Added

  • Added implementations for trigonometric funtions for Angle<T> with T: DualNum<f64> when the num-dual feature is active. #105
  • Added ATM and POISE as additional units for pressure and viscosity.
  • Added EPSILON0 and KE as additional constants. #113

si-units-v0.11.4

01 May 15:52

Choose a tag to compare

Changed

  • Generalized indexing, such that, e.g., general multidimensional slicing operations are possible for quantities containing NumPy arrays. #110

Added

  • Added ATM and POISE as additional units for pressure and viscosity.
  • Added sum for SIObjects that can be summed. #111
  • Added EPSILON0 and KE as additional constants. #113

Fixed

  • Fixed the String representation of non-scalar mass quantities. #111

si-units v0.11.2

18 Apr 15:37

Choose a tag to compare

Added

  • Added getters for value and unit of SIObject. #102
  • Added value_in so SIObject to convert a quantity to a given unit. #103

si-units v0.11.1

23 Jan 13:02
6ef07ee

Choose a tag to compare

Fixed

  • Added handling of numpy values for sqrt and cbrt. #97

v0.13.0

06 Jan 16:31
61afa50

Choose a tag to compare

Changed

  • Use const generics instead of types from typenum to represent units. #95

v0.12.2

04 Dec 12:01
b4b15ad

Choose a tag to compare

Fixed

  • Also updated num-dual dependency to 0.13 to fix incorrect dependency resolution for downstream crates. #95

v0.12.1

04 Dec 11:47
fb150f8

Choose a tag to compare

Fixed

  • Updated ndarray dependency to 0.17 to fix incorrect dependency resolution. #94

v0.12.0

08 Nov 10:57

Choose a tag to compare

Packaging

  • Updated pyo3 and numpy dependencies to 0.27. #93

v0.11.0

28 Sep 14:01
99734c8

Choose a tag to compare

Added

  • Added core functionalities for quantities with underlying data structures from nalgebra. #92
  • Added automatic differentiation capabilities from the num-dual crate. #92

v0.10.6

24 Jun 11:23
8fcf18b

Choose a tag to compare

Changed

  • Updated the optional num-dual dependency to 0.11.2. #91