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
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