Skip to content

Releases: mikeqfu/pyhelpers

2.3.0

12 Jul 14:01
f278b76
Compare
Choose a tag to compare

📦 Release v2.3.0

This release includes functional enhancements, utility improvements and packaging modifications.

Summary of changes since 2.2.0:

🐛 Bug fixes

  • Fixed cosine_similarity_between_texts() to handle edge cases (#77)
  • Minor bug fixes and test improvements (#80)

🔧 Refactoring & utilities

  • Refactored dependency management and added new utility functions (#78)
  • Refactored BindColormap class for better clarity and modularity

📊 New features

  • Introduced the viz subpackage (#79)

📦 Packaging & documentation

  • Removed setup.cfg and modified pyproject.toml
  • Updated MANIFEST.in and requirements.txt
  • Improved Sphinx documentation templates for class rendering

2.2.0

17 Mar 22:08
Compare
Choose a tag to compare

Notable changes since 2.1.0:

  • Code enhancements: Refactored multiple submodules for better maintainability.
  • Testing: Improved test cases and updated test data for better coverage.
  • Bug fixes: Fixed various issues.
  • Documentation: Enhanced docstrings for clarity.

For more information and detailed specifications, check out the PyHelpers 2.2.0 documentation.

2.1.0

10 Jan 20:54
589f36e
Compare
Choose a tag to compare

Notable changes since 2.0.0:

  • Resolved several identified issues for improved stability.
  • Introduced new features and fixed various bugs.
  • Deployed GitHub Pages as an alternative for documentation hosting to Read the Docs.

For more information and detailed specifications, check out the PyHelpers 2.1.0 documentation.

2.0.0

30 Jul 16:10
7f58c34
Compare
Choose a tag to compare

Notable changes since 1.5.2:

  • Major Release: Version 2.0.0 features significant improvements to code and docstrings.
    • Code enhancements: Optimised performance and refactored core modules for better readability and maintainability.
    • Bug fixes: Resolved issues identified in practical use.
  • License Update: This new release is re-licensed under the MIT License, providing more clarity, flexibility and usability.

For more information and detailed specifications, check out the PyHelpers 2.0.0 documentation.

1.5.2

13 Sep 12:48
Compare
Choose a tag to compare

Notable changes since 1.5.1:

For more information and detailed specifications, check out PyHelpers 1.5.2 documentation.

1.5.1

17 Jun 22:32
Compare
Choose a tag to compare

Notable changes since 1.5.0:

For more information and detailed specifications, check out PyHelpers 1.5.1 documentation.

1.5.0

08 Jun 12:32
Compare
Choose a tag to compare

Notable changes since 1.4.6:

For more information and detailed specifications, check out PyHelpers 1.5.0 documentation.

1.4.6

26 Feb 21:08
Compare
Choose a tag to compare

Notable changes since 1.4.5:

For more information and detailed specifications, check out PyHelpers 1.4.6 documentation.

1.4.5

09 Jan 15:34
Compare
Choose a tag to compare

Notable changes since 1.4.4:

  • Improved the classes PostgreSQL and MSSQL in the module dbms (for migrating to SQLAlchemy 2.0).

For more information and detailed specifications, check out PyHelpers 1.4.5 documentation.

1.4.4

03 Jan 14:33
Compare
Choose a tag to compare

Notable changes since 1.4.3:

For more information and detailed specifications, check out PyHelpers 1.4.4 documentation.