Skip to content

Commit

Permalink
New minor release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Feb 16, 2024
1 parent 1027c94 commit 8018502
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
24 changes: 24 additions & 0 deletions ChangeLog.md
Expand Up @@ -3,7 +3,31 @@ CHANGELOG

[Current]

[v0.21.2]
* Adding MPICH support. (#144)

* Adding MPICH support.
* Descreasing allowed m2lnL variance for exploration phase (leading to
overflow during matrix inversion for large dimensions).
* Testing MPI support.
* Better names for CI.
* NumCosmo product file (#143)

* Introducing the product-file options.
* Updated Halofit to return linear Pk when all required scales are linear.
* Support for exploration phase in APES.
* Adding calibrate option to numcosmo app.
* Reorganized numcosmo app.
* Removed calibrate_apes tool.
* Testing power-spectra with/without halofit.
* More tests for linear universe.
* Added tests for APES exploration.
* Testing APES MPI.
* Removed unused code and optimizing tests.

[v0.21.1]
* Moving release v0.21.1.

* More options to the conversion tool from-cosmosis. (#141)

* mute-cosmosis makes cosmosis do not print info messages.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,7 +1,7 @@
project(
'numcosmo',
['c', 'fortran'],
version: '0.21.1',
version: '0.21.2',
license: 'GPL-3.0-or-later',
meson_version: '>= 1.2.0',
default_options: [
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = 'numcosmo_py'
version = '0.21.1'
version = '0.21.2'
description = 'NumCosmo is a free software C library for cosmology calculations'
readme = 'README.md'
classifiers = [
Expand Down Expand Up @@ -38,6 +38,9 @@ test = [
"pytest-tap",
"rich",
"typer",
"pyccl",
"sacc",
"firecrown",
]
dev = [
"mypy",
Expand Down

0 comments on commit 8018502

Please sign in to comment.