Releases: CDDLeiden/gbmt-splits
Releases · CDDLeiden/gbmt-splits
v0.0.8
v0.0.7
Release focused on internal code improvements to enhance the stability and readability of gbmt-splits before uploading the package to PyPI.
Improvements:
- Code Quality: Implemented linting to improve code readability and maintainability.
- Import Optimization: Removed wildcard and unused imports to reduce potential conflicts.
- Package Structure: Separated the codebase into
src/
andtests/
directories.