Skypy

Latest version: v0.5.3

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

Scan your dependencies

Page 1 of 3

0.5.3

**Full Changelog**: https://github.com/skypyproject/skypy/compare/v0.5.2...v0.5.3

0.5.2

**Full Changelog**: https://github.com/skypyproject/skypy/compare/v0.5.1...v0.5.2

0.5.1

Changes

- MAINT: Replaced whitespace in tox config by itrharrison in 587
- MAINT: tox indexserver is deprecated; use PIP_INDEX_URL and PIP_EXTRA_INDEX_URL in dev environments by rrjbca in 597

0.5

What's Changed
* fix contributor guidelines by ntessore in https://github.com/skypyproject/skypy/pull/418
* move code of conduct to top level by ntessore in https://github.com/skypyproject/skypy/pull/419
* Run unit tests on module branches by rrjbca in https://github.com/skypyproject/skypy/pull/421
* Download links for data files in examples by rrjbca in https://github.com/skypyproject/skypy/pull/424
* fetch-depth zero by rrjbca in https://github.com/skypyproject/skypy/pull/426
* Fix flake8 code style errors by rrjbca in https://github.com/skypyproject/skypy/pull/428
* Code style status check using flake8 by rrjbca in https://github.com/skypyproject/skypy/pull/427
* Update name of default branch to main by rrjbca in https://github.com/skypyproject/skypy/pull/434
* update mailmap by ntessore in https://github.com/skypyproject/skypy/pull/432
* Write all tables to a single FITS/HDF5 file by rrjbca in https://github.com/skypyproject/skypy/pull/425
* ADR 3: Position sampling and patches of the sky by ntessore in https://github.com/skypyproject/skypy/pull/422
* BUG: Raise ImportError if optional dependency speclite is not installed by rrjbca in https://github.com/skypyproject/skypy/pull/437
* MAINT: Set NumPy latest supported version to 1.20 by rrjbca in https://github.com/skypyproject/skypy/pull/440
* Update status badges by rrjbca in https://github.com/skypyproject/skypy/pull/441
* MAINT: Update Lucia affiliation by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/451
* MAINT: add SIT's information by sutieng in https://github.com/skypyproject/skypy/pull/450
* DOC: Fix contributor guidelines link by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/449
* ENH: Logging for skypy command line script and Pipeline class by rrjbca in https://github.com/skypyproject/skypy/pull/453
* DOC: Describe speclite filters in documentation by philipp128 in https://github.com/skypyproject/skypy/pull/457
* ENH: Config syntax for importing objects by rrjbca in https://github.com/skypyproject/skypy/pull/463
* DOC: List of Features by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/456
* DOC: How to construct config files by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/454
* DOC: Remove docstring examples by rrjbca in https://github.com/skypyproject/skypy/pull/429
* MAINT: Update Zenodo entry for RPR by rrjbca in https://github.com/skypyproject/skypy/pull/468
* DOC: Readme updates by itrharrison in https://github.com/skypyproject/skypy/pull/460
* DOC: Expanded landing page documentation by itrharrison in https://github.com/skypyproject/skypy/pull/228
* DOC: Inverse transform sampling accuracy warning by rrjbca in https://github.com/skypyproject/skypy/pull/472
* MAINT: Set astropy latest supported version to 4.2 by rrjbca in https://github.com/skypyproject/skypy/pull/483
* DOC: zenodo json members update by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/481
* DOC: Ryden04 ellipticity doc missing section by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/477
* MAINT: Update numpy and scipy latest supported versions by rrjbca in https://github.com/skypyproject/skypy/pull/488
* BUG: Change invalid ecsv datatype from int to uint16 by rrjbca in https://github.com/skypyproject/skypy/pull/485
* DEV: setuptools==58.0.0 by rrjbca in https://github.com/skypyproject/skypy/pull/493
* DOC: Add compatibility workflow badge by rrjbca in https://github.com/skypyproject/skypy/pull/487
* DEV: Enable pip to install pre-releases in the tox dev environments by rrjbca in https://github.com/skypyproject/skypy/pull/491
* TST: Use tmp_path fixture for temporary files in unit tests by rrjbca in https://github.com/skypyproject/skypy/pull/489
* BUG: Move handling of context arguments after handling of .depends keyword by rrjbca in https://github.com/skypyproject/skypy/pull/465
* BLD: Set astropy latest supported version to 4.3 and speclite minversion to 0.14 by rrjbca in https://github.com/skypyproject/skypy/pull/486
* REV: restore setuptools to latest version on readthedocs by rrjbca in https://github.com/skypyproject/skypy/pull/494
* DEV: pyparsing<3.0.0 by rrjbca in https://github.com/skypyproject/skypy/pull/500
* TST: Check new astropy file overwrite error message in logging test by rrjbca in https://github.com/skypyproject/skypy/pull/498
* REV: restore pyparsing to latest version for doc builds by rrjbca in https://github.com/skypyproject/skypy/pull/501
* DOC: Update citation file with JOSS paper reference by Lucia-Fonseca in https://github.com/skypyproject/skypy/pull/496


**Full Changelog**: https://github.com/skypyproject/skypy/compare/v0.4...v0.5

0.4.1

Changes

- Raise ImportError if optional dependency speclite is not installed (437)
- Change invalid ecsv datatype from int to uint16 (485)
- Enable pip to install pre-releases in the tox dev environments (491)
- Move handling of context arguments after handling of .depends keyword (465)

0.4

Changes

- move work-in-progress modules to module branches (389)
- rename `skypy.galaxy` to `skypy.galaxies` (413)
- move `galaxy.size` and `galaxy.ellipticity` to `galaxy.morphology` (410)
- refactored kcorrect spectrum functions (379, 386, 391)
- obtain metallicity and star formation rates from templates (397, 400)
- new `utils.photometry` module (411)
- use speclite package for magnitude computations (292, 368)
- improved examples (385, 388, 395)
- refactored Schechter stellar mass sampling (394)
- random projection of triaxial ellipsoid (407)
- change `fsky` to `sky_area` (314)
- simple construction of quantities in config files (316)
- drop support for astropy 3 (353)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.