Skip to content

Commit a515eef

Browse files
semantic-releaseSieboldianus
authored andcommitted
0.22.4
Automatically generated by python-semantic-release
1 parent 757ca7e commit a515eef

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.22.4 (2023-07-21)
6+
### Fix
7+
* Requirements.txt containing misspelled and missing dependencies ([`54fa4c1`](https://github.com/Sieboldianus/TagMaps/commit/54fa4c122c75ea580bbe136864815dd1ee265dc5))
8+
* HDBSCAN TypeError: 'numpy.float64', [1] ([`4f9a652`](https://github.com/Sieboldianus/TagMaps/commit/4f9a652111d1fa28e393051df64e8a7e9f179cca))
9+
10+
### Documentation
11+
* Add instructions to install on Linux and from requirements.txt ([`07cc618`](https://github.com/Sieboldianus/TagMaps/commit/07cc618175f6cfa9b0da1abf26d9932af752283e))
12+
* Add instructions to use conda together with no-dependencies and --editable flags ([`d8143db`](https://github.com/Sieboldianus/TagMaps/commit/d8143db52c19b5867c7e981618b847076a1f9190))
13+
514
## v0.22.3 (2023-07-17)
615
### Fix
716
* Tri.vertices - Delaunay object has no attribute vertices ([`621b267`](https://github.com/Sieboldianus/TagMaps/commit/621b2673e34cec61c35c625a512b73b9937d6497))

src/tagmaps/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""TagMaps version"""
22

3-
__version__ = '0.22.3'
3+
__version__ = '0.22.4'

0 commit comments

Comments
 (0)