Skip to content

Releases: CDDLeiden/gbmt-splits

v0.0.8

04 Jun 08:31
54207c8
Compare
Choose a tag to compare

Implements updated code from (https://chemrxiv.org/engage/chemrxiv/article-details/660581be9138d231618d603a):

  • Fixes an issue with scrambled constraints
  • Fixes an issue where some subsets remained empty

v0.0.7

21 Mar 14:19
Compare
Choose a tag to compare

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/ and tests/ directories.