Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.18 KB

File metadata and controls

22 lines (18 loc) · 1.18 KB
orphan true

NEWS

The initially released version is 1.0.2 at 2023-07-17 CST.

Version 1.X

  • 1.0.3 at 2023-12-29 CST:
    • Documentation enhancements for labw_utils.PackageSpecs.
    • A command-line interface added to labw_utils.commonutils.
    • Enum support added to labw_utils.commonutils.stdlib_helper.argparse_helper; Setting both required and default would generate ValueError.
    • Mainstream supported Python version shifted from 3.8 to 3.9; Python 3.7 excluded from automated tests with Python 3.11 and 3.12 added.
    • pytype static linter removed.
    • Miscellaneous bug fixes.
  • 1.0.4 (current):
    • labw_utils now comes with no dependencies; Use labw_utils[defaults] for default dependencies.
    • Support for reading RepeatMasker output.
    • Support for parsing RepBase and Dfam database in EMBL format.
    • Miscellaneous bug fixes.