Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.
/ gaussiancl Public archive

Commit

Permalink
bump transformcl>=2022.7.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Jul 28, 2022
1 parent 8b2d2cd commit 45a6135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gaussiancl.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'''

__version__ = '2021.9.28'
__version__ = '2022.7.28'

__all__ = [
'lognormal_cl',
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = gaussiancl
version = attr:gaussiancl.__version__
maintainer = Nicolas Tessore
maintainer_email = n.tessore@ucl.ac.uk
description = angular power spectra transformation for Gaussian random fields
description = angular power spectra for transformed Gaussian random fields
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
url = https://github.com/ntessore/gaussiancl
url = https://github.com/cltools/gaussiancl
project_urls =
Documentation = https://cltools.readthedocs.io/gaussiancl/
classifiers =
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand All @@ -20,5 +20,5 @@ classifiers =
python_requires = >=3.6
install_requires =
numpy
transformcl
transformcl>=2022.7.28
py_modules = gaussiancl

0 comments on commit 45a6135

Please sign in to comment.