What's Changed
- Fix incorrect and non-zero delay. by @btasdelen in #187
- RF: Move sigpy to an extra optional dependency by @wtclarke in #188
- Add area attribute for arbitrary gradients by @schuenke in #189
- Adjust eps value (floating point precision) by @schuenke in #193
- Replace setup.py by pyproject.toml by @btasdelen in #195
- Add 'first' and 'last' arg to make_arbitrary_grad by @schuenke in #198
- Add calc_adc_segments for segmentation of long ADC. by @felixlandmeyer in #196
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #201
- Fix direct install from GitHub repo by @schuenke in #202
- Reworked
check_timing
to provide a structured error report by @FrankZijlstra in #200 - Fix inconsistency in "return_delay" argument of RF pulses by @mavel101 in #206
- Add pre-commit workflow including ruff by @schuenke in #207
Sequence.install
functionality by @FrankZijlstra in #190- Assert that make_trapezoid() slew rate is smaller than max_slew by @h3lg3 in #214
- Fix slew rate ext trapezoid by @h3lg3 in #217
- Add compatibility for post-release versions by @schuenke in #219
- Change package structure to src-layout by @schuenke in #218
- [pre-commit] pre-commit autoupdate by @pre-commit-ci in #229
- Fix None check in make_arbitrary_grad by @schuenke in #230
- Merge dev into master by @schuenke in #231
- Bug fixes and input checks for
make_trapezoid
by @btasdelen in #212 - Fix SAR calculation by @schuenke in #232
- Add sequence / integration tests by @schuenke in #220
- Merge make_trapezoid changes to master. by @btasdelen in #233
- Add warning to make_block_pulse() if rf.delay is changed to rf.dead_time by @h3lg3 in #236
- Fix tests, update workflows, support Python 3.12 tests by @schuenke in #237
- [pre-commit] pre-commit autoupdate by @pre-commit-ci in #245
- Fix test workflow and enable workflow runs in PRs from forks by @schuenke in #246
- Include examples into ruff checks and format files by @schuenke in #238
- Fix grad.last calculation in read_seq function for arbitrary gradients by @schuenke in #240
- Fix sigpy tests by @btasdelen in #227
- [pre-commit] pre-commit autoupdate by @pre-commit-ci in #259
- Timing check of ADC delay by @mavel101 in #235
- Release 1.4.2.post1 by @schuenke in #266
New Contributors
- @felixlandmeyer made their first contribution in #196
- @dependabot made their first contribution in #201
- @h3lg3 made their first contribution in #214
- @pre-commit-ci made their first contribution in #229
Full Changelog: v1.4.2...v1.4.2.post1