We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2517dd commit 570c889Copy full SHA for 570c889
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.4.0 - 2023-10-14
4
5
### Breaking changes
6
@@ -53,6 +53,7 @@ case in mind and aren't generally useful have been removed:
53
### Other
54
55
* Add section to README on fitting other score functions than the likelihood
56
+* Add changelog with all version changes up to this one
57
58
## 0.3.2 - 2021-03-26
59
pyproject.toml
[tool.poetry]
name = "pykelihood"
-version = "0.3.2"
+version = "0.4.0"
description = "Intuitive syntax for complex statistical model fitting and parameter sensitivity analysis."
authors = ["Ophélia Miralles <ophelia.miralles@epfl.ch>"]
license = "MIT"
0 commit comments