Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New simulation backend, new systems, Lyapunov spectrum measure. #3

Merged
merged 15 commits into from
Oct 20, 2023

Conversation

DuncDennis
Copy link
Owner

Getting ready for v0.0.2

Main changes:

  • More dynamical systems added.
  • New simulation backend.
  • New Lyapunov spectrum measure added.

- There are still some TODOs to take care of, but the main functionality seems to work.
- Added the simple dimensionless double pendulum where m1=m2 and l1=l2.
- Added scipy>=1.10.0 as requirement.
- Moved solvers from base.py to new solvers.py.
- Added function solver.create_scipy_ivp_solver as a wrapper to use a scipy.integrate.solve_ivp in the simulation classes described by a flow.
New systems: Chen, ChuaCircuit, ComplexButterfly, DoubleScroll, Halvorsen, Rucklidge, Thomas, WindmiAttractor, and Henon.
- added matplotlib to plot dependencies.
- changed Lorenz63 default time step.
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #3 (b3cf609) into main (34174cc) will decrease coverage by 1.59%.
The diff coverage is 98.30%.

@@             Coverage Diff             @@
##              main       #3      +/-   ##
===========================================
- Coverage   100.00%   98.41%   -1.59%     
===========================================
  Files            3        9       +6     
  Lines           72      378     +306     
===========================================
+ Hits            72      372     +300     
- Misses           0        6       +6     
Files Coverage Δ
src/lorenzpy/measures.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/__init__.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/autonomous_flows.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/base.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/discrete_maps.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/driven_systems.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/solvers.py 100.00% <100.00%> (ø)
src/lorenzpy/simulations/others.py 92.30% <92.30%> (ø)

@DuncDennis DuncDennis merged commit 07bc781 into main Oct 20, 2023
32 of 34 checks passed
@DuncDennis DuncDennis deleted the feature/try_new_simulation_backend branch October 20, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant