Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 2.04 KB

Changelog

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

Valid subsections within a version are:

  • Added
  • Changed
  • Deprecated
  • Removed
  • Fixed
  • Security

Unreleased

Things to be included in the next release go here.


v0.1.1 (2024-09-11)

Merged Pull Requests

  • Update documentation and add missing dependencies (#42)

Fixed

  • Added missing dependencies to pyproject.toml.

Changed

  • Updated all documentation links to use the proper URL.

v0.1.0 (2024-09-11)

Merged Pull Requests

  • docs: Ignore the generated files when building docs (#39)
  • fix: Update code to remove an unreachable statement by simplifying a while loop (#38)
  • python-deps(deps-dev): bump the python-dependencies group across 1 directory with 3 updates (#37)
  • Update test_wfm to pass and fix linting issues (#34)
  • chore: Update contributor_setup.py to encase executables and paths in quotes to avoid splitting paths (#13)
  • docs: Add footnote in main Readme (#8)
  • docs: Updated Readme and docstrings (#7)
  • ci: Add pre-commit hook to better lint GitHub workflows (#6)
  • ci: Switch to using reusable workflows from tektronix/python-package-ci-cd (#4)
  • Added examples and contribution scripts (#1)
  • python-deps(deps-dev): bump the python-dependencies group with 3 updates (#2)

Added

  • First release of tm_data_types!