Skip to content

v0.1.3

Choose a tag to compare

@brookshsmith brookshsmith released this 27 Sep 04:33
· 338 commits to master since this release
7167318

This update primarily adds only typing and documentation. However, some changes that have gone along with typing have involved breaking changes.

Breaking Changes

The files in which some functions are located have been rearranged. For example, signature_ss() and m_recommend() have moved from helpers.py to fsm.py - which both fixes some typing issues and makes more rational sense given that these functions are actually running FSM analyses! All functions still exist - nothing's been removed - but you may need to import them from different locations now.

What's Changed

  • Typing and setting docstrings throughout all functions by @smith120bh in #43
  • Stricter typing throughout by @smith120bh in #44
  • Add angle & rack section tests by @smith120bh in #53
  • New, simpler input format by @smith120bh in #54
  • Add template structure for documentation by @smith120bh in #56
  • Initial documentation content by @smith120bh in #57
  • Fix syntax for submodule in readthedocs config by @smith120bh in #58
  • Add missing typing_extensions requirement by @smith120bh in #59
  • Remove unused myst_parser from sphinx config by @smith120bh in #60
  • Fix release module depends by @smith120bh in #94

Dependabots

Full Changelog: v0.1.2...v0.1.3