Skip to content

Latest commit

 

History

History
191 lines (137 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

191 lines (137 loc) · 3.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Authors

IAlibay

Reviewers

Added

Fixed

Changed

  • Modernized packaging to be PEP518 compliant.

Removed

v1.3.1

Authors

  • lilyminium
  • IAlibay

Reviewers

  • lilyminium

Fixed

  • Changed PyPI deployment to use OpenID Connect (PR #72, #77)

Removed

  • Upper Sphinx<7 pin (PR #74)

v1.3.0

Authors

  • lilyminium

Reviewers

  • IAlibay

Added

  • Added authors to documentation footer (Issue #43, PR #64)
  • Added navigation options (Issue #67, PR #68)

Fixed

  • Fixed background and navbar issue so they can now be specified separately (Issue #66, PR #68)

v1.2.0

Authors

  • lilyminium

Reviewers

  • IAlibay
  • RMeli

Fixed

  • Fixed mobile rendering by changing the bar default background to gray (Issue #59, PR #60, PR #61)

v1.1.0

Authors

  • ianmkenney
  • ialibay
  • lilyminium

Fixed

  • Fixed documentation and added bibtex docs (PR #53, Issues #10, #26)
  • Fixed non-inclusion of versions javascript (PR #55)
  • Fixed warning for package directories (Issue #52, PR #56)
  • Fix long descriptions issue (Issue #49, PR #51)

Changed

  • Allow favicon override when using mda_official (PR #37, Issue #35)

v1.0.1

Authors

  • lilyminium
  • IAlibay

Added

  • Atom license details (PR #47)
  • Pin to sphinx_rtd_theme (PR #38)

v1.0.0

Authors

  • lilyminium
  • IAlibay

Fixed

  • Updated path to deploy action (PR #31)
  • Remove pytest in deploy action (PR #39)

Changed

  • Customised theme further (PR #32)

Removed

  • Removed deployment from CI check (PR #38)

v0.1.2

Authors

  • ianmkenney
  • IAlibay

Added

  • Deployment to PyPI on release (PR #27)

Fixed

  • Fixed path resolution to logo and favicon (PR #22)

Changed

  • Unpinned Sphinx in dependencies (PR #29)

v0.1.1

Authors

  • lilyminium

Fixed

  • Fixed metadata to allow for PyPI release

v0.1.0

Authors

  • lilyminium
  • ianmkenney

Added

  • Meta files (PR #15)
  • Conditional content (PR #6)
  • ReadTheDocs config (PR #1, PR #2)

Changed

  • Customised to MDAnalysis colours (PR #4, #5, #9, #13)