Jérôme Deuchnord
ff53585e50
chore: add Makefile to automate the release process
4 years ago
Jérôme Deuchnord
0284de452b
build: bump version 0.7.0
4 years ago
Jérôme Deuchnord
f10378613d
Merge pull request #71 from Deuchnord/fix-pdf-wording
fix: Fix wording in the PDF output
4 years ago
Jérôme Deuchnord
d96e22f3b1
fix: fix wording in the PDF output
4 years ago
Jérôme Deuchnord
fae3c103a8
Merge pull request #69 from Deuchnord/dependabot/pip/features/skyfield-1.18
chore(deps): bump skyfield from 1.17 to 1.18
4 years ago
Jérôme Deuchnord
ce97e23ceb
Merge pull request #68 from Deuchnord/occultation
Add support for occultations
4 years ago
Jérôme Deuchnord
b8d6ae2f51
feat: add support for occultations
4 years ago
dependabot-preview[bot]
d75ab81800
chore(deps): bump skyfield from 1.17 to 1.18
Bumps [skyfield](https://github.com/brandon-rhodes/python-skyfield ) from 1.17 to 1.18.
- [Release notes](https://github.com/brandon-rhodes/python-skyfield/releases )
- [Changelog](https://github.com/skyfielders/python-skyfield/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/brandon-rhodes/python-skyfield/compare/1.17...1.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
00fe76b9d8
Merge pull request #67 from Deuchnord/environment-variable
Add support for environment variables for the observer's position and timezone
4 years ago
Jérôme Deuchnord
5dec0dcc4c
feat: add support for environment variables
The observer's position and timezone can now be set using the following
environment variables:
- `KOSMORRO_LATITUDE`: the observer's latitude
- `KOSMORRO_LONGITUDE`: the observer's longitude
- `KOSMORRO_TIMEZONE`: the observer's timezone
4 years ago
Jérôme Deuchnord
a0a7ffb3be
Merge pull request #66 from Deuchnord/dependabot/pip/features/codecov-2.0.22
chore(deps-dev): bump codecov from 2.0.16 to 2.0.22
4 years ago
Jérôme Deuchnord
93d4866d84
Merge pull request #65 from Deuchnord/dependabot/pip/features/tabulate-0.8.7
chore(deps): bump tabulate from 0.8.6 to 0.8.7
4 years ago
Jérôme Deuchnord
d9ddabf0de
Merge pull request #64 from Deuchnord/dependabot/pip/features/numpy-1.18.2
chore(deps): bump numpy from 1.18.1 to 1.18.2
4 years ago
dependabot-preview[bot]
62d192ddb8
chore(deps-dev): bump codecov from 2.0.16 to 2.0.22
Bumps [codecov](https://github.com/codecov/codecov-python ) from 2.0.16 to 2.0.22.
- [Release notes](https://github.com/codecov/codecov-python/releases )
- [Changelog](https://github.com/codecov/codecov-python/blob/v2.0.22/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-python/compare/v2.0.16...v2.0.22 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
dependabot-preview[bot]
1bd5303655
chore(deps): bump tabulate from 0.8.6 to 0.8.7
Bumps [tabulate](https://github.com/astanin/python-tabulate ) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/astanin/python-tabulate/releases )
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG )
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.6...v0.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
dependabot-preview[bot]
946d84372a
chore(deps): bump numpy from 1.18.1 to 1.18.2
Bumps [numpy](https://github.com/numpy/numpy ) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
05cf935405
Merge branch 'master' into features
4 years ago
Jérôme Deuchnord
2fb3a2c828
build: bump version 0.6.2
4 years ago
Jérôme Deuchnord
2ee100b152
Merge pull request #63 from Deuchnord/fix-venus-opposition
fix: remove Mercury and Venus opposition
4 years ago
Jérôme Deuchnord
1b4c499127
fix: remove Mercury and Venus opposition
4 years ago
Jérôme Deuchnord
d7290446f6
Merge pull request #61 from Deuchnord/moon-conjunction
Add support for Moon conjunctions
4 years ago
Jérôme Deuchnord
c063f6e0f5
feat: add support for Moon conjunctions
4 years ago
Jérôme Deuchnord
54db4a3629
Merge branch 'master' into features
4 years ago
Jérôme Deuchnord
f2b5772e90
build: bump version 0.6.1
4 years ago
Jérôme Deuchnord
7a9f1ff3ce
Merge pull request #59 from Deuchnord/fix-conjunctions
Prevent false detection of conjunctions
4 years ago
Jérôme Deuchnord
c7bc7574df
fix(events): prevent false detection of conjunctions
4 years ago
Jérôme Deuchnord
8c1632b6d2
Merge pull request #58 from Deuchnord/fix-timezone-pdf
fix: remove the "timezone" word in the PDF output’s introduction
4 years ago
Jérôme Deuchnord
5ec56c40b1
fix: remove the "timezone" word in the PDF output’s introduction
4 years ago
Jérôme Deuchnord
44907bf828
Merge pull request #60 from Deuchnord/fix-KeyboardInterrupt
Handle KeyboardInterrupt exception
4 years ago
Jérôme Deuchnord
a7cb46e857
fix: handle KeyboardInterrupt exception
Using Ctrl+C to interrupt the program won't display a big ugly error
anymore.
4 years ago
Jérôme Deuchnord
19075db80b
Merge pull request #57 from Deuchnord/date-parameter
feat: move the date to a single argument
4 years ago
Jérôme Deuchnord
1cd54f42bc
refactor: remove unused functions in ephemerides.py
4 years ago
Jérôme Deuchnord
32489ae355
feat: move the date to a single argument
BREAKING CHANGE: the --day, --month and --year arguments have been removed in the
favor of a single one.
4 years ago
Jérôme Deuchnord
9ecd69b845
Merge pull request #56 from Deuchnord/dependabot/pip/codecov-2.0.16
chore(deps-dev): bump codecov from 2.0.15 to 2.0.16
4 years ago
dependabot-preview[bot]
5708b3af78
chore(deps-dev): bump codecov from 2.0.15 to 2.0.16
Bumps [codecov](https://github.com/codecov/codecov-python ) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/codecov/codecov-python/releases )
- [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-python/compare/v2.0.15...v2.0.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
c18a092195
chore(dependabot): set target branch
4 years ago
Jérôme Deuchnord
f9f2718447
ci: fix error in the release workflow
4 years ago
Jérôme Deuchnord
87c1cdad9d
build: bump version 0.6.0
4 years ago
Jérôme Deuchnord
8c969578a0
Merge pull request #55 from Deuchnord/update-readme
Update doc, add man page
4 years ago
Jérôme Deuchnord
adb62a17d3
docs: update readme, add manpage
4 years ago
Jérôme Deuchnord
84face5c20
Merge pull request #53 from Deuchnord/maximal-elongation
Add support for maximal elongations of Mercury and Venus
4 years ago
Jérôme Deuchnord
9dbc093631
feat: add support for maximal elongations of Mercury and Venus
4 years ago
Jérôme Deuchnord
410c553b45
Merge pull request #51 from Deuchnord/timezone
Add support for timezones
4 years ago
Jérôme Deuchnord
d7730bd2ad
feat: add support for timezones
4 years ago
Jérôme Deuchnord
b19055c948
Merge pull request #47 from Deuchnord/e2e-tests
Add E2E tests
4 years ago
Jérôme Deuchnord
72527ae886
ci: add E2E tests
4 years ago
Jérôme Deuchnord
04f69dfd18
Merge remote-tracking branch 'origin/master' into features
4 years ago
Jérôme Deuchnord
0b083619be
Merge pull request #44 from Deuchnord/output-pdf
feat: add LaTeX and PDF output
4 years ago
Jérôme Deuchnord
aad9c0c935
build: bump version 0.5.2
4 years ago
Jérôme Deuchnord
906a5924a2
fix: add missing dependency for PIP
4 years ago