Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aruderman committed Jul 15, 2024
1 parent a1f6438 commit 2a59c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog of galpynostatic

## Unrealeased
## v0.5.0 (2024-07-15)

- Add new module `galpynostatic.simulation` that calulates galvanostatic maps from Frumkin or experimental isotherms, simulates isotherms at different Crates and fits equilibrium and non-equilibrium isotherms to obtain the diffusion coefficients and the kinetic rate constant.
- Add the `datasets.params` submodule with typical densities and specific capacities of lithium-ion battery electrode materials required for simulations.


## v0.4.1 (2023-03-21)
## v0.4.1 (2024-03-21)

- In the `bmxfc` metric, the argument `minutes` was changed to `c_rate`, like in the `make_prediction` module functions.


## v0.4.0 (2023-03-20)
## v0.4.0 (2024-03-20)

- Change the name of the metric `umbem` (thesis version) to `bmxfc` (paper version).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "galpynostatic"
version = "0.4.1"
version = "0.5.0"
authors = [
{name = "Francisco Fernandez", email = "ffernandev@gmail.com"},
{name = "Maximiliano Gavilán", email = "maxigavilan@hotmail.com"},
Expand Down

0 comments on commit 2a59c2d

Please sign in to comment.