Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Releases: SciML/PyDSTool.jl

v0.6.1

23 Aug 19:12
38ecd03

Choose a tag to compare

PyDSTool v0.6.1

Diff since v0.6.0

Closed issues:

  • Register (#26)

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#27) (@github-actions[bot])
  • CompatHelper: bump compat for "DataStructures" to "0.18" (#28) (@github-actions[bot])

v0.6.0

10 Feb 13:06
a67c326

Choose a tag to compare

PyDSTool v0.6.0

Diff since v0.5.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

23 Jul 06:00

Choose a tag to compare

v0.5.0

update to v0.7

Fix for SciPy 1.0.0

10 Feb 12:14
16d7ab3

Choose a tag to compare

Merge pull request #6 from tkf/evil

A dirty hack to force importing PyDSTool

Fix the plot recipe

05 Feb 22:07

Choose a tag to compare

v0.3.0

fix the plot recipe

Update syntax

25 Jan 17:52
fbe9d3d

Choose a tag to compare

Merge pull request #2 from staticfloat/updated_ci_url

Update CI URLs to point to new caching infrastructure

Update build script

19 Apr 20:32

Choose a tag to compare

Uses Conda instead of pip

Hotfix the build

05 Apr 04:09

Choose a tag to compare

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

28 Mar 16:07

Choose a tag to compare

This version of the wrapper is much more complete and added to the DifferentialEquations.jl docs.