Skip to content

0.32.2

Compare
Choose a tag to compare
@jagerber48 jagerber48 released this 12 Jan 06:33
· 397 commits to main since this release
621a1ef

0.32.2 (2024-01-11)

Added

  • Expanded the "Under Construction" section of the readme and the "How to Contribute" section of the project page. Changes included adding links to the sciform feedback survey.
  • Added examples in the documentation demonstrating how sciform formatting can be mapped over collections of numbers. [#120 <https://github.com/jagerber48/sciform/issues/120>_]

Changed

  • Refactor backend mode literal (used for typing) and enum (used internally for tracking options) object names so that e.g. SignMode -> SignModeEnum and UserSignMode -> SignMode. [#111 <https://github.com/jagerber48/sciform/issues/111>_]