PyPulseq 1.4.0
What's Changed
- Release 1.3.1post1 by @sravan953 in #50
- Typo fix & fix return syntax by @mavel101 in #56
- Integrating sigpy rf with pypulseq by @sairamgeethanath in #58
- Version 2.0 of sigpy2pulseq by @sairamgeethanath in #60
- Fix a bug, that returns the wrong trigger channel in get_block by @mavel101 in #67
- Create export_waveforms.py by @tonggehua in #62
- Fix missing install module for version.py by @bilal-tasdelen in #74
- Fix the magnitude slew rate calculation in the report. by @bilal-tasdelen in #75
- Fix time unit not displaying correctly, and add gradient unit selection. by @bilal-tasdelen in #76
- Fix missing paranthesis at per axis slew rate calc. by @bilal-tasdelen in #80
- Fix incorrect array creation at waveform_and_gradients(). by @bilal-tasdelen in #79
- Add missing paranthesis in get_block() for arb grad times. by @bilal-tasdelen in #78
- Gradient waveforms fix by @bilal-tasdelen in #84
- [Feature Suggestion] Option to call plt.show() later for plotting. by @bilal-tasdelen in #81
- Fix side effects of using numpy.round by @bilal-tasdelen in #87
- Cast times and amplitude inputs to np array in case they are supplied as list. by @bilal-tasdelen in #88
- Add missing shape_dur property to arbitrary RF. by @bilal-tasdelen in #90
- Add missing input set case for trapezoids. by @bilal-tasdelen in #86
- waveforms_and_times append RF fixes by @bilal-tasdelen in #93
- Rf fixes by @bilal-tasdelen in #92
- Fix rounding bug in indexing. by @bilal-tasdelen in #99
- np.int is deprecated in numpy>=1.20.0 by @skarrea in #100
- Fix bug in example jupyter notebook. by @nnmurthy in #103
- fix calculation of bandwidth of adiabatic hypsec pulse by @schuenke in #83
New Contributors
- @sairamgeethanath made their first contribution in #58
- @bilal-tasdelen made their first contribution in #74
- @skarrea made their first contribution in #100
- @nnmurthy made their first contribution in #103
Full Changelog: 1.3.1...1.4.0