Changelog¶
All notable changes to sandlerprops will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.7.0] - 2026-03-06¶
Implemented Cp_mean method for calculating mean heat capacity over a temperature range
[0.6.0] - 2026-02-03¶
Use pint unit registry
uregfrom sandlermisc.constantsPvap estimatation added
[0.5.0] - 2026-01-15¶
Added¶
all quantities with units are now pint.Quantity objects
[0.4.0] - 2026-01-14¶
Added¶
full reimplementation
Documentation¶
Readthedocs setup
[0.1.0] - 2024-02-27¶
Added¶
Initial release of sandlerprops
Python API for programmatic use
Documentation¶
README with installation and usage examples
MIT License
Basic package metadata
Breaking Changes Policy¶
sandlerprops follows semantic versioning:
MAJOR version (X.0.0): Incompatible API changes
MINOR version (0.X.0): New functionality, backwards-compatible
PATCH version (0.0.X): Bug fixes, backwards-compatible
Deprecation Warnings¶
No features are currently deprecated.
When features are deprecated, they will:
Remain functional in current MAJOR version
Issue
DeprecationWarningwhen usedInclude migration instructions in warning message
Be documented in this changelog
Be removed in next MAJOR version
Contributing to Changelog¶
When contributing changes:
Add entry under
[Unreleased]sectionUse appropriate subsection (Added/Changed/Deprecated/Removed/Fixed/Security)
Write concise, user-focused descriptions
Link to relevant issue/PR numbers
Maintainers will organize entries during release
Example entry:
[Unreleased]
------------
Added
~~~~~
* Output to CSV
* vapor pressure calculations at specified temperture
Fixed
~~~~~
* Incorrect units in heat capacity data
See Also¶
Contributing to sandlerprops - How to contribute
GitHub Releases - Release notes
GitHub Issues - Bug reports and feature requests