v0.7.0
Changelog
[Version 0.7.0] - 2024-09-28
This release introduces several updates to improve usability and streamline the development process.
Added
- Added a new
pyproject.toml
file for enhanced project metadata and build configuration. - Detailed instructions for setting up the development environment have been added to the README.
Changed
- Updated the installation command in the README to remove unnecessary parameters.
- Increased the version number from
0.6.0
to0.7.0
in__init__.py
.
Removed
- The
setup.py
file has been removed as part of the transition to usingpyproject.toml
for package management.
Fixed
- No documented bug fixes in this release.
Security
- No security vulnerabilities addressed in this release.