Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Jul 13, 2023
1 parent cce21c9 commit a1275ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/skmatter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit a1275ae

Please sign in to comment.