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 3762935 commit 9302c5cCopy full SHA for 9302c5c
docs/changelog.md
@@ -1,5 +1,9 @@
1
# [Changelog](https://keepachangelog.com/en/1.0.0/)
2
3
+## 1.3.7
4
+
5
+- fixed intersection not returning common elements in subdivide [PR#88](https://github.com/simbilod/meshwell/pull/88)
6
7
## 1.3.6
8
9
- minor fixes
pyproject.toml
@@ -14,7 +14,7 @@ classifiers = [
14
"Programming Language :: Python :: 3.11",
15
"Operating System :: OS Independent",
16
]
17
-version="1.3.6"
+version="1.3.7"
18
authors = [
19
{name = "Simon Bilodeau", email = "sb30@princeton.edu"},
20
0 commit comments