Skip to content

Commit

Permalink
preparing 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Dec 6, 2021
1 parent a14dc76 commit 9608228
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Beckers
:target: https://travis-ci.com/gbeckers/Darr?branch=master
.. |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.3.3-orange.svg
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.4.0-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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.4.0'

# 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 @@ -121,7 +121,7 @@ Indices and tables
:target: https://travis-ci.com/gbeckers/Darr?branch=master
.. |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.3.3-orange.svg
.. |PyPi version| image:: https://img.shields.io/badge/pypi-0.4.0-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
1 change: 1 addition & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
Version 0.4.0
-------------
- changed name 'open' method to 'open_array' for Arrays.
- fixed bug setting metadata on RaggedArrays (would generate error)

Version 0.3.3
-------------
Expand Down
6 changes: 3 additions & 3 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ To run the test suite:
>>> import darr as da
>>> da.test()
.............................................................................................................................................................................................................
...............................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 205 tests in 15.099s
Ran 207 tests in 15.712s
OK
<unittest.runner.TextTestResult run=205 errors=0 failures=0>
<unittest.runner.TextTestResult run=207 errors=0 failures=0>
>>>
.. note::
Expand Down

0 comments on commit 9608228

Please sign in to comment.