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
Jérôme Deuchnord
5a1bbca285
Merge pull request #35 from Deuchnord/fix-json-naming
Rename fields in the JSON response for more coherence
4 years ago
Jérôme Deuchnord
4029ba9ec2
feat: rename fields in the JSON response for more coherence
BREAKING CHANGE: the fields "details" and "ephemerides" have been switched.
4 years ago
Jérôme Deuchnord
e49fe96489
Merge pull request #34 from Deuchnord/no-place-no-ephemerides
feat(ephemerides): compute ephemerides if the position is set only
4 years ago
Jérôme Deuchnord
467c8227df
feat(ephemerides): compute ephemerides if the position is set only
BREAKING CHANGE: invoking kosmorro command without --latitude and
--longitude arguments will now only output the Moon phase and,
eventually, the events for the given date (or today if date not given).
4 years ago
Jérôme Deuchnord
f795714510
Merge pull request #32 from Deuchnord/event-opposition
Add support for opposition events
4 years ago
Jérôme Deuchnord
fa2da9e4a9
feat(events): add support for opposition events
4 years ago
Jérôme Deuchnord
deb0bee8c8
chore: add editorconfig file
4 years ago
Jérôme Deuchnord
0786a42d35
docs(contributing): fix BC-break documentation
4 years ago
Jérôme Deuchnord
bea675f5fd
build: bump v0.3.1
4 years ago
Jérôme Deuchnord
9511787391
Merge pull request #31 from Deuchnord/fix-moon-phase-prediction
fix(moonphase): fix the Moon phase prediction
4 years ago
Jérôme Deuchnord
d7157466d9
fix(moonphase): fix the Moon phase prediction
4 years ago
Jérôme Deuchnord
0f3cc55235
chore: update setup.py
4 years ago
Jérôme Deuchnord
889d957532
build: bump version 0.3.0
4 years ago
Jérôme Deuchnord
87753fdfd8
chore(gitignore): add NPM's specific files to .gitignore
4 years ago
Jérôme Deuchnord
91221034e8
chore: add BC-break line to the PR template
4 years ago
Jérôme Deuchnord
e21f6327f4
fix(terminology): use the "Object" term
instead of "Planet" in the text format output
4 years ago
Jérôme Deuchnord
9c56b864b0
Merge pull request #29 from Deuchnord/optimize-position
Enhance position
4 years ago
Jérôme Deuchnord
61536da9df
perf(position): enhance the position performing
4 years ago
Jérôme Deuchnord
d079fc7b20
fix(position): remove useless altitude argument
BREAKING CHANGE: invoking kosmorro command with the --altitude argument
will now fail with an "unrecognized arguments" error.
4 years ago
Jérôme Deuchnord
445c04b383
ci: remove lgtm
4 years ago
Jérôme Deuchnord
d7901bce7a
Merge pull request #27 from Deuchnord/enhance-moon-phase
Compute more accurate Moon phase
4 years ago
Jérôme Deuchnord
6856d45643
feat(moon-phase): compute more accurate Moon phase
BREAKING CHANGE: JSON format now returns the moon phase as an object
instead of a string
5 years ago
Jérôme Deuchnord
ade5f3e2e1
Merge pull request #28 from Deuchnord/codecov
Add codecov
5 years ago
Jérôme Deuchnord
2cadf6b137
test(coverage): add codecov
5 years ago
Jérôme Deuchnord
c0ba12e2fa
build: bump version 0.2.3
5 years ago
Jérôme Deuchnord
db4225fe52
docs(contributing): add contribution guide
5 years ago
Jérôme Deuchnord
dd20c2ef51
chore(issues): add event type proposal template
5 years ago
Jérôme Deuchnord
d281cc0e68
docs(readme): update readme
5 years ago
Jérôme Deuchnord
4567c8feab
Merge pull request #15 from Deuchnord/fix-date-text-output
fix(dumper): display the right date on output text
5 years ago
Jérôme Deuchnord
2511d31c37
fix(dumper): display the right date on output text
5 years ago
Jérôme Deuchnord
16cf71cc6a
chore(changelog): fix titles
5 years ago