Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

69 lines (44 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v1.1.4] - 2024-10-26

Changed

  • Updated project description

[v1.1.3] - 2024-10-26

Changed

  • Expand README and API documentation with usage examples and multi-language support

[v1.1.2] - 2024-10-03

Changed

  • Updated test and documentation dependencies, expanded test coverage for the code, and added the ability to configure LRU cache size via an environment variable.

[v1.1.1] - 2024-09-30

Security

  • Security fixes suggested by Snyk: updated zipp to version 3.19.1 or higher to avoid a vulnerability. (zipp>=3.19.1)

[v1.1.0] - 2024-05-27

Added

  • Added operations in Jacobian coordinates to improve calculation efficiency.

Changed

  • Updated version to v1.1.0, making it the official stable version.

[v1.0.0] - 2024-04-22

Added

  • Updated code of conduct and security policy.

Changed

  • Updated version to v1.0.0, making it the official stable version.

[v0.0.1] - 2024-04-05

Added

  • Added names of new authors to the project.

Changed

  • Updated version to v0.0.1, making it the official stable version.

[0.0.1.a0] - 2023-12-09

Added

  • Comprehensive documentation for the updated project structure and usage.
  • Unit tests for ensuring the correctness of the implemented features and algorithms.
  • Enhanced code design and architecture for better maintainability and extensibility.

Changed

  • Complete redesign of the project structure to make it incompatible with the previous version (0.0.1.dev4).
  • Improved naming conventions and code organization to adhere to best practices.

Removed

  • Features, classes, or methods from version 0.0.1.dev4 that were not applicable to the redesigned architecture.

Fixed

  • Issues and bugs that were present in the previous version have been addressed.

Deprecated

  • Support for version 0.0.1.dev4 has been discontinued due to the significant changes in the project.