Releases: mareuter/pylunar
Releases · mareuter/pylunar
Version 0.8.0
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
- Updates to project dependencies
Version 0.7.3
- Updates to project dependencies
Version 0.7.2
- Change types module to pkg_types to avoid shadowing builtin
Version 0.7.1
- 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
- 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
- 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