Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 18:32
· 9 commits to main since this release

v1.7.0 (2024-11-10)

Bug Fixes

  • Add loss parameter reading to System.from_file()
    (94b419a)

Continuous Integration

  • Use "apt_packages" to install graphviz for rtd
    (41168e0)

  • Remove sudo from readthedocs .yml
    (2e17b54)

Documentation

  • Update readme.md with make_diag()
    (13c3923)

Features

  • Add group parameter to make_diag() function
    (1d8f9e4)

  • Add .rail_rep() method to System (voltage rail report)
    (92ec728)

  • Allow power rail name as parent parameter in add_comp(), change_comp()
    (6019576)

  • Add the option to add voltage rail names in System
    (a956ecb)

  • Add "loss" parameter to all loads, optionally configuring power as a loss
    (8168a26)

Refactoring

  • Create generic _solv_get_warns() method in Component class
    (4e2e8cc)

  • Add check of limit values format
    (3136295)