-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release workflow update #202
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #202 +/- ##
==========================================
+ Coverage 42.14% 42.65% +0.50%
==========================================
Files 240 241 +1
Lines 16091 16253 +162
==========================================
+ Hits 6782 6933 +151
- Misses 9309 9320 +11 ☔ View full report in Codecov by Sentry. |
b316293
to
ab0b44e
Compare
ab0b44e
to
54bdb52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, have checked matlab toolbox can be installed (great to have this automated). Just a couple of questions to help me understand what's going on!
Also move eigen folder outside of external/ so it is not included in the ctf file (bloats it by 20MB)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this - really appreciate the dev docs as well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this - really appreciate the dev docs as well!
Updates release.py script to create an automatic release (work was done in June but due to time pressure for the SpinW training course, the v4 release of SpinW was done manually).
Also adds files to create a Matlab toolbox (
mltbx
file).