Jérôme Deuchnord
f21c14c45e
Merge branch 'main' into features
1年前
Jérôme Deuchnord
7aff41be45
chore: update Readme
1年前
dependabot[bot]
e435b19c5b
ci(deps): bump actions/setup-python from 4 to 5 ( #69 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1年前
Jérôme Deuchnord
f8e893bfc2
feat: deprecate the `kosmorrolib.__version__` module ( #42 )
2年前
Nic
29b9f554e6
feat: add capability to search events ( #44 )
uncomment test
do not include duplicate events in search results
requested changes
improve readability of tests
add test for when start and end dates are the same
refactor tests
2年前
Jérôme Deuchnord
2e23329905
feat(deprecation): deprecate `Event.get_description()` function ( #34 )
3年前
Jérôme Deuchnord
934090e35b
build: bump version 1.0.10
1年前
Deuchnord
1d84b89e56
fix: compatibility with Python 3.12 ( #68 )
* ci(tests): test with Python 3.12
* fix: compatibility with NumPy 1.26
1年前
dependabot[bot]
29970c52ca
ci(deps): bump actions/checkout from 3 to 4 ( #67 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1年前
Jérôme Deuchnord
5606b19969
build: bump v1.0.9
1年前
Deuchnord
e43319bd6d
fix(python-version): compatibility with NumPy ( #65 )
1年前
Jérôme Deuchnord
69cdf15fcd
build: bump v1.0.8
1年前
Jérôme Deuchnord
f474c3d295
chore: install conventional-changelog locally instead of using a global one
1年前
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>
1年前
Jérôme Deuchnord
c11319f31c
ci: don't check PR if it is not a PR
1年前
Deuchnord
1924483aa1
ci: reorganize the workflows ( #63 )
1年前
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>
1年前
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>
1年前
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>
1年前
Jérôme Deuchnord
f6d041ee94
docs: fix readme
2年前
Jérôme Deuchnord
2409e95455
build: bump version 1.0.7
2年前
Jérôme Deuchnord
7c5b8ecd2a
chore: update Makefile
2年前
Deuchnord
807be7def3
build: add support for Python 3.11 ( #58 )
BREAKING CHANGE: Python 3.7 is npt supported anymore.
2年前
dependabot[bot]
d16d1b4990
ci(deps): bump amannn/action-semantic-pull-request from 4 to 5 ( #57 )
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 4 to 5.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2年前
Jérôme Deuchnord
7d134de13e
test: fix Mercury's expected set time
2年前
Jérôme Deuchnord
a43f46a5c6
chore: use artwork on README
2年前
dependabot[bot]
d571b24e6d
ci(deps): bump actions/setup-python from 3 to 4 ( #56 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2年前
Jérôme Deuchnord
0f354c9dc5
ci: compute coverage on all test jobs
2年前
dependabot[bot]
82c6b4a710
ci(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2年前
dependabot[bot]
00a2899198
ci(deps): bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2年前
Jérôme Deuchnord
cd240ce4eb
chore(dependabot): fix Yaml style
2年前
Jérôme Deuchnord
58f64b17ba
ci(dependabot): update configuration for PIP packages upgrade
2年前
Jérôme Deuchnord
72b92db1a9
ci(dependabot): update GitHub Action images automatically
2年前
Jérôme Deuchnord
064ba31e85
build: bump version 1.0.6
2年前
Jérôme Deuchnord
1cf40f5b40
fix: prevent `get_ephemerides()` from returning values out of the dates given in arguments
2年前
Jérôme Deuchnord
83874fc8a3
misc: stand with Ukraine
2年前
Jérôme Deuchnord
6367cd4d66
build: bump version 1.0.5
2年前
Jérôme Deuchnord
b589c3affa
refactor: clean the code
2年前
Jérôme Deuchnord
bbf1b9f53e
fix(ephemerides): fix the rise, culmination and set times being too often `None`
2年前
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>
2年前
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>
2年前
Jérôme Deuchnord
c9fc7d602a
build: bump v1.0.4
2年前
Jérôme Deuchnord
75f5a87bf6
build: send to PyPI only on release publication
2年前
Jérôme Deuchnord
02453943ad
fix(Breaking change): restore `kosmorrolib.__version__` module
2年前
Jérôme Deuchnord
6a8b06b005
build: bump v1.0.3
2年前
Jérôme Deuchnord
853d3c1281
fix: fix packaging
2年前
Jérôme Deuchnord
6f2a9a5d0d
build: bump version 1.0.2
2年前
Jérôme Deuchnord
f0b4267985
fix: remove NumPy direct dependency ( #41 )
Note that Numpy is still a dependency of Skyfield and its dependencies.
2年前
Jérôme Deuchnord
761ec4ef21
fix: make the opposition detection more reliable ( #39 )
2年前
Jérôme Deuchnord
a99ef9d6a6
fix: fix Python support for NumPy ( #40 )
2年前