Releases: Kosmorro/kosmorro
Releases · Kosmorro/kosmorro
Version v0.10.3
Bug Fixes
- update Kosmorrolib to version 1.0.1 (#207) (b492e7f)
Note: if you were using Kosmorro < 0.10.3, files were automatically downloaded. Those files are not necessary anymore, so you can delete the folder$HOME/.kosmorro-cache
Note: this version is actually tagged v0.10.3 because of a manipulation mistake that led to the creation of a wrong version on PyPI.
If v0.10.3 does not exist on your distribution, install v0.10.4, and you will have exactly the same thing.
Version v0.10.2
Version v0.10.1
Version v0.10.0
Version 0.9.0
This is the first release of 2021 - happy new year!
Code Refactoring
Continuous Integration
Features
- event: add support for moon apogee and perigee (331ab99)
BREAKING CHANGES
- compatibility: on Ubuntu 20.04+, the
texlive-latex-extra
package is needed to generate the PDF output - kosmorrolib: some methods in
Event
andMoonPhase
classes have been dropped in favor ofenum.Enum
'sname
andvalue
properties.
Version 0.8.1
Version 0.8.0
Code Refactoring
- simplify ephemerides, remove dead code (6618712)
Features
- add support for relative dates on --date argument (b9454be) (thanks @Brainface1!)
- display a graph in the PDF output for the ephemerides (4ea148e)
BREAKING CHANGES
- the JSON format has deeply changed to enhance its consistency
Version 0.7.0
Version 0.6.2
Bug Fixes
- remove Mercury and Venus opposition (1b4c499)