You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
## [0.13.1] - 2026-05-21
9
+
## [0.13.2] - 2026-05-21
10
10
### Added
11
11
- Made `Quantity::new` available in `const` contexts.
12
12
13
+
## [0.13.1] - 2026-05-01
14
+
### Added
15
+
- Added implementations for trigonometric funtions for `Angle<T>` with `T: DualNum<f64>` when the `num-dual` feature is active. [#105](https://github.com/itt-ustutt/quantity/pull/105)
16
+
- Added `ATM` and `POISE` as additional units for pressure and viscosity.
17
+
- Added `EPSILON0` and `KE` as additional constants. [#113](https://github.com/itt-ustutt/quantity/pull/113)
18
+
13
19
## [0.13.0] - 2026-01-06
14
20
### Changed
15
21
- Use const generics instead of types from `typenum` to represent units. [#95](https://github.com/itt-ustutt/quantity/pull/95)
Copy file name to clipboardExpand all lines: si-units/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.11.4] - 2026-05-01
10
+
### Changed
11
+
- Generalized indexing, such that, e.g., general multidimensional slicing operations are possible for quantities containing NumPy arrays. [#110](https://github.com/itt-ustutt/quantity/pull/110)
12
+
13
+
### Added
14
+
- Added `ATM` and `POISE` as additional units for pressure and viscosity.
15
+
- Added `sum` for `SIObject`s that can be summed. [#111](https://github.com/itt-ustutt/quantity/pull/111)
16
+
- Added `EPSILON0` and `KE` as additional constants. [#113](https://github.com/itt-ustutt/quantity/pull/113)
17
+
18
+
### Fixed
19
+
- Fixed the String representation of non-scalar mass quantities. [#111](https://github.com/itt-ustutt/quantity/pull/111)
20
+
21
+
## [0.11.3] - 2026-04-22
22
+
### Added
23
+
- Added stub information for methods and constants. [#106](https://github.com/itt-ustutt/quantity/pull/106)
24
+
9
25
## [0.11.2] - 2026-04-18
10
26
### Added
11
27
- Added getters for `value` and `unit` of `SIObject`. [#102](https://github.com/itt-ustutt/quantity/pull/102)
0 commit comments