Jérôme Deuchnord
35b475963f
feat: deprecate `timezone` argument in favor of `utc_offset`
6ヶ月前
Jérôme Deuchnord
6f73309f32
feat: deprecate the `kosmorrolib.__version__` module ( #42 )
3年前
Nic
6c8d5cf4fc
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
3年前
Jérôme Deuchnord
78d7812dea
feat(deprecation): deprecate `Event.get_description()` function ( #34 )
4年前
Jérôme Deuchnord
0cac3a3877
build: bump 1.0.12
8ヶ月前
Deuchnord
240d567940
build(python): fix support for Python 3.13 ( #74 )
8ヶ月前
Jérôme Deuchnord
b20b8c3832
build: bump v1.0.11
1年前
Deuchnord
9332a38c60
fix(dependencies): force using Numpy 2.0 ( #73 )
* fix(dependencies): force using Numpy 2.0
* ci: use stable branch for black
* fix: use last version of Black
* ci: use latest version of macOS instead of 11.0
1年前
Jérôme Deuchnord
7aff41be45
chore: update Readme
2年前
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>
2年前
Jérôme Deuchnord
934090e35b
build: bump version 1.0.10
2年前
Deuchnord
1d84b89e56
fix: compatibility with Python 3.12 ( #68 )
* ci(tests): test with Python 3.12
* fix: compatibility with NumPy 1.26
2年前
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>
2年前
Jérôme Deuchnord
5606b19969
build: bump v1.0.9
2年前
Deuchnord
e43319bd6d
fix(python-version): compatibility with NumPy ( #65 )
2年前
Jérôme Deuchnord
69cdf15fcd
build: bump v1.0.8
2年前
Jérôme Deuchnord
f474c3d295
chore: install conventional-changelog locally instead of using a global one
2年前
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>
2年前
Jérôme Deuchnord
c11319f31c
ci: don't check PR if it is not a PR
2年前
Deuchnord
1924483aa1
ci: reorganize the workflows ( #63 )
2年前
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>
2年前
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>
2年前
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>
2年前
Jérôme Deuchnord
f6d041ee94
docs: fix readme
3年前
Jérôme Deuchnord
2409e95455
build: bump version 1.0.7
3年前
Jérôme Deuchnord
7c5b8ecd2a
chore: update Makefile
3年前
Deuchnord
807be7def3
build: add support for Python 3.11 ( #58 )
BREAKING CHANGE: Python 3.7 is npt supported anymore.
3年前
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>
3年前
Jérôme Deuchnord
7d134de13e
test: fix Mercury's expected set time
3年前
Jérôme Deuchnord
a43f46a5c6
chore: use artwork on README
3年前
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>
3年前
Jérôme Deuchnord
0f354c9dc5
ci: compute coverage on all test jobs
3年前
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>
3年前
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>
3年前
Jérôme Deuchnord
cd240ce4eb
chore(dependabot): fix Yaml style
3年前
Jérôme Deuchnord
58f64b17ba
ci(dependabot): update configuration for PIP packages upgrade
3年前
Jérôme Deuchnord
72b92db1a9
ci(dependabot): update GitHub Action images automatically
3年前
Jérôme Deuchnord
064ba31e85
build: bump version 1.0.6
3年前
Jérôme Deuchnord
1cf40f5b40
fix: prevent `get_ephemerides()` from returning values out of the dates given in arguments
3年前
Jérôme Deuchnord
83874fc8a3
misc: stand with Ukraine
3年前
Jérôme Deuchnord
6367cd4d66
build: bump version 1.0.5
3年前
Jérôme Deuchnord
b589c3affa
refactor: clean the code
3年前
Jérôme Deuchnord
bbf1b9f53e
fix(ephemerides): fix the rise, culmination and set times being too often `None`
3年前
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>
3年前
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>
3年前
Jérôme Deuchnord
c9fc7d602a
build: bump v1.0.4
3年前
Jérôme Deuchnord
75f5a87bf6
build: send to PyPI only on release publication
3年前
Jérôme Deuchnord
02453943ad
fix(Breaking change): restore `kosmorrolib.__version__` module
3年前
Jérôme Deuchnord
6a8b06b005
build: bump v1.0.3
3年前
Jérôme Deuchnord
853d3c1281
fix: fix packaging
3年前