Skip to content

Commit 7e868bc

Browse files
chore: release v0.9.1
1 parent 839bc2b commit 7e868bc

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.1](https://github.com/Armavica/rebop/compare/v0.9.0...v0.9.1) - 2025-01-23
9+
10+
### Changed
11+
12+
- change error message for species not involved in reactions
13+
- allow species not in reactions to be init but with warning
14+
- rename lib::Rate into lib::PRate
15+
- rename PExpr::Concentration into PExpr::Variable
16+
17+
### Documentation
18+
19+
- fix parameters in docs index page
20+
- add example with Michaelis-Menten rate
21+
- improve docstrings to explain reaction rates
22+
- fix some docstrings of the rust API
23+
24+
### Fixed
25+
26+
- use Mapping and Sequence instead of dict and list in type hints
27+
- raise error on erroneous rate expressions
28+
- make the rates more strict
29+
- ensure that the dataset returned has a time coordinate
30+
31+
### Miscellaneous
32+
33+
- update pixi.lock with new version
34+
- add test with crossed rates
35+
- remove useless clone
36+
- remove unused imports
37+
838
## [0.9.0](https://github.com/Armavica/rebop/compare/v0.8.3...v0.9.0) - 2025-01-22
939

1040
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebop"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Virgile Andreani <armavica@ulminfo.fr>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)