Skip to content

Commit

Permalink
Release si-units v0.11.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner authored Dec 28, 2024
1 parent 6f2e6d8 commit 80e84b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions si-units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0] - 2024-12-08
### Removed
- Removed `SIArray1` class, which was just there for the namespace anyways. [#77](https://github.com/itt-ustutt/quantity/pull/77)

### Added
- Added `array()`, `linspace()` and `logspace()` as replacements for `SIArray1()`, `SIArray1.linspace()` and `SIArray1.logspace()`. [#77](https://github.com/itt-ustutt/quantity/pull/77)

## [0.10.0] - 2024-12-05
### Packaging
- Update `pyo3` and `numpy` dependencies to 0.23. [#76](https://github.com/itt-ustutt/quantity/pull/76)

## [0.9.1] - 2024-11-28
### Fixed
- Added division by `CELSIUS`. [#74](https://github.com/itt-ustutt/quantity/pull/74)

## [0.9.0] - 2024-10-24
### Changed
- Reimplemented `si-units` Python package independent of `quantity` crate in and more "pythonic" fashion. [#63](https://github.com/itt-ustutt/quantity/pull/63)
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.10.0"
version = "0.11.0"
authors = [
"Philipp Rehner <[email protected]>",
"Gernot Bauer <[email protected]>",
Expand Down

0 comments on commit 80e84b5

Please sign in to comment.