Skip to content

Commit

Permalink
Prepare 0.5.0 release (#159)
Browse files Browse the repository at this point in the history
* pin pytest to 8.0 or above

* bump version

* bump changelog

* clean-up changelog
  • Loading branch information
mscheltienne authored Feb 15, 2024
1 parent ec5a08f commit 26bf8df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,4 @@ 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`_)

Bugs
~~~~

- xxx

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

- xxx

Authors
~~~~~~~
- Improve figure size in :func:`~pycrostates.viz.plot_cluster_centers` and add explicit ``show`` argument in visualization functions (:pr:`158` by `Mathieu Scheltienne`_)
2 changes: 1 addition & 1 deletion docs/source/dev/changes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
.. toctree::
:titlesonly:

latest.rst
0.5.0
0.4.0
0.3.0
0.2.0
6 changes: 3 additions & 3 deletions 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.dev0'
version = '0.5.0'

[project.optional-dependencies]
all = [
Expand Down Expand Up @@ -92,7 +92,7 @@ style = [
test = [
'pymatreader',
'pytest-cov',
'pytest>=6.0',
'pytest>=8.0',
]

[project.scripts]
Expand Down Expand Up @@ -152,7 +152,7 @@ match-dir = '^pycrostates.*'
[tool.pytest.ini_options]
addopts = '--durations 20 --junit-xml=junit-results.xml -v --color=yes'
junit_family = 'xunit2'
minversion = '6.0'
minversion = '8.0'

[tool.ruff]
extend-exclude = [
Expand Down

0 comments on commit 26bf8df

Please sign in to comment.