Skip to content

Releases: itt-ustutt/quantity

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

v0.10.5

03 Jun 07:45
0929bce

Choose a tag to compare

Changed

  • Made all methods (except of logspace) of quantity arrays generic with respect to the item type. #88

v0.10.4

02 Jun 18:59
8f89c3d

Choose a tag to compare

Added

  • Implemented Display for Dimensionless<T>. #88
  • Implemented Debug for Angle<T>. #88
  • Added Quantity<T, U>::inv. #88

Changed

  • Generalized implementation of Quantity<T, U>::abs to every type with T: Signed. #88
  • Generalized implementation of Quantity::from_vec and Quantity::linspace. #88

v0.10.3

07 May 08:00
6d2d1da

Choose a tag to compare

Added

  • Implemented Deref for Dimensionless<T>. #86
  • Added the new type aliases MassFlux, HeatFlux, ThermalTransmittance, and ThermalResistance. #87