From a1275ae670ccab355a1361049a92f3c919c32302 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Sat, 1 Jul 2023 12:33:59 +0200 Subject: [PATCH] Bump version to 0.1.5 --- CHANGELOG | 20 ++++++++++++++++++++ src/skmatter/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f38530a6e..68749fcaa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,26 @@ The rules for CHANGELOG file: .. inclusion-marker-changelog-start +0.1.5 (XXXX/XX/XX) +------------------ + +- Add this CHANGELOG file (#) +- Rename and add member variables (#197) +- Fix/check estimator (#196) +- fixed small typo in PCovR class documentation (#194) +- Resolved Issue WHO dataset missing function call section in doc #181 (#192) +- Speeding up tests (#190) +- Removing kernel optimization from who example (#189) +- Ignore rendered examples for linting (#188) +- Add more infos on documentation landing pages & CODE_OF_CONDUCT (#186) +- Add contributors pictures to README, show pip install instructions in docs (#185) +- Add linting and tests for docstring and documentation code (#184) +- Rerestructure requirements after #171 (183) +- Update README.md to show banners (#176) +- Modernize package infrastructure (#172) +- Add an example of GCH for molecular materials (#171) +- Port examples to sphinx_gallery (#170) + 0.1.4 (2023/03/14) ------------------ diff --git a/src/skmatter/__init__.py b/src/skmatter/__init__.py index bbab0242f..1276d0254 100644 --- a/src/skmatter/__init__.py +++ b/src/skmatter/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"