musica 0.11.0__cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl → 0.11.1__cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.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.
Potentially problematic release.
This version of musica might be problematic. Click here for more details.
- _musica.cpython-310-i386-linux-gnu.so +0 -0
- lib/libmusica.a +0 -0
- lib/libyaml-cpp.a +0 -0
- musica/_version.py +1 -1
- musica/musica.cpp +3 -3
- musica/types.py +1 -1
- {musica-0.11.0.dist-info → musica-0.11.1.dist-info}/METADATA +1 -1
- {musica-0.11.0.dist-info → musica-0.11.1.dist-info}/RECORD +19 -19
- {musica-0.11.0.dist-info → musica-0.11.1.dist-info}/WHEEL +0 -0
- {musica-0.11.0.dist-info → musica-0.11.1.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
lib/libmusica.a
CHANGED
|
Binary file
|
lib/libyaml-cpp.a
CHANGED
|
Binary file
|
musica/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "0.11.
|
|
1
|
+
version = "0.11.1"
|
musica/musica.cpp
CHANGED
|
@@ -52,17 +52,17 @@ void bind_musica(py::module_ &core)
|
|
|
52
52
|
.def_property(
|
|
53
53
|
"user_defined_rate_parameters",
|
|
54
54
|
[](musica::State &state) -> std::vector<double>& {
|
|
55
|
-
return state.
|
|
55
|
+
return state.GetOrderedRateParameters();
|
|
56
56
|
},
|
|
57
57
|
nullptr,
|
|
58
58
|
"native 1D list of user-defined rate parameters, ordered by parameter and grid cell according to matrix type")
|
|
59
59
|
.def("concentration_strides",
|
|
60
60
|
[](musica::State &state) {
|
|
61
|
-
return state.
|
|
61
|
+
return state.GetConcentrationsStrides();
|
|
62
62
|
})
|
|
63
63
|
.def("user_defined_rate_parameter_strides",
|
|
64
64
|
[](musica::State &state) {
|
|
65
|
-
return state.
|
|
65
|
+
return state.GetUserDefinedRateParametersStrides();
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
py::enum_<musica::MICMSolver>(core, "_SolverType")
|
musica/types.py
CHANGED
|
@@ -124,7 +124,7 @@ class State():
|
|
|
124
124
|
|
|
125
125
|
Parameters
|
|
126
126
|
----------
|
|
127
|
-
concentrations : Dict[str, Union[Union[float, int
|
|
127
|
+
concentrations : Dict[str, Union[Union[float, int], List[Union[float, int]]]]
|
|
128
128
|
Dictionary of species names and their concentrations.
|
|
129
129
|
"""
|
|
130
130
|
for name, value in concentrations.items():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: musica
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: MUSICA is a Python library for performing computational simulations in atmospheric chemistry.
|
|
5
5
|
Author-Email: Matthew Dawsom <mattdawson@ucar.edu>, Jiwon Gim <jiwongim@ucar.edu>, David Fillmore <fillmore@ucar.edu>, Kyle Shores <kshores@ucar.edu>, Montek Thind <mthind@ucar.edu>
|
|
6
6
|
Maintainer-Email: ACOM MUSICA Developers <musica-support@ucar.edu>
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
_musica.cpython-310-i386-linux-gnu.so,sha256=
|
|
2
|
-
lib/libmusica.a,sha256=
|
|
3
|
-
lib/libyaml-cpp.a,sha256=
|
|
4
|
-
musica-0.11.0.dist-info/WHEEL,sha256=GmnKieOUdYS3z1v7zduwUqFXcqpuKiOxo6VBVWPcQwk,152
|
|
5
|
-
musica-0.11.0.dist-info/METADATA,sha256=NGs_5sOK9qucIxXFSPVme7bJvv3cNTvubCI4j4vlCsk,20686
|
|
6
|
-
musica-0.11.0.dist-info/RECORD,,
|
|
7
|
-
musica-0.11.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
8
|
-
musica/mechanism_configuration.py,sha256=pma248L_jjQecsxL9zIn-S4KxXNlSL1NL4LB4fN5jV0,58011
|
|
9
|
-
musica/types.py,sha256=wwFsfX2FyXmBf-ToqenL1euwToWPjM31iTl3afIAa5s,14896
|
|
10
|
-
musica/__init__.py,sha256=CW7SVuK4kO8bYg8wB56YGun-NBRmBqWQO379qP21Yvo,82
|
|
1
|
+
_musica.cpython-310-i386-linux-gnu.so,sha256=axy-OXglwDPsHeGk96GHAKcN3CQ5mqnBNGZ7DKLj94Y,3393976
|
|
2
|
+
lib/libmusica.a,sha256=wPB-n2QRFmbY6JOeKvH8NRtXe2M4pnJmTKv4Hv0v8Kg,1875674
|
|
3
|
+
lib/libyaml-cpp.a,sha256=KeqURVFpZTkk0dv7lNPi_h8luY5k91NNqyMkJLdXWow,960542
|
|
11
4
|
musica/CMakeLists.txt,sha256=vuK0ci_vLTkUGpDA4SrN1EKkUbOOnpggAws3WrWrazk,970
|
|
12
|
-
musica/musica.cpp,sha256=AjoBDd0qExr63CtVQlaYeHXvG4BFpZPvhv1DOf69Weo,8366
|
|
13
|
-
musica/mechanism_configuration.cpp,sha256=E7GGeftgQGL303nsk2C7pwYpPiMAQcuxdbadohHb1QM,27100
|
|
14
|
-
musica/_version.py,sha256=dRrvxj3J72feH1jJTMOOTBdWRMp_uivh7mhwD2v-fMg,19
|
|
15
5
|
musica/binding.cpp,sha256=zDD_TQ7icS_lNG7iUAp23VG7_odbptGJbtRdYjalsdc,656
|
|
6
|
+
musica/musica.cpp,sha256=c0omzM-ebumZ-1L2OZ98VW9Wfo4dq2ShxOs2f-Pnn3w,8369
|
|
7
|
+
musica/__init__.py,sha256=CW7SVuK4kO8bYg8wB56YGun-NBRmBqWQO379qP21Yvo,82
|
|
8
|
+
musica/types.py,sha256=WQYTDT3aZQVvCyXmaEGuBYqtdx3IZk1Ao5bcmPUGzXM,14895
|
|
9
|
+
musica/_version.py,sha256=SUcnFm7j3J3uMo-4MTj_VQdFouf2G1ZrvcI2NbsXESc,19
|
|
10
|
+
musica/mechanism_configuration.cpp,sha256=E7GGeftgQGL303nsk2C7pwYpPiMAQcuxdbadohHb1QM,27100
|
|
11
|
+
musica/mechanism_configuration.py,sha256=pma248L_jjQecsxL9zIn-S4KxXNlSL1NL4LB4fN5jV0,58011
|
|
16
12
|
musica/test/test_chapman.py,sha256=Wm0wLy6E1Zm8p6cLaICQO9tSy_szMkYn9E7MPCtobno,3070
|
|
17
|
-
musica/test/tuvx.py,sha256=rWvBcG6cgLJylqkf8M0MFMKT2AkyoaZlGdaKjVSbCR8,116
|
|
18
13
|
musica/test/test_parser.py,sha256=VhOPNrcDnFGgk2v_iMoLNq5JBP22VbkHTHLk3N09d3s,24292
|
|
14
|
+
musica/test/tuvx.py,sha256=rWvBcG6cgLJylqkf8M0MFMKT2AkyoaZlGdaKjVSbCR8,116
|
|
19
15
|
musica/test/test_analytical.py,sha256=qYhuFoJhQ6cr3fvcmEJkF0hD8M_4rLUDGEzc57H1SEA,13775
|
|
20
|
-
musica/test/examples/v1/full_configuration.json,sha256=7AqPhTHodSjtV8LOPoUsA9MtCu_Xc28RVOlhNGPI9GQ,8807
|
|
21
16
|
musica/test/examples/v1/full_configuration.yaml,sha256=s9Go7AQv9OFQ7zVb1k4wmDj2vpHYzVCTRqi8JZTHlUM,5235
|
|
22
|
-
musica/test/examples/
|
|
23
|
-
musica/test/examples/v0/
|
|
17
|
+
musica/test/examples/v1/full_configuration.json,sha256=7AqPhTHodSjtV8LOPoUsA9MtCu_Xc28RVOlhNGPI9GQ,8807
|
|
18
|
+
musica/test/examples/v0/species.json,sha256=xKTcwh9QV9sRjLPK9GvGEnatBrRPbP857NmPG0bCXqU,565
|
|
24
19
|
musica/test/examples/v0/species.yaml,sha256=vUYTs7bp2AYVWHDgXBFxnCkmqdO6ysJ_ulOQTAoKa1M,283
|
|
20
|
+
musica/test/examples/v0/config.yaml,sha256=GgA18mP8ZCzOdY-AlAePK48M05PJFPeWCk-IfrPN_VE,44
|
|
25
21
|
musica/test/examples/v0/reactions.json,sha256=7WJhItBPtGu89vLcPMK6izW8BvwUAIjfzqwjtDmfPPg,4188
|
|
26
22
|
musica/test/examples/v0/reactions.yaml,sha256=uEuQOz5i7vGyn0G7KsmdWv23V2Gn0QUmexrK030CFlo,2266
|
|
27
|
-
musica/test/examples/v0/
|
|
28
|
-
musica/tools/prepare_build_environment_windows.sh,sha256=zMY_RIerqfMC1VlfpZ2KjjDWfBUOvvx8oRNk_jJhmII,826
|
|
23
|
+
musica/test/examples/v0/config.json,sha256=7s6g5jxH2GiEiRcZmO13IJ5k4walg1C9t-dQr9o45U4,79
|
|
29
24
|
musica/tools/prepare_build_environment_linux.sh,sha256=WrKAVAZrFwIq_MEXX2pqdBCMPTXvYoPrvMxGBhWlhi0,801
|
|
25
|
+
musica/tools/prepare_build_environment_windows.sh,sha256=zMY_RIerqfMC1VlfpZ2KjjDWfBUOvvx8oRNk_jJhmII,826
|
|
26
|
+
musica-0.11.1.dist-info/WHEEL,sha256=GmnKieOUdYS3z1v7zduwUqFXcqpuKiOxo6VBVWPcQwk,152
|
|
27
|
+
musica-0.11.1.dist-info/METADATA,sha256=JRV9nXqgBkcKv9C4HS2Nqkl6Lz_N7Fn7h5VyQymqr1o,20686
|
|
28
|
+
musica-0.11.1.dist-info/RECORD,,
|
|
29
|
+
musica-0.11.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
File without changes
|
|
File without changes
|