Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.9 KB

RELEASES.md

File metadata and controls

52 lines (34 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • PEP-561 py.typed stub file.
  • Explicit .readthedocs.yaml config file, now required by RTD.

Changed

  • Broaden HeartbeatFieldValue type to allow both int and float values in the same tuple.
  • Accept more abstract Sequence types (rather than strict List types) in logging functions.
  • Project metadata now specified entirely in pyproject.toml, requiring setuptools >= 61.0.0.

Fixed

  • README: conda package installation command.
  • examples: field_with_normalization using old keyword arguments for logging.get_log_records.

0.1.1 - 2023-06-21

Added

  • Installation and Getting Started instructions in Sphinx documentation.

Fixed

  • Improved Python type hints.

0.1.0 - 2021-12-15

Added

  • Publish documentation on Read the Docs.
  • Optional parameters in logging.get_log_record and logging.get_log_records: time_norm, heartrate_norm, field_norms, and field_rate_norms.

Changed

  • Optional parameter design in logging.get_log_record and logging.get_log_records to separate time-specific values, which aligns with the design of other submodule functions and class methods.

Removed

  • Optional parameters in logging.get_log_record and logging.get_log_records: norm and rate_norm.

0.0.1 - 2021-11-15

  • Initial release