We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6022b commit 7fa27c0Copy full SHA for 7fa27c0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.3 (14.04.2021)
4
+
5
+- Fixed [#1](https://github.com/espdev/scikit-mpe/issues/1)
6
7
## v0.2.2 (28.05.2020)
8
9
- Update documentation: add maze example and low-level api section
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scikit-mpe"
-version = "0.2.2"
+version = "0.2.3"
description = "Minimal path extraction using the fast marching method"
authors = ["Eugene Prilepin <[email protected]>"]
license = "MIT"
0 commit comments