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
Jérôme Deuchnord
ebbcce5811
test: add tests to enhance coverage
4 years ago
Jérôme Deuchnord
2fadc2a95e
feat: add ability to save PDF file
You can now use the `--format=pdf` argument to save the data computed by
Kosmorro to a PDF file. The new `--output` argument must be given with
the export file path.
4 years ago
Jérôme Deuchnord
f923eb92db
docs: add new rules about target branch for code contributions
4 years ago
Jérôme Deuchnord
1dffd79d65
build: bump version 0.5.1
4 years ago
Jérôme Deuchnord
b428a1fa7d
Merge pull request #46 from Deuchnord/dependabot/pip/skyfield-1.17
chore(deps): bump skyfield from 1.16 to 1.17
4 years ago
Jérôme Deuchnord
081aab129e
fix: add compatibility for Skyfield 1.17
4 years ago
dependabot-preview[bot]
52bce626cf
chore(deps): bump skyfield from 1.16 to 1.17
Bumps [skyfield](https://github.com/brandon-rhodes/python-skyfield ) from 1.16 to 1.17.
- [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.16...1.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
56622c0092
build: bump version 0.5.0
4 years ago
Jérôme Deuchnord
1c657b11b5
ci: compile the translations before building
4 years ago
Jérôme Deuchnord
ec2934d5a9
chore: update website URL
4 years ago
Jérôme Deuchnord
abbbc48043
ci: remove useless Unit tests step
Unit tests are already run by the Code coverage step (renamed to Unit
tests)
4 years ago
Jérôme Deuchnord
ae87a896ec
Merge pull request #42 from Deuchnord/colors
Add colors in the text return
4 years ago
Jérôme Deuchnord
38fc06657f
feat: add colors in the text return
Colors can be disabled with the new `--no-colors` argument.
4 years ago
Jérôme Deuchnord
058254e702
Merge pull request #40 from Deuchnord/i18n
Make the strings translatable
4 years ago
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
4 years ago
Jérôme Deuchnord
a7283380ea
Merge pull request #41 from Deuchnord/dependabot/pip/numpy-1.18.1
chore(deps): bump numpy from 1.18.0 to 1.18.1
4 years ago
Jérôme Deuchnord
2c74a7c1de
chore(deps): fix lock file
4 years ago
Jérôme Deuchnord
340358e984
chore: run dependabot every week only (instead of live)
4 years ago
dependabot-preview[bot]
cf8e6901fe
chore(deps): bump numpy from 1.18.0 to 1.18.1
Bumps [numpy](https://github.com/numpy/numpy ) from 1.18.0 to 1.18.1.
- [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.0...v1.18.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
29adfef382
build: bump version 0.4.0
4 years ago
Jérôme Deuchnord
88200c5a8c
Merge pull request #36 from Deuchnord/event-conjunction
Add support for conjunctions
4 years ago
Jérôme Deuchnord
8d60a2ad99
feat(events): add support for conjunctions
4 years ago
Jérôme Deuchnord
a73f52fa65
Merge pull request #38 from Deuchnord/dependabot/pip/numpy-1.18.0
chore(deps): bump numpy from 1.17.4 to 1.18.0
4 years ago
dependabot-preview[bot]
5ee2eb9b1e
chore(deps): bump numpy from 1.17.4 to 1.18.0
Bumps [numpy](https://github.com/numpy/numpy ) from 1.17.4 to 1.18.0.
- [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/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
555a6ea1e6
chore: remove Python minor version
Python 3.8 is currently not available on Mac, making the installation
hard for development purpose
4 years ago
Jérôme Deuchnord
0b6e87f266
Merge pull request #37 from Deuchnord/dependabot/pip/skyfield-1.16
chore(deps): bump skyfield from 1.15 to 1.16
4 years ago
dependabot-preview[bot]
b4ed33f0d7
chore(deps): bump skyfield from 1.15 to 1.16
Bumps [skyfield](https://github.com/brandon-rhodes/python-skyfield ) from 1.15 to 1.16.
- [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.15...1.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Jérôme Deuchnord
2819173590
docs: add Discord badge
4 years ago
Jérôme Deuchnord
9fd9f27d1d
docs: update readme
4 years ago