Skip to content

Commit

Permalink
MAINT: Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Mar 21, 2024
1 parent 798d927 commit d817c2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Github Actions status:

Coverage status:

[![Coverage Status](https://coveralls.io/repos/github/saullocastro/cubature/badge.svg?branch=master)](https://coveralls.io/github/saullocastro/cubature?branch=master)
[![Codecov Status](https://codecov.io/gh/saullocastro/cubature/branch/master/graph/badge.svg?token=167I3DVK2G)](https://codecov.io/gh/saullocastro/cubature)


Expand Down Expand Up @@ -96,7 +95,7 @@ We kindly ask you to cite this Python library properly. Also, it would be
helpful if you could cite the papers where this methods has been applied as
well.

Castro, S.G.P.; Loukianov, A.; et al. "Python wrapper for Cubature: adaptive multidimensional integration". DOI:10.5281/zenodo.2541552. Version 0.17.2, 2023.
Castro, S.G.P.; Loukianov, A.; et al. "Python wrapper for Cubature: adaptive multidimensional integration". DOI:10.5281/zenodo.2541552. Version 0.18.0, 2024.



Expand Down
2 changes: 1 addition & 1 deletion cubature/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"""
__version__ = '0.17.2'
__version__ = '0.18.0'

from .cubature import *

2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

# General information about the project.
project = u'cubature'
copyright = u'2015-2020, Saullo Castro'
copyright = u'2015-2024, Saullo Castro et al.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools
numpy
cython
coveralls
Expand Down
1 change: 1 addition & 0 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools
numpy
cython
sphinx
Expand Down

0 comments on commit d817c2c

Please sign in to comment.