Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

Β 

History

History
35 lines (22 loc) Β· 1.58 KB

File metadata and controls

35 lines (22 loc) Β· 1.58 KB

Change Log

v0.8 2020-05-29

  • πŸ”§ MAINTAIN: support new toc format (@TomasBeuzen) (PR: #26)
  • πŸ”§ MAINTAIN: update templating files from Jupyter Book repo (@TomasBeuzen) (PR: #24)

v0.7 2020-10-02

  • πŸ”§ MAINTAIN: change "master" to "main" for this repo and all CC templates (@TomasBeuzen) (PR: #22)

v0.6 2020-10-02

General improvement to the repo in this version, with updated docs and new tests. We've also added preliminary support for GitLab CI.

  • ✨ NEW: CC now includes a .gitlab-ci.yml (thanks @slemonide & acknowledgements to @bsamadi for the source file) (PR: #9)

  • ✨ NEW: adding new test regime using pytest (@TomasBeuzen) (PR: #19)

  • ✨ NEW: validate entered github username on github.com (@TomasBeuzen) (PR: #5)

  • πŸ‘Œ IMPROVE: CC is now more host-agnostic, supporting both GitHub and GitLab, with various changes to the .json file and post-gen script. The goal is to improve support fot GitLab as its support in JupyterBook grows (PR: )

  • πŸ‘Œ IMPROVE: add "None" option to licenses (@TomasBeuzen) (PR: #17)

  • πŸ‘Œ IMPROVE: change "full_name" to "author_name" in CC json for clarity (@TomasBeuzen) (PR: #2)

  • πŸ› FIX: bad reference in LICENSE (@TomasBeuzen) (PR: #16)

  • πŸ› FIX: Need to have -r when installing from requirements.txt (@slemonide) (PR: #8)

  • πŸ”§ MAINTAIN: update book template to latest Jupyter Book files (@TomasBeuzen) (PR: #11)

  • πŸ“š DOCS: update contributing docs (@TomasBeuzen) (PR: #6, #16)

  • πŸ“š DOCS: fix typo in markdown.md (@westurner) (PR: #12)

  • πŸ“š DOCS: add changelog (@TomasBeuzen) (PR: #20)

v0.1 - v0.5

  • Preliminary works