Recent Releases of BifurcationKit

BifurcationKit - v0.5.1

BifurcationKit v0.5.1

Diff since v0.5.0

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

Merged pull requests: - CompatHelper: bump compat for KrylovKit to 0.10, (keep existing compat) (#249) (@github-actions[bot]) - CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#250) (@github-actions[bot])

Closed issues: - Support Krylov.jl v0.10 (#237) - Missing update! method for GridapBifProblem in continuation workflow (#251)

- Julia
Published by github-actions[bot] 6 months ago

BifurcationKit - v0.5.0

BifurcationKit v0.5.0

Diff since v0.4.16

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

Merged pull requests: - CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) (#246) (@github-actions[bot]) - CompatHelper: bump compat for Makie in [weakdeps] to 0.24, (keep existing compat) (#247) (@github-actions[bot])

Closed issues: - Use of external integration code (#245) - Restricting continuation domain in 2-parameter continuation (#248)

- Julia
Published by github-actions[bot] 8 months ago

BifurcationKit - v0.4.16

BifurcationKit v0.4.16

Diff since v0.4.15

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

- Julia
Published by github-actions[bot] 9 months ago

BifurcationKit - v0.4.15

BifurcationKit v0.4.15

Diff since v0.4.14

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

- Julia
Published by github-actions[bot] 10 months ago

BifurcationKit - v0.4.14

BifurcationKit v0.4.14

Diff since v0.4.13

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

- Julia
Published by github-actions[bot] 10 months ago

BifurcationKit - v0.4.13

BifurcationKit v0.4.13

Diff since v0.4.12

Breaking changes

  • Explanation of breaking change, ideally with upgrade tips
  • ...

Merged pull requests: - Support Krylov.jl v0.10 (#239) (@amontoison) - Fix missing iter argument in recordfromsolution at SpecialPoint (#241) (@Azercoco)

Closed issues: - Mesh adaptation error (#195) - Missing iter argument in recordfromsolution at SpecialPoint (#218) - stop exporting solve (#230) - (minor) doc typo (old notation used) (#231) - Continuation wrt period (#232) - Printing despite verbosity options being turned off (#234) - Issue with @with_kw struct in the continuation of a Hopf condition (#235)

- Julia
Published by github-actions[bot] 10 months ago

BifurcationKit - v0.4.12

BifurcationKit v0.4.12

Diff since v0.4.11

Merged pull requests: - CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#216) (@github-actions[bot])

Closed issues: - Newton failure when computing continuation of a bifurcation point (#224) - How to apply get_branch to bifurcation diagram without much branch structure (#225) - How to interpret messy periodic orbit diagram (#226)

- Julia
Published by github-actions[bot] 11 months ago

BifurcationKit - v0.4.11

BifurcationKit v0.4.11

Diff since v0.4.10

Merged pull requests: - CompatHelper: bump compat for KrylovKit to 0.9, (keep existing compat) (#215) (@github-actions[bot]) - CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#221) (@github-actions[bot])

- Julia
Published by github-actions[bot] 11 months ago

BifurcationKit - v0.4.10

BifurcationKit v0.4.10

Diff since v0.4.9

Closed issues: - ModelingToolkit Example throwing errors (#157) - period doubling mesh expansion (#208) - Get periodic orbit for system of ODEs with fixed parameters (#209) - error precompiling package (#211)

- Julia
Published by github-actions[bot] 11 months ago

BifurcationKit - v0.4.9

BifurcationKit v0.4.9

Diff since v0.4.8

Merged pull requests: - Fix makie 0.22 (#206) (@BambOoxX)

Closed issues: - BifurcationKit's MakieExt fails to precompile (#205)

- Julia
Published by github-actions[bot] about 1 year ago

BifurcationKit - v0.4.8

BifurcationKit v0.4.8

Diff since v0.4.7

Merged pull requests: - CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#201) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 1 year ago

BifurcationKit - v0.4.7

BifurcationKit v0.4.7

Diff since v0.4.6

Merged pull requests: - added option for imaginary plotting in plot_eigenvalues (#200) (@macquarrielucas)

Closed issues: - Continuation of Hopf curve for ComponentArray state type (#197)

- Julia
Published by github-actions[bot] about 1 year ago

BifurcationKit - v0.4.6

BifurcationKit v0.4.6

Diff since v0.4.5

Closed issues: - Skip bifurcation point type check for multicontinuation? (#187)

- Julia
Published by github-actions[bot] about 1 year ago

BifurcationKit - v0.4.5

BifurcationKit v0.4.5

Diff since v0.4.4

Merged pull requests: - Add slicing to ContResult (#189) (@twildi)

Closed issues: - Precompilation failure (#188) - abort continuation step when the first bifurcation point is located using the bisection (#192)

- Julia
Published by github-actions[bot] about 1 year ago

BifurcationKit - v0.4.4

BifurcationKit v0.4.4

Diff since v0.4.3

Closed issues: - DefCont doesn't support bothside kwarg (#186)

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.4.3

BifurcationKit v0.4.3

Diff since v0.4.2

Merged pull requests: - CompatHelper: bump compat for JLD2 in [weakdeps] to 0.5, (keep existing compat) (#174) (@github-actions[bot]) - Fix 178 precompilation makie (#179) (@BambOoxX) - Support makie backends (#181) (@BambOoxX)

Closed issues: - Allow using other Makie backends (#54) - Custom BorderedLinearSolver interface requirements for PALC are missing (#140) - Why do you use "lenses" to set parameters? (#159) - Facilitate solution saving at precise parameter values (#172) - Argument error for BifurcationProblem (#175) - Trouble with Hopf bifurcation with Collocation method (#176) - MethodOfLines.jl integration (#177) - Precompilation error when loading BifurcationKit and GLMakie in a fresh environment (#178) - the example program generates a eeror with "@lens not defined in Main" (#184)

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.4.2

BifurcationKit v0.4.2

Diff since v0.4.1

Closed issues: - Issue with passing the record_from_solution to the mimally augmented codim 2 continuation (#151) - MethodError: objects of type ContinuationPar{Float64, DefaultLS, DefaultEig{typeof(real)}} are not callable (#173)

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.4.1

BifurcationKit v0.4.1

Diff since v0.4.0

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.4.0

BifurcationKit v0.4.0

Diff since v0.3.6

Merged pull requests: - CompatHelper: add new compat entry for GLMakie in [weakdeps] at version 0.10, (keep existing compat) (#168) (@github-actions[bot]) - CompatHelper: add new compat entry for JLD2 in [weakdeps] at version 0.4, (keep existing compat) (#169) (@github-actions[bot]) - CompatHelper: add new compat entry for Plots in [weakdeps] at version 1, (keep existing compat) (#170) (@github-actions[bot])

Closed issues: - Downgrades LazyArrays from v2 to v1 (#161) - Issue with solving ODEs which contain complex variables (#165) - ERROR: MethodError: no method matching isless(::Float64, ::ComplexF64) (#167)

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.3.6

BifurcationKit v0.3.6

Diff since v0.3.5

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.3.5

BifurcationKit v0.3.5

Diff since v0.3.4

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.3.4

BifurcationKit v0.3.4

Diff since v0.3.3

Merged pull requests: - CompatHelper: bump compat for ArnoldiMethod to 0.3, (keep existing compat) (#139) (@github-actions[bot]) - CompatHelper: bump compat for ArnoldiMethod to 0.4, (keep existing compat) (#141) (@github-actions[bot]) - CompatHelper: bump compat for KrylovKit to 0.7, (keep existing compat) (#145) (@github-actions[bot])

Closed issues: - Use Julian style of code? (#89) - Out of memory for 1D periodic non-linear system (#109) - Add BifurcationProblem dispatch for ModelingToolkit problems (possibly in an extension?) (#118) - using ContinuationPar directly as input to bifurcationdiagram (rather than (args...) -> opts_br) (#132) - Generated function error (#142) - Problem with plotting a periodic orbit (#146) - issue with user defined jacobian and codim2 continuation (#152)

- Julia
Published by github-actions[bot] over 1 year ago

BifurcationKit - v0.3.3

BifurcationKit v0.3.3

Diff since v0.3.2

Merged pull requests: - chore: bump RecursiveArrayTools compat (#127) (@AayushSabharwal) - Replace hardcoded ANSI colors with printstyled (#133) (@danielwe) - Log branching errors in bifurcationdiagram (#134) (@danielwe)

Closed issues: - _isinplace causes incorrect dispatch when both out of place and in place versions of a function is defined (#114) - record from solution title looks werid in docs (#126) - Problems with event detection (#131)

- Julia
Published by github-actions[bot] about 2 years ago

BifurcationKit - v0.3.2

BifurcationKit v0.3.2

Diff since v0.3.1

Merged pull requests: - Fix outdated use of camelCase names, et cetera (#128) (@danielwe) - Remove undefined exports (#130) (@danielwe)

Closed issues: - BifurcationKit incompatible with latest ModelingToolkit version (#121) - Incorrect calls to EventSpecialPoint (#129)

- Julia
Published by github-actions[bot] over 2 years ago

BifurcationKit - v0.3.1

BifurcationKit v0.3.1

Diff since v0.3.0

- Julia
Published by github-actions[bot] over 2 years ago

BifurcationKit - v0.3.0

BifurcationKit v0.3.0

Diff since v0.2.9

- Julia
Published by github-actions[bot] over 2 years ago

BifurcationKit - v0.2.9

BifurcationKit v0.2.9

Diff since v0.2.8

Closed issues: - Error with a Bordered Problem for a nonlinear system of 4 variables (#69)

- Julia
Published by github-actions[bot] over 2 years ago

BifurcationKit - v0.2.8

BifurcationKit v0.2.8

Diff since v0.2.7

Closed issues: - acceptSolution in DefCont() not used (#104) - Issue when implementing the KdV equation (#106)

- Julia
Published by github-actions[bot] almost 3 years ago

BifurcationKit - v0.2.7

BifurcationKit v0.2.7

Diff since v0.2.6

Closed issues: - Dependencies update (#82) - Reexport Setfield (#85) - Document what short names of bifurcations stand for (#87) - Continuation doesn't start when using Natural() and pMin = p0 (#96) - No way to set BifFunction's delta parameter (#99) - typos (#100)

Merged pull requests: - fix broken CITATION.bib (#90) (@Datseris) - fix typos (#101) (@musvaage)

- Julia
Published by github-actions[bot] almost 3 years ago

BifurcationKit - v0.2.6

BifurcationKit v0.2.6

Diff since v0.2.5

- Julia
Published by github-actions[bot] almost 3 years ago

BifurcationKit - v0.2.5

BifurcationKit v0.2.5

Diff since v0.2.4

- Julia
Published by github-actions[bot] almost 3 years ago

BifurcationKit - v0.2.4

BifurcationKit v0.2.4

Diff since v0.2.3

Closed issues: - Event function not called while doing codim2 fold point continuation (#76)

Merged pull requests: - Update DocStringExtensions (#80) (@isaacsas)

- Julia
Published by github-actions[bot] almost 3 years ago

BifurcationKit - v0.2.3

BifurcationKit v0.2.3

Diff since v0.2.2

Closed issues: - Support for delay differential equations (#66) - Generalized eigenvalue problem during continuation (#75) - How to switch continuation parameters in codim2 fold point continuation? (#77)

- Julia
Published by github-actions[bot] about 3 years ago

BifurcationKit - v0.2.2

BifurcationKit v0.2.2

Diff since v0.2.1

Closed issues: - "ERROR: DimensionMismatch("array could not be broadcast to match destination")" When using the getNormalForm function (#70) - I am lost in upgrading from v0.1.x to v0.2.x (#72)

Merged pull requests: - Matrixify Q in PrecPartialSchurKrylovKit (#73) (@dkarrasch)

- Julia
Published by github-actions[bot] about 3 years ago

BifurcationKit - v0.2.1

BifurcationKit v0.2.1

Diff since v0.2.0

Closed issues: - recommendations on basic usage of package (#63) - ReadOnlyMemoryError() error when computing periodic orbits (#64) - Error with "setproperties()" on branch object (#65) - Problem calculating/interpreting periodic orbits in bifurcation diagram (#67) - Disable AD for newton / continuation? (#68)

- Julia
Published by github-actions[bot] over 3 years ago

BifurcationKit - v0.2.0

BifurcationKit v0.2.0

Diff since v0.1.12

- Julia
Published by github-actions[bot] over 3 years ago

BifurcationKit - v0.1.12

BifurcationKit v0.1.12

Diff since v0.1.11

Closed issues: - Changing dotPALC is not reflected in BorderedPred()? (#38) - Hopf continuation failed (simple ODE system) (#52) - How to save my results to a file (#53) - How to stop continuation after detecting a specified number of branch points? (#56) - unable to save files when saveToFile=true (#57) - Tutorial for finding periodic orbits of non-spatial systems (#58) - UndefVarError: getTrajectory not define (when running tutorial) (#59) - Periodic orbits appear weird when model (brusselator) is changed slightly (#60) - "MethodError: no method matching create_array(..." When computing periodic orbits from ModelingToolkit type function (#61) - Interpreting a bifurcation diagram (that takes a long time to computer) (#62)

Merged pull requests: - Added citation file for GitHub's citation feature (#44) (@paniash)

- Julia
Published by github-actions[bot] over 3 years ago

BifurcationKit - v0.1.11

BifurcationKit v0.1.11

Diff since v0.1.10

- Julia
Published by github-actions[bot] about 4 years ago

BifurcationKit - v0.1.10

BifurcationKit v0.1.10

Diff since v0.1.9

- Julia
Published by github-actions[bot] about 4 years ago

BifurcationKit - v0.1.9

BifurcationKit v0.1.9

Diff since v0.1.8

Closed issues: - example in docs using @reaction_network (#27) - Computing bifurcation diagrams or branch points with only the first derivative (#46) - bifurcationdiagram() function fails to track new branches in pitchfork bifurcation (#47) - Method extractPeriodShooting is not defined in Floquet.jl (#48) - Weird bifurcation diagram produced (#50)

- Julia
Published by github-actions[bot] about 4 years ago

BifurcationKit - v0.1.8

BifurcationKit v0.1.8

Diff since v0.1.7

Closed issues: - Can pMax and pMin be used as hard constraints? (#43)

- Julia
Published by github-actions[bot] over 4 years ago

BifurcationKit - v0.1.7

BifurcationKit v0.1.7

Diff since v0.1.6

- Julia
Published by github-actions[bot] over 4 years ago

BifurcationKit - v0.1.6

BifurcationKit v0.1.6

Diff since v0.1.5

Closed issues: - Docs missing description of what verbosity levels does (?) (#32) - dTMvf is an undefined name in the Neural mass equation example (#34) - detectBifucation(state::ContState) always returns false after update v0.1.3 => v0.1.4 (#36) - AssertionError message in ContinuationPar might be incorrect (#39) - Support for NonLinearProblem (#40)

- Julia
Published by github-actions[bot] over 4 years ago

BifurcationKit - v0.1.5

BifurcationKit v0.1.5

Diff since v0.1.4

Closed issues: - Continuation function misses negative branch of saddle-node bifurcation? (#35)

- Julia
Published by github-actions[bot] over 4 years ago

BifurcationKit - v0.1.4

BifurcationKit v0.1.4

Diff since v0.1.3

- Julia
Published by github-actions[bot] almost 5 years ago

BifurcationKit - v0.1.3

BifurcationKit v0.1.3

Diff since v0.1.2

Closed issues: - Conflict with DynamicalSystems 1.5 (DiffEqBase .47) (#25) - Unable to create bifurcation diagram using deflated continuations (#33)

- Julia
Published by github-actions[bot] about 5 years ago

BifurcationKit - v0.1.2

BifurcationKit v0.1.2

Closed issues: - extend methods to TrackedArray (#3) - plotBranch() shows incorrect fold locations for negative u (#5) - user wants recordfunction kwarg (#6) - vscode linter complains about missing DefaultLS,DefaultEig (#7) - Error with DifferentialEquations and multiple callbacks (#9) - Trouble with negative parameters (#10) - request to make ContinuationPar and NewtonPar mutable (#11) - Issue with branch switching (#13) - Trouble with branch switching and matrix-free (#16) - How to use iterator to make a bifurcation diagram? (#18) - [DOC] what is the expected output type for the Jacobian? (#21) - Why is JLD2 a dependency? (#22) - Illegal inttoptr? (#23) - Exchange Plots dependency with Requires...? (#26) - Hopf continuation failed in a stiff ODE system (#28) - dz = norm(z[n+1]-z[n]) along branch from branch.ds? (#29) - Questions regarding, and oddities with, the bifurcationdiagram function (#30)

Merged pull requests: - Fix documentation. (#1) (@fredrikekre) - Fix installation istruction (#2) (@tkf) - Avoid mixing matrix and jobs (#8) (@oxinabox) - Add an error message for EigAparck when v0 is not set in the matrix-free case (#14) (@antoine-levitt) - fix typo in NormalForms (#15) (@antoine-levitt)

- Julia
Published by github-actions[bot] about 5 years ago