osiris-utils 1.1.2__py3-none-any.whl → 1.1.3__py3-none-any.whl
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.
- osiris_utils/__init__.py +4 -4
- {osiris_utils-1.1.2.dist-info → osiris_utils-1.1.3.dist-info}/METADATA +1 -1
- osiris_utils-1.1.3.dist-info/RECORD +7 -0
- osiris_utils-1.1.2.dist-info/RECORD +0 -7
- {osiris_utils-1.1.2.dist-info → osiris_utils-1.1.3.dist-info}/WHEEL +0 -0
- {osiris_utils-1.1.2.dist-info → osiris_utils-1.1.3.dist-info}/licenses/LICENSE.txt +0 -0
- {osiris_utils-1.1.2.dist-info → osiris_utils-1.1.3.dist-info}/top_level.txt +0 -0
osiris_utils/__init__.py
CHANGED
|
@@ -6,10 +6,10 @@ from .data.simulation import Simulation
|
|
|
6
6
|
from .data.diagnostic import Diagnostic
|
|
7
7
|
|
|
8
8
|
from .postprocessing.postprocess import PostProcess
|
|
9
|
-
from .postprocessing.derivative import
|
|
10
|
-
from .postprocessing.fft import FFT_Diagnostic,
|
|
9
|
+
from .postprocessing.derivative import Derivative_Simulation, Derivative_Diagnostic
|
|
10
|
+
from .postprocessing.fft import FFT_Diagnostic, FastFourierTransform_Simulation
|
|
11
11
|
|
|
12
|
-
from .postprocessing.
|
|
13
|
-
from .postprocessing.
|
|
12
|
+
from .postprocessing.mft_for_gridfile import MFT_Single
|
|
13
|
+
from .postprocessing.mft import MeanFieldTheory_Simulation, MFT_Diagnostic, MFT_Diagnostic_Average, MFT_Diagnostic_Fluctuations
|
|
14
14
|
|
|
15
15
|
# true div not working because of rtruediv - division is not commutative
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: osiris_utils
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
4
4
|
Summary: Utilities to manipulate and visualize OSIRIS framework output data
|
|
5
5
|
Author: ['João Pedro Ferreira Biu', 'João Cândido', 'Diogo Carvalho']
|
|
6
6
|
Author-email: ['joaopedrofbiu@tecnico.ulisboa.pt']
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
osiris_utils/__init__.py,sha256=b41_lLyISC_67CzwRixeSS-MoRog7smLqqfg80XfbbQ,821
|
|
2
|
+
osiris_utils/utils.py,sha256=pj2hrmZla-6T_95eRZB_c4TSXJqBvNRvMTzuw1lPZyA,4708
|
|
3
|
+
osiris_utils-1.1.3.dist-info/licenses/LICENSE.txt,sha256=Cawy2v7wKc7n8yL8guFu-cH9sQw9r1gll1pEFPFAB-Q,1084
|
|
4
|
+
osiris_utils-1.1.3.dist-info/METADATA,sha256=ioKLZT5eREyxC877Fb4FvRRw7Mf2U1a79Dp8PD_fe10,2327
|
|
5
|
+
osiris_utils-1.1.3.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
|
6
|
+
osiris_utils-1.1.3.dist-info/top_level.txt,sha256=mM-_dX5fjzIKB7te655PhZOrPACVY-bJmiASCqW1eOA,13
|
|
7
|
+
osiris_utils-1.1.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
osiris_utils/__init__.py,sha256=MUWaLyViH0S_HLSDxMJJo_KMhXp40sTJS2ahgWWd0iw,752
|
|
2
|
-
osiris_utils/utils.py,sha256=pj2hrmZla-6T_95eRZB_c4TSXJqBvNRvMTzuw1lPZyA,4708
|
|
3
|
-
osiris_utils-1.1.2.dist-info/licenses/LICENSE.txt,sha256=Cawy2v7wKc7n8yL8guFu-cH9sQw9r1gll1pEFPFAB-Q,1084
|
|
4
|
-
osiris_utils-1.1.2.dist-info/METADATA,sha256=-A1dCd0uVTABjyyGG8cbsuZslMs111LfcKurQZYhFW4,2327
|
|
5
|
-
osiris_utils-1.1.2.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
|
6
|
-
osiris_utils-1.1.2.dist-info/top_level.txt,sha256=mM-_dX5fjzIKB7te655PhZOrPACVY-bJmiASCqW1eOA,13
|
|
7
|
-
osiris_utils-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|