Skip to content

Commit

Permalink
prepare release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Jul 12, 2022
1 parent c8fda14 commit 3e2b290
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Beckers
:target: https://github.com/gbeckers/Darr/actions/workflows/python_package.yml
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/github/gbeckers/darr?svg=true
:target: https://ci.appveyor.com/project/gbeckers/darr
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.3-orange.svg
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.4-orange.svg
:target: https://pypi.org/project/darr/
.. |Conda Forge| image:: https://anaconda.org/conda-forge/darr/badges/version.svg
:target: https://anaconda.org/conda-forge/darr
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.3'
release = '0.5.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Indices and tables
:target: https://github.com/gbeckers/Darr/actions/workflows/python_package.yml
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/github/gbeckers/darr?svg=true
:target: https://ci.appveyor.com/project/gbeckers/darr
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.3-orange.svg
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.4-orange.svg
:target: https://pypi.org/project/darr/
.. |Conda Forge| image:: https://anaconda.org/conda-forge/darr/badges/version.svg
:target: https://anaconda.org/conda-forge/darr
Expand Down
8 changes: 6 additions & 2 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Release notes
=============

Development version
-------------------
Version 0.5.4
--------------
- `iterappend` method of RaggedArray more efficient, faster.

Version 0.5.2
-------------
- fixed packaging dependency.

Version 0.5.2
-------------
- `open` function that returns or Arrays and RaggedArray depending on what
Expand Down
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To run the test suite:
>>> da.test()
..............................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 206 tests in 15.712s
Ran 207 tests in 15.712s
OK
<unittest.runner.TextTestResult run=207 errors=0 failures=0>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
:target: https://github.com/gbeckers/Darr/actions/workflows/python_package.yml
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/github/gbeckers/darr?svg=true
:target: https://ci.appveyor.com/project/gbeckers/darr
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.3-orange.svg
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.5.4-orange.svg
:target: https://pypi.org/project/darr/
.. |Conda Forge| image:: https://anaconda.org/conda-forge/darr/badges/version.svg
:target: https://anaconda.org/conda-forge/darr
Expand Down

0 comments on commit 3e2b290

Please sign in to comment.