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
5 years ago
Jérôme Deuchnord
bea675f5fd
build: bump v0.3.1
5 years ago
Jérôme Deuchnord
9511787391
Merge pull request #31 from Deuchnord/fix-moon-phase-prediction
fix(moonphase): fix the Moon phase prediction
5 years ago
Jérôme Deuchnord
d7157466d9
fix(moonphase): fix the Moon phase prediction
5 years ago
Jérôme Deuchnord
0f3cc55235
chore: update setup.py
5 years ago
Jérôme Deuchnord
889d957532
build: bump version 0.3.0
5 years ago
Jérôme Deuchnord
87753fdfd8
chore(gitignore): add NPM's specific files to .gitignore
5 years ago
Jérôme Deuchnord
91221034e8
chore: add BC-break line to the PR template
5 years ago
Jérôme Deuchnord
e21f6327f4
fix(terminology): use the "Object" term
instead of "Planet" in the text format output
5 years ago
Jérôme Deuchnord
9c56b864b0
Merge pull request #29 from Deuchnord/optimize-position
Enhance position
5 years ago
Jérôme Deuchnord
61536da9df
perf(position): enhance the position performing
5 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.
5 years ago
Jérôme Deuchnord
445c04b383
ci: remove lgtm
5 years ago
Jérôme Deuchnord
d7901bce7a
Merge pull request #27 from Deuchnord/enhance-moon-phase
Compute more accurate Moon phase
5 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
Jérôme Deuchnord
bc313d417d
Merge pull request #10 from Deuchnord/dependabot/pip/tabulate-0.8.6
Bump tabulate from 0.8.5 to 0.8.6
5 years ago
dependabot-preview[bot]
a8c44643db
chore(deps): bump tabulate from 0.8.5 to 0.8.6
Bumps [tabulate](https://github.com/astanin/python-tabulate ) from 0.8.5 to 0.8.6.
- [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.5...v0.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Jérôme Deuchnord
a79e5eba7b
Merge pull request #13 from Deuchnord/dependabot/pip/skyfield-1.15
Bump skyfield from 1.14 to 1.15
5 years ago
dependabot-preview[bot]
5bd2f8288e
chore(deps): bump skyfield from 1.14 to 1.15
Bumps [skyfield](https://github.com/brandon-rhodes/python-skyfield ) from 1.14 to 1.15.
- [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.14...1.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Jérôme Deuchnord
5f2690f8d7
chore: add Dependabot config
5 years ago
Jérôme Deuchnord
33c0370e9f
Merge pull request #14 from Deuchnord/commitlint
build: add commitlint configuration
5 years ago
Jérôme Deuchnord
6ea3e04ba0
build: add commitlint configuration
5 years ago
Jérôme Deuchnord
855c9372ba
Bump v0.2.2
5 years ago
Jérôme Deuchnord
5a13a29cf8
Merge pull request #12 from Deuchnord/fix-set-times
fix: set times are now correct
5 years ago
Jérôme Deuchnord
82bdc7055b
fix: set times are now correct
5 years ago
Jérôme Deuchnord
f66cd9195c
build: Upgrade Python version
5 years ago
Jérôme Deuchnord
5f74b08d15
feat: add argument to get the current version
5 years ago
Jérôme Deuchnord
2b26e44429
docs: update readme
5 years ago
Jérôme Deuchnord
327dcbcced
Bump version 0.2.1
5 years ago
Jérôme Deuchnord
9a0c9d3ae3
fix: Move version constant to its own file to prevent sgp4 module failing in the AUR
5 years ago
Jérôme Deuchnord
049d034883
ci(release): Fix setup
5 years ago
Jérôme Deuchnord
2c818c3924
Bump v0.2.0
5 years ago
Jérôme Deuchnord
8a51c26e25
Update CHANGELOG
5 years ago
Jérôme Deuchnord
bdba65211e
Merge pull request #9 from Deuchnord/clear-cache
Add --clear-cache option
5 years ago