This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Releases: SciML/PyDSTool.jl
Releases · SciML/PyDSTool.jl
v0.6.1
v0.6.0
PyDSTool v0.6.0
Closed issues:
- Bifurcation curve calculation error (#14)
Merged pull requests:
- Fix deprecations (#9) (@femtocleaner[bot])
- Update appveyor.yml (#12) (@ChrisRackauckas)
- Add CITATION.bib (#17) (@asinghvi17)
- Add Project.toml (#19) (@YingboMa)
- CompatHelper: bump compat for "Conda" to "1.3" (#20) (@github-actions[bot])
- CompatHelper: add new compat entry for "RecipesBase" at version "0.7" (#21) (@github-actions[bot])
- CompatHelper: add new compat entry for "PyCall" at version "1.91" (#22) (@github-actions[bot])
- CompatHelper: add new compat entry for "DataStructures" at version "0.17" (#23) (@github-actions[bot])
- CompatHelper: bump compat for "RecipesBase" to "0.8" (#24) (@github-actions[bot])
- Install TagBot as a GitHub Action (#25) (@JuliaTagBot)
Upgrade to v0.7
v0.5.0 update to v0.7
Fix for SciPy 1.0.0
Merge pull request #6 from tkf/evil A dirty hack to force importing PyDSTool
Fix the plot recipe
v0.3.0 fix the plot recipe
Update syntax
Merge pull request #2 from staticfloat/updated_ci_url Update CI URLs to point to new caching infrastructure
Update build script
Uses Conda instead of pip
Hotfix the build
The build was checking for pydstool
, so it would always act like it failed unless it built the first time. This gets annoying with Pkg.update.
More complete
This version of the wrapper is much more complete and added to the DifferentialEquations.jl docs.