Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
319 changes: 319 additions & 0 deletions PyDMD.egg-info/PKG-INFO

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions PyDMD.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
LICENSE
README.md
pyproject.toml
PyDMD.egg-info/PKG-INFO
PyDMD.egg-info/SOURCES.txt
PyDMD.egg-info/dependency_links.txt
PyDMD.egg-info/requires.txt
PyDMD.egg-info/top_level.txt
pydmd/__init__.py
pydmd/bopdmd.py
pydmd/cdmd.py
pydmd/costs.py
pydmd/dmd.py
pydmd/dmd_modes_tuner.py
pydmd/dmdbase.py
pydmd/dmdc.py
pydmd/dmdoperator.py
pydmd/edmd.py
pydmd/fbdmd.py
pydmd/hankeldmd.py
pydmd/havok.py
pydmd/hodmd.py
pydmd/lando.py
pydmd/mrcosts.py
pydmd/mrdmd.py
pydmd/optdmd.py
pydmd/paramdmd.py
pydmd/pidmd.py
pydmd/pidmd_utils.py
pydmd/plotter.py
pydmd/rdmd.py
pydmd/snapshots.py
pydmd/spdmd.py
pydmd/subspacedmd.py
pydmd/utils.py
pydmd/varprodmd.py
pydmd/preprocessing/__init__.py
pydmd/preprocessing/hankel.py
pydmd/preprocessing/pre_post_processing.py
pydmd/preprocessing/randomized.py
pydmd/preprocessing/svd_projection.py
pydmd/preprocessing/zero_mean.py
tests/test_bopdmd.py
tests/test_cdmd.py
tests/test_costs.py
tests/test_dmd.py
tests/test_dmd_modes_tuner.py
tests/test_dmdbase.py
tests/test_dmdc.py
tests/test_dmdoperator.py
tests/test_edmd.py
tests/test_fbdmd.py
tests/test_hankeldmd.py
tests/test_havok.py
tests/test_hodmd.py
tests/test_lando.py
tests/test_mrcosts.py
tests/test_mrdmd.py
tests/test_optdmd.py
tests/test_package.py
tests/test_paramdmd.py
tests/test_pidmd.py
tests/test_plotter.py
tests/test_rdmd.py
tests/test_snapshots.py
tests/test_spdmd.py
tests/test_subspacedmd.py
tests/test_varprodmd.py
tests/test_xyinput.py
1 change: 1 addition & 0 deletions PyDMD.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

16 changes: 16 additions & 0 deletions PyDMD.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
numpy<2
scipy>=1.6.0
matplotlib
scikit-learn
xarray
h5netcdf

[docs]
sphinx>=1.4
sphinx_rtd_theme

[test]
pytest
pytest-cov
pytest-mock
ezyrb>=v1.2.1.post2205
1 change: 1 addition & 0 deletions PyDMD.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pydmd
Loading