Pspipe-utils

Latest version: v0.1.6

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

Scan your dependencies

0.1.6

What's Changed
* remove option to select array, user should rather use excluded array … by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/42
* also return the selected spectrum list by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/43
* add option to return S by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/44
* return dict of index by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/45
* use map_set name to follow other script in the pipe, change a bit the… by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/46
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/47
* Add foreground parameters missing for the latest mflike version by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/49


**Full Changelog**: https://github.com/simonsobs/pspipe_utils/compare/v0.1.5...v0.1.6

0.1.5

What's Changed
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/38
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/39
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/40
* Add generic function to store data/sim to sacc file format by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/41


**Full Changelog**: https://github.com/simonsobs/pspipe_utils/compare/v0.1.4...v0.1.5

0.1.4

What's Changed
* add dtype argument by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/24
* Ducc fft by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/25
* Add b modes by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/26
* merge the two if by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/27
* include tools to handle T->P leakage by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/29
* use the more general argument window instead of binary by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/31
* Fixing unit test on mac by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/32
* Fixes and upgrades to perform null tests by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/30
* Add chi2 calculation with multipole selection by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/28
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/34
* T and p beams by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/37


**Full Changelog**: https://github.com/simonsobs/pspipe_utils/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* move maps2params to data_analysis by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/17
* set minimal version of mflike to be used and change naming convetion … by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/16
* add option for bandshift_dict by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/18
* Update README and add github action for building pypi package by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/19
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/20
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/21
* Bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/simonsobs/pspipe_utils/pull/22
* Add a minimal logger to be used in pipeline execution by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/23

New Contributors
* thibautlouis made their first contribution in https://github.com/simonsobs/pspipe_utils/pull/18
* dependabot made their first contribution in https://github.com/simonsobs/pspipe_utils/pull/20

**Full Changelog**: https://github.com/simonsobs/pspipe_utils/compare/v0.1.0...v0.1.3

0.1.2

What's Changed
* move maps2params to data_analysis by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/17
* set minimal version of mflike to be used and change naming convetion … by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/16
* add option for bandshift_dict by thibautlouis in https://github.com/simonsobs/pspipe_utils/pull/18
* Update README and add github action for building pypi package by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/19

New Contributors
* thibautlouis made their first contribution in https://github.com/simonsobs/pspipe_utils/pull/18

**Full Changelog**: https://github.com/simonsobs/pspipe_utils/compare/v0.1.0...v0.1.2

0.1.0

What's Changed
* Add setup.py + rename directory to ease import by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/1
* Add function with its test for retrieving a dict with all the foreground by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/2
* prelim CI by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/3
* move consistency scripts to pspipe_utils by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/4
* Preliminary support for B foregrounds by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/5
* Add multipole range option in consistency.plot_residual by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/6
* Include option for using DR6/NPIPE passbands in `get_foreground_dict` by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/7
* Add tutorials for calibs & nulls by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/8
* Add `compare_spectra` function in `pspipe_utils.consistency` by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/9
* Update tutorials to load sims from disk by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/10
* fix typo in `consistency.py` by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/11
* Add function to retrieve data path by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/12
* add option for alternative MC correction in `correct_analytical_cov` by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/13
* Update `pspipe_utils` to handle bandpass integration by adrien-laposta in https://github.com/simonsobs/pspipe_utils/pull/14
* Feature version support by xgarrido in https://github.com/simonsobs/pspipe_utils/pull/15

New Contributors
* xgarrido made their first contribution in https://github.com/simonsobs/pspipe_utils/pull/1
* adrien-laposta made their first contribution in https://github.com/simonsobs/pspipe_utils/pull/4

**Full Changelog**: https://github.com/simonsobs/pspipe_utils/commits/v0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.