You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
1
1
Changelog
2
2
=========
3
3
4
+
2.2.3 (2022-10-11)
5
+
-------------------
6
+
7
+
* reverting changes of version ``2.2.2``
8
+
9
+
4
10
2.2.2 (2022-07-10)
5
11
-------------------
6
12
7
-
* minor improvement in the visibility graph computation: if a candidate point is closer to the query point than both vertices of an edge, it surely lies in front of that edge -> skip actually checking point visibility for this edge
13
+
* [DEPRECATED]
8
14
9
15
10
16
2.2.1 (2022-07-10)
11
17
-------------------
12
18
13
-
* packaging completely based on pyproject.toml (poetry)
19
+
* packaging completely based on ``pyproject.toml`` (poetry)
14
20
* CI/CD: automatic publishing based on GitHub Actions
0 commit comments