Skip to content

Commit 30ce118

Browse files
committed
Update CHANGELOG.md
1 parent f278b76 commit 30ce118

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Changelog / Release notes
22

33

4-
## [2.2.0](https://github.com/mikeqfu/pyhelpers/releases/tag/2.1.0)
4+
## [2.3.0](https://github.com/mikeqfu/pyhelpers/releases/tag/2.3.0)
5+
6+
(*12 July 2025*)
7+
8+
### Notable [changes](https://github.com/mikeqfu/pyhelpers/compare/2.2.0...2.3.0) since [2.2.0](https://pypi.org/project/pyhelpers/2.2.0/):
9+
10+
- **Bug fixes:**
11+
* Fixed `cosine_similarity_between_texts()` to handle edge cases (#77)
12+
* Minor bug fixes and test improvements (#80)
13+
- **Refactoring & utilities:**
14+
* Refactored dependency management and added new utility functions (#78)
15+
* Refactored `BindColormap` class for better clarity and modularity
16+
- **New features:**
17+
* Introduced the `viz` subpackage (#79)
18+
- **Packaging & documentation:**
19+
* Removed `setup.cfg` and modified `pyproject.toml`
20+
* Updated `MANIFEST.in` and `requirements.txt`
21+
* Improved Sphinx documentation templates for class rendering
22+
23+
**For more information and detailed specifications, check out the [PyHelpers 2.3.0 documentation](https://pyhelpers.readthedocs.io/en/2.3.0/).**
24+
25+
26+
## [2.2.0](https://github.com/mikeqfu/pyhelpers/releases/tag/2.2.0)
527

628
(*17 March 2025*)
729

0 commit comments

Comments
 (0)