sindy-exp 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/PKG-INFO +1 -1
  2. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_data.py +1 -1
  3. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp.egg-info/PKG-INFO +1 -1
  4. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/.github/workflows/main.yaml +0 -0
  5. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/.github/workflows/release.yml +0 -0
  6. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/.gitignore +0 -0
  7. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/.pre-commit-config.yaml +0 -0
  8. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/CITATION.cff +0 -0
  9. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/LICENSE +0 -0
  10. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/README.md +0 -0
  11. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/pyproject.toml +0 -0
  12. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/setup.cfg +0 -0
  13. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/__init__.py +0 -0
  14. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_diffrax_solver.py +0 -0
  15. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_dysts_to_sympy.py +0 -0
  16. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_odes.py +0 -0
  17. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_plotting.py +0 -0
  18. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_typing.py +0 -0
  19. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/_utils.py +0 -0
  20. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp/addl_attractors.json +0 -0
  21. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp.egg-info/SOURCES.txt +0 -0
  22. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp.egg-info/dependency_links.txt +0 -0
  23. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp.egg-info/requires.txt +0 -0
  24. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/src/sindy_exp.egg-info/top_level.txt +0 -0
  25. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/tests/test_all.py +0 -0
  26. {sindy_exp-0.2.0 → sindy_exp-0.2.1}/tests/test_inspect_to_sympy.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sindy-exp
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A basic library for constructing dynamics experiments
5
5
  Author-email: Jake Stevens-Haas <jacob.stevens.haas@gmail.com>
6
6
  License: MIT License
@@ -17,7 +17,7 @@ try:
17
17
 
18
18
  from ._diffrax_solver import _gen_data_jax
19
19
  except ImportError:
20
- raise
20
+ pass
21
21
 
22
22
  INTEGRATOR_KEYWORDS = {"rtol": 1e-12, "method": "LSODA", "atol": 1e-12}
23
23
  MOD_LOG = getLogger(__name__)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sindy-exp
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A basic library for constructing dynamics experiments
5
5
  Author-email: Jake Stevens-Haas <jacob.stevens.haas@gmail.com>
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes