imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
125 stars 67 forks source link

Release 1.4.2.post1 #209

Open schuenke opened 1 week ago

schuenke commented 1 week ago

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 😄

schuenke commented 1 week ago

I prepared the release draft here: https://github.com/imr-framework/pypulseq/releases

schuenke commented 1 week ago

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

btasdelen commented 1 week ago

@schuenke I suggest we fix #208 before we release. It is trivial, I am fixing it right now.