Open schuenke opened 1 week ago
I prepared the release draft here: https://github.com/imr-framework/pypulseq/releases
Note sure why GitHub isn't showing the diff of sequence.py
correctly. The only change is that I added [:3]
in this line:
major, minor, revision = __version__.split('.')[:3]
This works for all version with format major.minor.revision
and major.minor.revision.post_release
@schuenke I suggest we fix #208 before we release. It is trivial, I am fixing it right now.
Would be great if we could get this merged / released very soon. I have to give a presentation on Thursday and it would be nice to have the latest fixes released 😄