tkf / Bifurcations.jl

Bifurcation analysis in pure Julia. Totally work-in-progress.
https://tkf.github.io/Bifurcations.jl/dev/
Other
14 stars 4 forks source link

What is Jacobi? #11

Closed rveltz closed 5 years ago

rveltz commented 5 years ago

Hi,

It is probably a silly question but ] add https://github.com/tkf/Bifurcations.jl leads to this

ERROR: Unsatisfiable requirements detected for package Jacobi [83f21c0b]:
 Jacobi [83f21c0b] log:
 ├─possible versions are: [0.0.1, 0.1.0, 0.2.0-0.2.1, 0.3.0] or uninstalled
 ├─restricted to versions * by Bifurcations [0487d830], leaving only versions [0.0.1, 0.1.0, 0.2.0-0.2.1, 0.3.0]
 │ └─Bifurcations [0487d830] log:
 │   ├─possible versions are: 0.0.1 or uninstalled
 │   └─Bifurcations [0487d830] is fixed to version 0.0.1
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

I then installed your package Jacobi and it went smoothly.

tkf commented 5 years ago

Oh no, it's not a silly question. It's surprising you find the answer :)

It requires my fork of Jacobi because the original one supports up to 0.6 https://github.com/pjabardo/Jacobi.jl/pull/2. There are probably other packages to compute Gaussian quadrature and Lagrangian interpolation so I need to find one (or just copy the source code). There are other things that got old in Bifurcations.jl. I'll be updating it.

rveltz commented 5 years ago

well not completely...

tkf commented 5 years ago

I think the current master branch works now with the simple standard installation. I'll close this issue but let me know if you find other or related issues.