Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@schuenke schuenke released this 26 Oct 15:59
6c08f9d

Fixes:

  • fixed sign error in bmc_solver (a77cd7d)
  • fixed RuntimeError in set_params when relaxation times instead of rates are defined in yaml file (#23)

Updates:

  • standardised type hints and annotations using typing package (9618487)
  • updated example files (26938ca)
  • adjust simulation and write functions to PyPulseq v. 1.4 (c3e670c)

Deprecations:

  • marked utils/seq/read as deprecated, because they are not needed for pypulseq >= 1.4.0 any more (be06f9b)

New features/functionality:

  • added update method to solver class (172b5e0)