Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.67 KB

File metadata and controls

73 lines (54 loc) · 1.67 KB

Changelog

[0.3.0] -- 2026-03-05

Changed

  • Modernized packaging: pyproject.toml with hatchling, removed setup.py
  • Renamed est.py to logmuse.py (fixes #11)
  • Added type hints and Google-style docstrings
  • Updated CI: ruff for linting, Python 3.10-3.14
  • Requires Python >=3.10
  • Added README usage documentation, removed standalone docs site (fixes #3)
  • Removed stale codecov.yml, .travis.yml

[0.2.8] -- 2024-04-04

Changed

  • Updated Python versions to >3.8

[0.2.7] -- 2021-09-08

Changed

  • Drop support 2to3 for RTD compatibility

[0.2.6] -- 2020-03-13

Added

  • Parameter in init_logger to use complete level names in fuller message format

Changed

  • Update testing requirements

[0.2.5] -- 2019-11-01

Added

  • License for conda packaging

[0.2.4] -- 2019-07-29

Added

  • New documentation

Fixed

  • Fix readme display

Changed

  • Tweak variable names

[0.2.1] -- 2019-07-02

Added

  • Control for strictness of requirement for client code to have called add_logging_options when prior to using logger_via_cli

Fixed

  • Remove erroneous printing of invalid stream location message.

[0.2.0] -- 2019-06-02

Changed

  • Deprecated setup_logger in favor of init_logger
  • Changed argparser help interface to fit each arg on one line

[0.1.0] -- 2019-04-30

Added

  • Parameter to setup_logger to pass argument to style parameter of logging.Formatter

[0.0.2] -- 2019-04-14

Changed

  • Lessen level of some messages

Fixed

  • Avoid erroneous missing-option exception when adding standard logging options

[0.0.1] -- 2019-04-09

Fixed

  • Fixed a bug preventing installation

[0.0.0] -- 2019-04-08

  • Initial release