Skip to content

Releases: mareuter/pylunar

Version 0.8.0

10 Nov 03:05
7fb64b5
Compare
Choose a tag to compare

Added

  • Solar altitude over lunar feature calculation
  • AltitudeDict class to provide solar altitude for Lunar II features
  • Use scriv for history generation

Changed

  • OS version for readthedocs build
  • Updated CONTRIBUTING.rst to add scriv usage

Fixed

  • Internal class cross-references in docs

Version 0.7.4

27 Oct 20:14
5d480e4
Compare
Choose a tag to compare
  • Updates to project dependencies

Version 0.7.3

30 Sep 00:29
1581a0c
Compare
Choose a tag to compare
  • Updates to project dependencies

Version 0.7.2

27 Feb 03:20
e5f337c
Compare
Choose a tag to compare
  • Change types module to pkg_types to avoid shadowing builtin

Version 0.7.1

12 Feb 03:26
18fe948
Compare
Choose a tag to compare
  • Drop support for Python 3.6 and 3.7
  • Add Python 3.9, 3.10, 3.11 and 3.12 support
  • Switch to pyproject.toml
  • Internal package updates
  • Update docs infrastructure
  • Switch back to tox
  • Add linting and formatting
  • Add mypy and typing
  • Add numpydoc and tox.ini checking

Version 0.7.0

01 Jan 00:56
13a8c4e
Compare
Choose a tag to compare
  • Add phase emoji function (lknapp)
  • Add phase ASCII art function (peymanmajidi)
  • Add fractional age function (noblecloud)
  • Updates to API docs
  • Infrastructure updates and fixes

Version 0.6.0

08 Apr 04:32
Compare
Choose a tag to compare
  • Drop Python 2 and 3.4 and 3.5 support
  • Add Python 3.7 and 3.8 support
  • Change to 3-clause BSD license
  • Switch to pytest from tox
  • Add Github workflows for build and package upload
  • Remove Travis