Jérôme Deuchnord
934090e35b
build: bump version 1.0.10
před 11 měsíci
Deuchnord
1d84b89e56
fix: compatibility with Python 3.12 ( #68 )
* ci(tests): test with Python 3.12
* fix: compatibility with NumPy 1.26
před 11 měsíci
Jérôme Deuchnord
5606b19969
build: bump v1.0.9
před 1 rokem
Deuchnord
e43319bd6d
fix(python-version): compatibility with NumPy ( #65 )
před 1 rokem
Jérôme Deuchnord
69cdf15fcd
build: bump v1.0.8
před 1 rokem
Deuchnord
9df05a0dc3
chore(ci): fix CI ( #64 )
* chore(ci): add info to help resolution of python-poetry/poetry#7611
* Fix pyproject config
---------
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
před 1 rokem
dependabot[bot]
a2aa56c36b
fix(deps): update skyfield-data requirement from >=3,<5 to >=3,<6 ( #62 )
* chore(deps): update skyfield-data requirement from >=3,<5 to >=3,<6
Updates the requirements on [skyfield-data](https://github.com/brunobord/skyfield-data ) to permit the latest version.
- [Release notes](https://github.com/brunobord/skyfield-data/releases )
- [Changelog](https://github.com/brunobord/skyfield-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brunobord/skyfield-data/compare/3.0.0...5.0.0 )
---
updated-dependencies:
- dependency-name: skyfield-data
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <git@deuchnord.fr>
před 1 rokem
dependabot[bot]
386c7f825c
chore(deps-dev): update parameterized requirement from ^0.8.1 to ^0.9.0 ( #61 )
Updates the requirements on [parameterized](https://github.com/wolever/parameterized ) to permit the latest version.
- [Release notes](https://github.com/wolever/parameterized/releases )
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/wolever/parameterized/compare/v0.8.1...v0.9.0 )
---
updated-dependencies:
- dependency-name: parameterized
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
před 1 rokem
dependabot[bot]
04fbd965af
chore(deps-dev): update black requirement from ^22.1 to ^23.1 ( #60 )
Updates the requirements on [black](https://github.com/psf/black ) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.1.0...23.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
před 1 rokem
Jérôme Deuchnord
2409e95455
build: bump version 1.0.7
před 2 roky
Deuchnord
807be7def3
build: add support for Python 3.11 ( #58 )
BREAKING CHANGE: Python 3.7 is npt supported anymore.
před 2 roky
Jérôme Deuchnord
064ba31e85
build: bump version 1.0.6
před 2 roky
Jérôme Deuchnord
6367cd4d66
build: bump version 1.0.5
před 2 roky
dependabot[bot]
f3d39ad5bf
fix: fix the warning message from `skyfield-data` package about expired data
Updates the requirements on [skyfield-data](https://github.com/brunobord/skyfield-data ) to permit the latest version.
- [Release notes](https://github.com/brunobord/skyfield-data/releases )
- [Changelog](https://github.com/brunobord/skyfield-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brunobord/skyfield-data/compare/3.0.0...4.0.0 )
---
updated-dependencies:
- dependency-name: skyfield-data
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
před 2 roky
dependabot[bot]
f29718f67e
chore(deps-dev): update black requirement from ^21.11b1 to ^22.1 ( #45 )
Updates the requirements on [black](https://github.com/psf/black ) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/21.11b1...22.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
před 2 roky
Jérôme Deuchnord
c9fc7d602a
build: bump v1.0.4
před 2 roky
Jérôme Deuchnord
6a8b06b005
build: bump v1.0.3
před 2 roky
Jérôme Deuchnord
853d3c1281
fix: fix packaging
před 2 roky
Jérôme Deuchnord
6f2a9a5d0d
build: bump version 1.0.2
před 2 roky
Jérôme Deuchnord
f0b4267985
fix: remove NumPy direct dependency ( #41 )
Note that Numpy is still a dependency of Skyfield and its dependencies.
před 2 roky
Jérôme Deuchnord
a99ef9d6a6
fix: fix Python support for NumPy ( #40 )
před 2 roky
Jérôme Deuchnord
ff8f3a7cba
chore: migrate from Pipenv to Poetry ( #35 )
před 2 roky