Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Jan 23, 2025
1 parent 317a5b3 commit d197722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ Notable changes to FRAGMENT-MNP will be documented here. We are using [semantic

## [Unreleased]


## [1.1.0] - 2025-01-23

* Added mineralisation as a process that transfers mass from the dissolved pool to a mineralised polymer pool. This is controlled by a separate `k_min` rate constant.
* `c_diss_from_sc` and `n_diss_from_sc` are no longer stored in output data due to a change in the ODEs solved to incorporate mineralisation.
* Updated dissolution yaxis label from "Dissolution" to "Dissolved"


## [1.0.1] - 2024-01-13
## [1.0.1] - 2025-01-13

* Improvements and bug fixes in documentation.

Expand All @@ -27,7 +30,8 @@ Notable changes to FRAGMENT-MNP will be documented here. We are using [semantic
* Initial model version.


[Unreleased]: https://github.com/microplastics-cluster/fragment-mnp/compare/1.0.1...HEAD
[Unreleased]: https://github.com/microplastics-cluster/fragment-mnp/compare/1.1.0...HEAD
[1.1.0]: https://github.com/microplastics-cluster/fragment-mnp/releases/tag/1.1.0
[1.0.1]: https://github.com/microplastics-cluster/fragment-mnp/releases/tag/1.0.1
[1.0.0]: https://github.com/microplastics-cluster/fragment-mnp/releases/tag/1.0.0
[0.1.0]: https://github.com/microplastics-cluster/fragment-mnp/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fragmentmnp"
version = "1.0.1"
version = "1.1.0"
description = "Model of microplastic degradation and fragmentation in the environment"
authors = ["Sam Harrison <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit d197722

Please sign in to comment.