Skip to content

Tags: SpinW/spinw

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
RELEASE PySpinW v4 (#190)

* Fix it so example ipynb works. Update pyspinw CI

Uses new matlab2python script from libpymcr to
  generate wrappers (and so pydoc works on spinw)
Remove non-ascii characters in mtimesx which was
  confusing mcc
Update Python __init__.py so initialized check is global
Fix issue in addmatrix where Python could input
  an integer vector value breaking the code.
Fix bug in sw_plotspec where handles were unassigned.

* Add python command to compile all ctfs

* Fix addmatrix test fail

* Add wrappers for common Matlab plotting commands

* Update change log. Fix addmatrix again.

* Change compile ctf CI to use mcc_all.py

v3.2.0

Toggle v3.2.0's commit message
New release v32 (#144)

* Add despatch workflow to publish to pypi

* Add release scripts and CI files

* Fix typo in publish_pypi.yml

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve tests (#138)

* Fix bug in systemtest where ref data was always regenerated

* Reduce test verbosity

* Fix flaky optmagk test

* Use persistent swpref in sw_timeit

* Fix PCSMO system test twin matrix

* Silence warnings in tests

* OpenMP mex improvements

Zero initialises arrays in chol_omp
  seems to fix remaining flaky mex tests
Change omp critical to atomic for better performance

* Improve optmagstr params test with new mock

* Fix chol_omp error code collision

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v3.1

Toggle v3.1's commit message
Text fixes for V3.1

v3.1-beta

Toggle v3.1-beta's commit message
Documentation and mex fallback

Documentation change for issue #22 and warning for mex users on post R2017b in response to issue #17

3.1

Toggle 3.1's commit message
Fix typo in tutorial 35

Former-commit-id: 83ceb9f

v3.0.2py

Toggle v3.0.2py's commit message
minor bug fixes

Former-commit-id: 7d2b19f

pyspinw_3p0

Toggle pyspinw_3p0's commit message
minor bug fixes

Former-commit-id: 7d2b19f

v3.0.1

Toggle v3.0.1's commit message
Minor bug fixes