Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.77 KB

Changelog

Observes Semantic Versioning standard and Keep a Changelog convention.

[0.2.0] - 2024-01-18

  • Add - DevContainer and test Codespaces on GitHub
  • Add - tutorial.ipynb and tutorial_pipeline.py
  • Add - release and test YAML files in .github
  • Update - various files of the project configuration
  • Update - setup.py by adding extras_require and dj.config() for the tutorial
  • Update - packaging requirements will now install directly from GitHub instead of PyPI
  • Update - README
  • Update - flowchart color according to other Elements

0.1.5 - 2023-05-11

  • Fix - .ipynb dark mode output for all notebooks.

0.1.4 - 2023-04-28

  • Fix - .ipynb output in tutorials is not visible in dark mode.

0.1.3 - 2023-04-06

  • Add - Notebook rendering in docs
  • Add - Pre-commit, cspell, and markdown linters
  • Update - Docs and readme

0.1.2 - 2022-10-21

  • Add - mkdocs deployment with workflow API docs

0.1.1 - 2022-10-11

  • Add - CICD workflows for PyPI release

0.1.0 - 2022-05-10

  • Add - Table architecture reflecting precursor projects
  • Add - Loaders for CCF atlas and channel locations json files
  • Add - Adopted black formatting into code base