Skip to content

Releases: Kosmorro/kosmorro

Version v0.10.3

01 Nov 17:44
Compare
Choose a tag to compare

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

26 Aug 19:50
Compare
Choose a tag to compare

Bug Fixes

  • NoneType error on JSON output without position (#199) (6988e77)

Version v0.10.1

20 Jun 14:15
Compare
Choose a tag to compare

Bug Fixes

  • enhance forward compatibility with Kosmorrolib (#189) (1fe90d2)
  • PDF export: fix the failure on PDF saving (#186) (8d71b61)

Version v0.10.0

30 May 15:34
Compare
Choose a tag to compare

Bug Fixes

Features

Version 0.9.0

31 Jan 09:23
Compare
Choose a tag to compare

This is the first release of 2021 - happy new year!

Code Refactoring

  • use enum instead of dicts for the events and moon phase (#129) (8b723bf)

Continuous Integration

  • compatibility: add support for Python 3.9 (#131) (0b12e71)

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 and MoonPhase classes have been dropped in favor of enum.Enum's name and value properties.

Version 0.8.1

07 Jun 09:26
Compare
Choose a tag to compare

Bug Fixes

  • avoid returning ephemerides for yesterday or tomorrow (75eba49)
  • handle out of range date error (c39cd3a)

Warning: there is a mistake in the extension of the joined locales.tar.gz file. It should be .tar. If you are having trouble extracting it, think to remove the .gz suffix.

Version 0.8.0

22 May 08:26
Compare
Choose a tag to compare

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

05 Apr 08:56
Compare
Choose a tag to compare

Features

  • add support for environment variables (5dec0dc)
  • add support for Moon conjunctions (c063f6e)
  • add support for occultations (b8d6ae2)
  • move the date to a single argument (32489ae)

BREAKING CHANGES

  • the --day, --month and --year arguments have been removed in the
    favor of a single one.

Version 0.6.2

19 Mar 19:20
Compare
Choose a tag to compare

Bug Fixes

  • remove Mercury and Venus opposition (1b4c499)

Version 0.6.1

08 Mar 10:08
Compare
Choose a tag to compare

Bug Fixes

  • events: prevent false detection of conjunctions (c7bc757)
  • handle KeyboardInterrupt exception (a7cb46e)
  • remove the "timezone" word in the PDF output’s introduction (5ec56c4)