Skip to content

Binette v1.0.2

Compare
Choose a tag to compare
@JeanMainguy JeanMainguy released this 04 Sep 16:21
· 17 commits to main since this release
277d433

What's Changed

  • New Tutorial: Added a tutorial that walks through how to use Binette with real data. (from PR #23 )

  • Better Bin Set Naming: Improved how bin set names are inferred from input directories or tables. (from PR #25)

  • New Output Files:

    • The directory input_bins_quality_reports is now created in the output repository, which stores quality reports for the initial bin sets. This helps compare how much Binette improves the bins compare to the input bins. (from PR #25)
  • Refactoring:

    • Cleaned up some typing issues flagged by Pylance.
    • Switched from os.path to pathlib for better path handling.

Full Changelog: v1.0.1...v1.0.2