Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions si-units/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.5] - 2026-06-22
### Packaging
- Added CI workflow for emscripten wheel. [#117](https://github.com/itt-ustutt/quantity/pull/117)

## [0.11.4] - 2026-05-01
### Changed
- 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)
Expand Down
2 changes: 1 addition & 1 deletion si-units/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "si-units"
version = "0.11.4"
version = "0.11.5"
authors = [
"Philipp Rehner <prehner@ethz.ch>",
"Gernot Bauer <bauer@itt.uni-stuttgart.de>",
Expand Down
2 changes: 1 addition & 1 deletion si-units/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "si-units"
version = "0.11.4"
version = "0.11.5"
description = "Representation of quantites, i.e. of unit valued scalars and arrays."
readme = "README.md"
authors = [
Expand Down
Loading