We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02321e commit 1508528Copy full SHA for 1508528
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.4 (23.05.2021)
4
+
5
+- Update scikit-fmm dependency version [#9](https://github.com/espdev/scikit-mpe/issues/9)
6
7
## v0.2.3 (14.04.2021)
8
9
- Fixed [#1](https://github.com/espdev/scikit-mpe/issues/1)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scikit-mpe"
-version = "0.2.3"
+version = "0.2.4"
description = "Minimal path extraction using the fast marching method"
authors = ["Eugene Prilepin <esp.home@gmail.com>"]
license = "MIT"
0 commit comments