Skip to content

Commit

Permalink
bump version and changelog to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Feb 15, 2024
1 parent 26bf8df commit ff3da2b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/source/dev/changes/0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
.. include:: ./names.inc

.. _latest:

Version 0.5
-----------

Enhancements
~~~~~~~~~~~~

- Add :func:`~pycrostates.segmentation.entropy`, :func:`~pycrostates.segmentation.excess_entropy_rate`, :func:`~pycrostates.segmentation.auto_information_function` and :func:`~pycrostates.segmentation.partial_auto_information_function` (:pr:`112` by `Victor Férat`_ and `Frederic von Wegner`_)
- Improve figure size in :func:`~pycrostates.viz.plot_cluster_centers` and add explicit ``show`` argument in visualization functions (:pr:`158` by `Mathieu Scheltienne`_)
1 change: 1 addition & 0 deletions docs/source/dev/changes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
.. toctree::
:titlesonly:

latest.rst
0.5.0
0.4.0
0.3.0
Expand Down
30 changes: 30 additions & 0 deletions docs/source/dev/changes/latest.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. NOTE: we use cross-references to highlight new functions and classes.
Please follow the examples below, so the changelog page will have a link to
the function/class documentation.
.. NOTE: there are 3 separate sections for changes, based on type:
- "Enhancements" for new features
- "Bugs" for bug fixes
- "API changes" for backward-incompatible changes
.. include:: ./names.inc

.. _latest:

Version 0.6
-----------

Enhancements
~~~~~~~~~~~~

- xxx

Bugs
~~~~

- xxx

API and behavior changes
~~~~~~~~~~~~~~~~~~~~~~~~

- xxx
3 changes: 0 additions & 3 deletions docs/source/dev/changes/latest.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ API and behavior changes
~~~~~~~~~~~~~~~~~~~~~~~~

- xxx

Authors
~~~~~~~
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ maintainers = [
name = 'pycrostates'
readme = 'README.md'
requires-python = '>=3.9'
version = '0.5.0'
version = '0.6.0.dev0'

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit ff3da2b

Please sign in to comment.