Skip to content

v1.0.3

Compare
Choose a tag to compare
@jayanthkoushik jayanthkoushik released this 14 Jun 18:58
· 19 commits to master since this release

Bug Fixes

  • add code to remove trailing newlines in make_docs.py (60f7f86)
  • update gen_site_usage_pages.py to add doc from __init__.py (823bfe3)

Features

  • add barebones mode for creating simple projects (0b63bb1)
  • incorporate notebook formatting hook to main pre-commit config (6188dc6)
  • make pypi publishing optional in release workflow (796a01e)
  • remove typing_extensions config (f94d7e2)
  • remove unnecessary sh plugin for prettifier (2927c07)

BREAKING CHANGES

  • The option to install typing_extensions during
    bootstrap has been removed.
  • Config option for notebooks has been removed. It is no
    longer possible to install jupyter during bootstrap.