Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 17:01
· 4 commits to main since this release

v1.6.0 (2024-10-31)

Bug Fixes

  • fix: when saving system to .json, only include applicable limits for each component (fd5dea7)

Continuous Integration

  • ci: add sudo to graphviz install (20185f6)

  • ci: fix Graphviz install (a46675b)

  • ci: install Graphviz in ci step (eb026a2)

  • ci: add graphviz to rtd config (8fb1728)

  • ci: remove grayscull steps (553c2ed)

Documentation

  • docs: update LinReg ground current parameter name in PCIe tutorial (b9da44b)

Features

  • feat: add group parameter in System, allowing grouping of components (83d9965)

  • feat: add graphical power tree diagrams module (e3bb445)

Refactoring

  • refactor: use pydot in make_diagram() to support clusters (component groups) (6a53558)

  • refactor: remove duplicate code in Components (488d451)

  • refactor: add generic component class (31873dd)