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 master (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.3.1.dev0 (unreleased)
Fixed
Fix conda env file for mybinder.org not specifying where to install sumnplot from (now installed from pypi)
0.3.0 (2022-05-28) Revamp and release package #3
Added
Add github actions pipelines
Add
.flake8,mypy.iniand.pre-comit-config.yamlfiles for the projectAdd
checksmoduleAdd new
summary.ColumnSummariserclass to summarise multiple columnsAdd new base class for discretisers;
discretisation.DiscretiserAdd new changelog in
CHANGELOG.rstfile
Changed
Rename package to sumnplot
Update documentation on readthedocs
Update demo notebooks and rename
examplesfolder todemoUpdate project
README.mdChange project to use
flitas the package build toolSwap
requirements.txttopyproject.tomlCombine
plot.one_wayandplot.two_waymodules intoplot.matplotlibConvert
data_values_summary.data_values_summaryfunction tosummary.DataFrameValueCounterclassConvert
discretisation.discretisefunction intodiscretisation.EqualWidthDiscretiser,discretisation.EqualWeightDiscretiser,discretisation.QuantileDiscretiserclasses
Removed
Remove
plot.helpersandplot.templatesmodulesRemove
plot.one_way.summary_plotandplot.two_way.summary_plotfunctionsRemove
testsfolder