Releases: luchr/ODEInterface.jl
Releases · luchr/ODEInterface.jl
ODEInterface v0.5.0
Use Yggdrasil and support loading compiled solvers with JLLs using artificats.
ODEInterface v0.4.7
- find module path more reliably; thanks to https://github.com/christopher-dG
- Travis: added test runs for julia 1.3 and 1.4
ODEInterface v0.4.6
- Bugfix in Colnew for 32bit systems
- Using Appveyor Builds
- Added Coveralls
ODEInterface v0.3.1
Bugfix-Release for julia v0.6
- Bugfix in Colnew for 32bit systems
ODEInterface v0.4.5
- Bugfixes: Broadcast
.=
in tests andsrc/Banded.jl
- Bugfix: local variable epsilon in tests
- Updated: travis (for 0.7, 1.0 and nightly)
ODEInterface v0.3.0
ODEInterface (for julia v0.6 only) with latest bugfixes:
- Colnew: add
std=legacy
for gcc8-fortran compiler - try workaround for travis-ci/travis-ci#8826
ODEInterface v0.4.4
Banded: broadcast now with .=
Colnew: add std=legacy for gcc8-fortran compiler
deprecations:
- map for Sets
ODEInterface v0.4.3 [b7ffd84809]
Updated code for julia v0.7.
Deprecations:
- uninitialized -> undef
- ucfirst -> uppercasefirst
- cfunction is now macro