Releases: pathsim/pathsim
Releases · pathsim/pathsim
v0.18.0
New blocks and finally an interface for easy runtime block parameter mutation through a fancy decorator.
Thanks @kwmcbride for the contribution!
What's Changed
- Kevin/dev/divider by @kwmcbride in #202
- Add mutable decorator for runtime parameter reinitialization by @milanofthe in #203
- Add missing XPRT IR blocks: logic, Atan2, Rescale, Alias, discrete Delay by @milanofthe in #204
New Contributors
- @kwmcbride made their first contribution in #202
Full Changelog: v0.17.2...v0.18.0
v0.17.2
hotfix
zero inputs at graph assembly to get rid of stale values during runtime system mutations
What's Changed
- remove connection zero inputs by @milanofthe in #201
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- block data accessibility by @milanofthe in #197
- Improve test coverage and add functional eval tests by @milanofthe in #198
- Runtime Mutations by @milanofthe in #200
Full Changelog: v0.17.0...v0.17.1
v0.17.0
Adding more control specific blocks and some slight refactoring of the existing PID block to use the StateSpace block as a base
What's Changed
- ctrl blocks by @milanofthe in #194
Full Changelog: v0.16.8...v0.17.0
v0.16.8
What's Changed
- Add get_params() method to Block base class by @milanofthe in #192
Full Changelog: v0.16.7...v0.16.8
v0.16.7
What's Changed
- Improve docstrings for solvers by @milanofthe in #191
Full Changelog: v0.16.6...v0.16.7
v0.16.6
fixing 190
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- cleanup docs and docstrings, fix typos, standardize notebook intros and math formatting by @milanofthe in #189
Full Changelog: v0.16.4...v0.16.5
v0.16.4
What's Changed
- Fix parameter names and docs by @milanofthe in #188
Full Changelog: v0.16.3...v0.16.4
v0.16.3
What's Changed
- Fix parameter names and docs by @milanofthe in #187
Full Changelog: v0.16.2...v0.16.3