modulo-vki 2.0.1__tar.gz → 2.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: modulo_vki
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: MODULO (MODal mULtiscale pOd) is a software developed at the von Karman Institute to perform Multiscale Modal Analysis of numerical and experimental data using the Multiscale Proper Orthogonal Decomposition (mPOD).
5
5
  Home-page: https://github.com/mendezVKI/MODULO/tree/master/modulo_python_package/
6
6
  Author: ['R. Poletti', 'L. Schena', 'D. Ninni', 'M. A. Mendez']
@@ -0,0 +1,23 @@
1
+
2
+ #from ._version import get_versions
3
+ #__version__ = get_versions()['version']
4
+ #del get_versions
5
+
6
+
7
+ from utils.read_db import *
8
+ from utils._utils import *
9
+ from utils._plots import *
10
+ from utils.others import *
11
+
12
+ from core._k_matrix import *
13
+ from core._dft import *
14
+ from core._dmd_s import *
15
+ from core._k_matrix import *
16
+ from core._mpod_time import *
17
+ from core._mpod_space import *
18
+ from core._pod_time import *
19
+ from core._pod_space import *
20
+ from core._spod_s import *
21
+ from core._spod_t import *
22
+
23
+ from modulo.modulo import MODULO
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: modulo-vki
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: MODULO (MODal mULtiscale pOd) is a software developed at the von Karman Institute to perform Multiscale Modal Analysis of numerical and experimental data using the Multiscale Proper Orthogonal Decomposition (mPOD).
5
5
  Home-page: https://github.com/mendezVKI/MODULO/tree/master/modulo_python_package/
6
6
  Author: ['R. Poletti', 'L. Schena', 'D. Ninni', 'M. A. Mendez']
@@ -33,7 +33,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as readme_file:
33
33
 
34
34
  setup(
35
35
  name='modulo_vki',
36
- version='2.0.1',
36
+ version='2.0.2',
37
37
  description="MODULO (MODal mULtiscale pOd) is a software developed at the von Karman Institute to perform "
38
38
  "Multiscale Modal Analysis of numerical and experimental data using the Multiscale Proper "
39
39
  "Orthogonal Decomposition (mPOD).",
@@ -1,24 +0,0 @@
1
-
2
- #from ._version import get_versions
3
- #__version__ = get_versions()['version']
4
- #del get_versions
5
-
6
-
7
- from .utils.read_db import *
8
- #from .utils._data_matrix import *
9
- from .utils._utils import *
10
- from .utils._plots import *
11
- from .utils.others import *
12
-
13
- from .core._k_matrix import *
14
- from .core._dft import *
15
- from .core._dmd_s import *
16
- from .core._k_matrix import *
17
- from .core._mpod_time import *
18
- from .core._mpod_space import *
19
- from .core._pod_time import *
20
- from .core._pod_space import *
21
- from .core._spod_s import *
22
- from .core._spod_t import *
23
-
24
- from .modulo import MODULO
File without changes
File without changes
File without changes
File without changes