Skip to content

v1.0.1

Compare
Choose a tag to compare
@ilayn ilayn released this 18 Jun 18:50

This is a maintenance release for 1.0.0 with various fixes and small enhancements, namely random model creation and ackermann pole placement method.

The highlight of this release is the full documentation of the functions with a proper readthedocs theme. Though the individual function documentation is still lacking proper maintenance the structure of the documentation is functional.


  • #19 FIX: Rework minimal_realization and staircase
  • #20 FIX: add missing all ddunder
  • #21 FIX: discrete plot holds the next value instead.
  • #22 MAINT: Turn off Travis emails
  • #23 ENH: Add random_state_model
  • #24 Add more tests to improve code coverage
  • #25 FIX: dt keyword now works properly on random_state_model
  • #26 MAINT: DOC: Restructure Documentation
  • #27 FIX: transfer_to_state all static columns
  • #28 ENH: Added ackermann()