Changelog#

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

Unreleased#

Warning

These changes reflect the current development progress and have not been part of a PyPI release yet.

Changes#

  • Implement models in terms of Pydantic settings (9373636)

  • Support Pydantic v2 (0a308b9)

2024.1.3#

Changes#

  • Sign releases from now on

  • Generate model function for all supported Python versions

2024.1.2#

Changes#

  • Specify CalVer without leading zeros since PyPI normalizes those away anyways(#55)

2024.01.01#

Changes#

  • Publish first version under CalVer (#53)

0.0.4#

  • Capitalize citation file so it will be recognized by Zenodo

0.0.3#

  • Include DOI in citation file

0.0.2#

  • Add placeholder citation file

0.0.1#

  • Pydantic models for boiler projects

  • Jupyter notebook namespace helpers for module code and tests

  • Common thermal data model fit for boiler projects

  • General caching helpers and notebook namespace caching, useful in tests (needs extra pip install cachier@git+https://github.com/blakeNaccarato/cachier@0892f53dc8fd9fb8a7f959305a1a9ec692876dc0)

  • Common paths and helpers for walking project modules, useful in tests

  • Useful constructs for warning filtering, especially in tests

0.0.0#

  • No features yet