Changelog¶
This changelog follows the great advice from https://keepachangelog.com/.
Each section will have a title of the format X.Y.Z (YYYY-MM-DD) giving the version of the package and the date of release of that version. Unreleased changes i.e. those that have been merged into main (e.g. with a .dev suffix) but which are not yet in a new release (on PyPI) are added to the changelog but with the title X.Y.Z (unreleased). Unreleased sections can be combined when they are released and the date of release added to the title.
Subsections for each version can be one of the following;
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Each individual change should have a link to the pull request after the description of the change.
0.1.1 (2021-11-08)¶
Removed¶
Remove
np.floatfromequalitymodule after it has been deprecated in numpy 1.20 #8
0.1.0 (2021-10-27)¶
Added¶
Initial version of the code for open source release after separating from tubular
Set up documentation for readthedocs