Skip to content

Releases: itt-ustutt/quantity

si-units v0.11.0

28 Dec 14:14
Compare
Choose a tag to compare

Removed

  • Removed SIArray1 class, which was just there for the namespace anyways. #77

Added

  • Added array(), linspace() and logspace() as replacements for SIArray1(), SIArray1.linspace() and SIArray1.logspace(). #77

v0.10.0

05 Dec 16:28
Compare
Choose a tag to compare

Packaging

  • Update pyo3 and numpy dependencies to 0.23. #76

v0.9.1

28 Nov 13:18
7eda3bd
Compare
Choose a tag to compare

Fixed

  • Added division by CELSIUS in Python. #74

v0.9.0

24 Oct 11:21
370a89e
Compare
Choose a tag to compare

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

v0.8.0

11 Apr 13:25
821cc32
Compare
Choose a tag to compare

Packaging

  • Updated pyo3 and numpy dependencies to 0.21 and adjusted to the new Bound API.

v0.7.0

15 Oct 14:15
854ec18
Compare
Choose a tag to compare

Packaging

  • Updated pyo3 and numpy dependencies to 0.20.
  • Updated approx dependency to 0.5.

v0.6.2

06 Aug 08:08
69be4de
Compare
Choose a tag to compare

Added

  • Added new functions SIUnit::from_raw_parts and SIUnit::into_raw_parts. #55

Fixed

  • Fixed workflow for Apple universal2 wheels. #55

v0.6.1

06 Aug 07:46
94b1edd
Compare
Choose a tag to compare

Added

  • Added new functions Quantity::from_raw_parts and Quantity::into_raw_parts for SI quantities. #54

v0.6.0

20 Jan 17:26
968e92f
Compare
Choose a tag to compare

Added

  • Added the new SI unit prefixes QUECTO, RONTO, RONNA, and QUETTA. #49

Packaging

  • Updated pyo3 and numpy dependencies to 0.18. #52

v0.5.1

08 Jun 07:40
3bca25e
Compare
Choose a tag to compare

Added

  • Added implementations of IntoIterator for every Quantity with iteratable inner types. #48
  • Implemented FromIterator for QuantityArray1, enabling the use of collect() for quantity arrays. #48