Skip to content

Commit

Permalink
New minor release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Dec 12, 2023
1 parent 7b0e499 commit bffca6a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,61 @@ CHANGELOG

[Current]


[v0.19.1]
* Updated meson to deal with cross compiling and GI building. Updated ncm.pyi.

* Removed git ignored files related to autotools and in-source building.

* Removed unnecessary packages.

* Yaml implementation (#125)

* Updated minimum glib version.
* Complete version of the yaml serialization, including special types.
* Updated Python stubs.
* Adding fyaml to CI.
* Adding fyaml to CI.

* Updated Python stubs.

* Complete version of the yaml serialization, including special types.

* First version of from_yaml and to_yaml serialization. Updated minimum glib
version.

* New tuple boxed type (#124)

* Added new NcmDTuple boxed objects.
* Added serialization support and tests.
* Objects encapsulation (#122)

* Deleting old unnecessary files.
* Encapsulating and documenting NcmMPI objects.
* Basic documention for NcmMPIJob and NcmMSetTransKern.
* Documenting NcmPrior and subclasses. Finished documentation of
NcmPowspec.
* More documentation for NcmModelCtrl.
* Uncrustified NcmModel.
* Reordered NcmModelCtrl.
* Encapsulated and documented NcmModel. All subclasses were adapated.
* Disabling gsl range check by default and enabled inlining in GSL.
* Refactored models to use ncm_model_orig_param_get.
* Removed unnecessary header inclusions to avoid propagating depedencies.

* Fixing warnings in conda build. (#121)


* Mypy to ignore python scripts inside meson builds.

* New test for simple vector set/get.

* Removed old files.


[v0.19.0]
* Release v0.19.0.

* Testing before adding warn supp. Testing for isfinite declaration.

* Adding cfitstio to plc.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'numcosmo',
['c', 'fortran'],
version: '0.19.0',
version: '0.19.1',
license: 'GPL-3.0-or-later',
meson_version: '>= 1.2.0',
default_options: [
Expand Down

0 comments on commit bffca6a

Please sign in to comment.