Jérôme Deuchnord
|
c1570ff6ac
|
feat: add support for Windows
BREAKING CHANGE: kosmorro script is renamed to kosmorro.py
|
3 years ago |
Jérôme Deuchnord
|
87206d7068
|
feat: use Kosmorrolib (#162)
|
3 years ago |
Jérôme Deuchnord
|
0b12e71da8
|
ci(compatibility): test on more Python versions and on macOS (#131)
BREAKING CHANGE: on Ubuntu 20.04+, the `texlive-latex-extra` package is needed to generate the PDF output
|
3 years ago |
Jérôme Deuchnord
|
8b723bfd22
|
refactor: use `enum` instead of `dict`s for the events and moon phase (#129)
BREAKING CHANGE: some methodes in Event and MoonPhase have been dropped
in favor of `enum.Enum`'s `name` and `value` properties.
|
3 years ago |
Jérôme Deuchnord
|
0b19b7a62e
|
ci: split Python workflow to enhance DX
|
4 years ago |
Jérôme Deuchnord
|
95f7d4a55a
|
ci: run the tests in the PRs
|
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
|
c4f07a1d64
|
feat(i18n): make the strings translatable
|
4 years ago |
Jérôme Deuchnord
|
2cadf6b137
|
test(coverage): add codecov
|
5 years ago |
Jérôme Deuchnord
|
f66cd9195c
|
build: Upgrade Python version
|
5 years ago |
Jérôme Deuchnord
|
a8dfe3bd11
|
Add unit tests, fix variable names
|
5 years ago |
Jérôme Deuchnord
|
2ef848eb16
|
Fix lint warnings
|
5 years ago |
Jérôme Deuchnord
|
392b2dd7dc
|
Refactorization of the computation functions
|
5 years ago |
Jérôme Deuchnord
|
bdf0d266da
|
A score of 10/10 on PyLint is now required
|
5 years ago |
Jérôme Deuchnord
|
15632cc9b3
|
Fix lint issues
|
5 years ago |
Jérôme Deuchnord
|
2a902ac359
|
Add GitHub Actions (#2)
|
5 years ago |