formelsammlung Change Log

Note

These changes are listed in decreasing version number order and not necessarily chronological. Version numbers follow the SemVer principle. See the tags on this repository for all available versions.

Not all commits are linked. Commits are only linked when they match the specific note.

v0.3.0 (2020-10-09)

New Features

  • Added autodetection for sphinx doc dir for SphinxDocServer. #14


v0.2.1 (2020-10-07)

Bugfixes

  • Removed redundant dependency python-dotenv. #12

Documentation

  • Added instruction for creating a venv to install the packge into to installation docs. #13


v0.2.0 (2020-10-06)

Bugfixes

  • Fix the bugged test test_strcalc.test_exponentiation by increasing the base by one for the negative exponent tests. #5

  • Fixed CI bug with complex numbers. #7

New Features

  • Added SphinxDocServer. A flask plugin which adds a route to the flask app to show your build sphinx docs. #4

Documentation

  • Added missing basic information to docs. #2

  • Added code examples to docstrings. #8

  • Increase toctree depth to 5 to show single submodules in API docs. #9

  • Added little functionality overview to README. #11


v0.1.0 (2020-10-03)

Initial release