Releases: itt-ustutt/quantity
Releases · itt-ustutt/quantity
v0.13.1
01 May 15:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Added handling of numpy values for sqrt and cbrt. #97
v0.13.0
06 Jan 16:31
Compare
Sorry, something went wrong.
No results found
Changed
Use const generics instead of types from typenum to represent units. #95
v0.12.2
04 Dec 12:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Updated ndarray dependency to 0.17 to fix incorrect dependency resolution. #94
v0.12.0
08 Nov 10:57
Compare
Sorry, something went wrong.
No results found
Packaging
Updated pyo3 and numpy dependencies to 0.27. #93
v0.11.0
28 Sep 14:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Updated the optional num-dual dependency to 0.11.2. #91