Cosmosis

Latest version: v3.12.1

Safety actively analyzes 675388 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

2.2.3

What's Changed
* Add missing requirements and remove redundancies by marcpaterno in https://github.com/joezuntz/cosmosis/pull/55
* Fix hard crash when using wrong array types with put/get by joezuntz in https://github.com/joezuntz/cosmosis/pull/56
* Add 3.11 to CI by joezuntz in https://github.com/joezuntz/cosmosis/pull/57
* Add sklearn into dependencies by joezuntz in https://github.com/joezuntz/cosmosis/pull/58


**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.2.2...v2.2.3

2.2.2

What's Changed
* Enable python 3.10 in the CI by joezuntz in https://github.com/joezuntz/cosmosis/pull/49
* Add a way to avoid launching subprocesses by joezuntz in https://github.com/joezuntz/cosmosis/pull/50

CosmoSIS previously launched git in a subprocess to try and find out the git revisions of various directories. This causes problems on the NERSC Perlmutter machine because that's technically undefined behaviour under MPI and the Cray MPI implementation actually does do strange things. CosmoSIS will now try to use the Dulwich library to find the versions without using a subprocess, and in either case the setting the new `COSMOSIS_NO_SUBPROCESS` environment variable to `1` will stop any subprocesses from being launched.

We also now test CosmoSIS under python 3.10, so that version is now fully supported.

**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.2.2...v2.2

2.2.1

What's Changed
* Enable python 3.10 in the CI by joezuntz in https://github.com/joezuntz/cosmosis/pull/49
* Add a way to avoid launching subprocesses by joezuntz in https://github.com/joezuntz/cosmosis/pull/50

CosmoSIS previously launched git in a subprocess to try and find out the git revisions of various directories. This causes problems on the NERSC Perlmutter machine because that's technically undefined behaviour under MPI and the Cray MPI implementation actually does do strange things. CosmoSIS will now try to use the Dulwich library to find the versions without using a subprocess, and in either case the setting the new `COSMOSIS_NO_SUBPROCESS` environment variable to `1` will stop any subprocesses from being launched.

We also now test CosmoSIS under python 3.10, so that version is now fully supported.

**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.2...v2.2.1

2.2

What's Changed
* Added a flag --profile FILENAME to cosmosis to use the python cProfile tool to see where time is spent in the code
* Added the flag --truth FILENAME to cosmosis-postprocess which adds a truth marker when given an values file
* Fixed a problem with contour legends in postprocessing in newer matplotlib versions

**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.1.5...v2.2

2.1.5

What's Changed
* Fix OpenMP flags in compilers.mk by joezuntz in https://github.com/joezuntz/cosmosis/pull/44


**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.1.4...v2.1.5

2.1.4

What's Changed
* Allow new parameters to be added using the -v flag by joezuntz in https://github.com/joezuntz/cosmosis/pull/41


**Full Changelog**: https://github.com/joezuntz/cosmosis/compare/v2.1.3...v2.1.4

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.