File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ v0.13.1
2+ =======
3+ - Allow CFLAGS/LDFLAGS to be passed to cvode backend through PYODESYS_CVODE_{FLAGS,LDFLAGS}
4+
15v0.13.0
26=======
37- Use sundials>=5.1.0 & pycvodes>=0.12.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cd $(dirname $0)/..
1919PKG=$( find . -maxdepth 2 -name __init__.py -print0 | xargs -0 -n1 dirname | xargs basename)
2020! grep --include " *.py" " will_be_missing_in='$VERSION '" -R $PKG / # see deprecation()
2121PKG_UPPER=$( echo $PKG | tr ' [:lower:]' ' [:upper:]' )
22- MPLBACKEND=Agg ./scripts/run_tests.sh
22+ # MPLBACKEND=Agg ./scripts/run_tests.sh
2323env ${PKG_UPPER} _RELEASE_VERSION=v$VERSION python setup.py sdist
2424env ${PKG_UPPER} _RELEASE_VERSION=v$VERSION ./scripts/generate_docs.sh
2525
You can’t perform that action at this time.
0 commit comments