Skycalc-ipy

Latest version: v0.5.1

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

Scan your dependencies

0.5.1

Patch release, mostly to allow Astropy 6.x.

What's Changed
Dependency Changes
* Bump some dependency versions by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/72
Documentation Improvements
* Update versionchanged banner in docs by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/70
Other Changes
* Update workflow files by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/71


**Full Changelog**: https://github.com/AstarVienna/skycalc_ipy/compare/v0.5.0...v0.5.1

0.5.0

<!-- Release notes generated using configuration in .github/release.yml at main -->
> [!IMPORTANT]
> The minimum required Python version for this package is now **3.10** (see Dependency Changes).

What's Changed
Dependency Changes
* Bump pillow from 10.2.0 to 10.3.0 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/56
* Bump idna from 3.4 to 3.7 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/57
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/58
* Bump astropy, requests, idna, pillow by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/60
* Bump urllib3 from 2.1.0 to 2.2.2 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/61
* Bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/63
* Bump zipp from 3.17.0 to 3.19.1 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/64
* Bump setuptools from 69.0.0 to 70.0.0 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/65
* Drop support for Python 3.9 by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/67
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/68
Documentation Improvements
* Fix RTD poetry configuration by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/55
Other Changes
* Use new main branch for DevOps workflows by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/62
* Remove remaining master references by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/66
* Relax httpx dependency from ^0.23.0 to >=0.23.0 by hugobuddel in https://github.com/AstarVienna/skycalc_ipy/pull/69


**Full Changelog**: https://github.com/AstarVienna/skycalc_ipy/compare/v0.4.0...v0.5.0

0.4.0

> [!IMPORTANT]
> The minimum required Python version for this package is now **3.9** (see Dependency Changes).

What's Changed
API Changes
* Improve logging by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/42
Dependency Changes
* Drop support for Python 3.8 by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/47
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/48
* Bump pillow from 10.1.0 to 10.2.0 by dependabot in https://github.com/AstarVienna/skycalc_ipy/pull/49
* Standardization of CI and logging by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/50
Documentation Improvements
* Fix README badges by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/41
* Documentation changes before release by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/53
* Use sphinx-book-theme by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/52
* Update dependencies in docs by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/54
Other Changes
* Move version info to `__init__.py` by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/43
* Improve publish workflow by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/45

New Contributors
* dependabot made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/48

**Full Changelog**: https://github.com/AstarVienna/skycalc_ipy/compare/v0.3.0...v0.4.0

0.3.0

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Dependency Changes
* Use httpx for server connection, some restructuring and cleanup by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/30
* Migrate to Poetry by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/34
Documentation Improvements
* Add config file for auto-generated release notes by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/36
* Add more README badges by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/37
Other Changes
* Improve readme badges, add server status badge by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/32
* Fix a test case that wasn't seen by pytest by teutoburg in https://github.com/AstarVienna/skycalc_ipy/pull/35


**Full Changelog**: https://github.com/AstarVienna/skycalc_ipy/compare/v0.2.0...v0.3.0

0.2.0

0.1.4

What's Changed
* Drop support for Python 3.7
* Use pyproject.toml and shared workflows
* Improve downloading and caching of data

New Contributors
* tomasstolker made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/4
* astronomyk made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/5
* oczoske made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/6
* joao-aveiro made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/7
* hugobuddel made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/10
* teutoburg made their first contribution in https://github.com/AstarVienna/skycalc_ipy/pull/14

**Full Changelog**: https://github.com/AstarVienna/skycalc_ipy/commits/v0.1.4

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.