CUQIpy 0.5.0.post0.dev32__py3-none-any.whl → 0.6.0__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.
Potentially problematic release.
This version of CUQIpy might be problematic. Click here for more details.
- {CUQIpy-0.5.0.post0.dev32.dist-info → CUQIpy-0.6.0.dist-info}/METADATA +8 -1
- {CUQIpy-0.5.0.post0.dev32.dist-info → CUQIpy-0.6.0.dist-info}/RECORD +6 -6
- cuqi/_version.py +3 -3
- {CUQIpy-0.5.0.post0.dev32.dist-info → CUQIpy-0.6.0.dist-info}/LICENSE +0 -0
- {CUQIpy-0.5.0.post0.dev32.dist-info → CUQIpy-0.6.0.dist-info}/WHEEL +0 -0
- {CUQIpy-0.5.0.post0.dev32.dist-info → CUQIpy-0.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: CUQIpy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Computational Uncertainty Quantification for Inverse problems in Python
|
|
5
5
|
Maintainer-email: "Nicolai A. B. Riis" <nabr@dtu.dk>, "Jakob S. Jørgensen" <jakj@dtu.dk>, "Amal M. Alghamdi" <amaal@dtu.dk>
|
|
6
6
|
License: Apache License
|
|
@@ -293,6 +293,13 @@ CUQIpy can be extended with additional functionality by installing optional plug
|
|
|
293
293
|
## 🤝 Contributing
|
|
294
294
|
We welcome contributions to CUQIpy. Please see our [contributing guidelines](https://cuqi-dtu.github.io/CUQIpy/dev/index.html) for more information.
|
|
295
295
|
|
|
296
|
+
## 💻 Developers
|
|
297
|
+
|
|
298
|
+
[Nicolai André Brogaard Riis](https://github.com/nabriis)
|
|
299
|
+
[Amal Mohammed A Alghamdi](https://github.com/amal-ghamdi)
|
|
300
|
+
[Chao Zhang](https://github.com/chaozg)
|
|
301
|
+
[Jakob Sauer Jørgensen](https://github.com/jakobsj)
|
|
302
|
+
|
|
296
303
|
## 🌟 Contributors
|
|
297
304
|
|
|
298
305
|
A big shoutout to our passionate team! Discover the talented individuals behind CUQIpy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cuqi/__init__.py,sha256=K0ss2HNqoLUX7wGpSZdaPKxIaKdRS452fcJm4D0pcEs,433
|
|
2
2
|
cuqi/_messages.py,sha256=fzEBrZT2kbmfecBBPm7spVu7yHdxGARQB4QzXhJbCJ0,415
|
|
3
|
-
cuqi/_version.py,sha256=
|
|
3
|
+
cuqi/_version.py,sha256=cvw8MUQGrpyhHLqBXvf8X1l1eby2YRQH05s8Y4Z29qk,497
|
|
4
4
|
cuqi/config.py,sha256=wcYvz19wkeKW2EKCGIKJiTpWt5kdaxyt4imyRkvtTRA,526
|
|
5
5
|
cuqi/diagnostics.py,sha256=5OrbJeqpynqRXOe5MtOKKhe7EAVdOEpHIqHnlMW9G_c,3029
|
|
6
6
|
cuqi/array/__init__.py,sha256=-EeiaiWGNsE3twRS4dD814BIlfxEsNkTCZUc5gjOXb0,30
|
|
@@ -63,8 +63,8 @@ cuqi/testproblem/_testproblem.py,sha256=x769LwwRdJdzIiZkcQUGb_5-vynNTNALXWKato7s
|
|
|
63
63
|
cuqi/utilities/__init__.py,sha256=EfxHLdsyDNugbmbzs43nV_AeKcycM9sVBjG9WZydagA,351
|
|
64
64
|
cuqi/utilities/_get_python_variable_name.py,sha256=QwlBVj2koJRA8s8pWd554p7-ElcI7HUwY32HknaR92E,1827
|
|
65
65
|
cuqi/utilities/_utilities.py,sha256=rjycaxDWExdskIfYXV1z5ZlB0JTlqv3tCmKf08i6U5c,7973
|
|
66
|
-
CUQIpy-0.
|
|
67
|
-
CUQIpy-0.
|
|
68
|
-
CUQIpy-0.
|
|
69
|
-
CUQIpy-0.
|
|
70
|
-
CUQIpy-0.
|
|
66
|
+
CUQIpy-0.6.0.dist-info/LICENSE,sha256=kJWRPrtRoQoZGXyyvu50Uc91X6_0XRaVfT0YZssicys,10799
|
|
67
|
+
CUQIpy-0.6.0.dist-info/METADATA,sha256=jLVQBp4O7SP7S3wvol1ttkF53RQxjN7BKYLGqZXVoeY,18336
|
|
68
|
+
CUQIpy-0.6.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
69
|
+
CUQIpy-0.6.0.dist-info/top_level.txt,sha256=AgmgMc6TKfPPqbjV0kvAoCBN334i_Lwwojc7HE3ZwD0,5
|
|
70
|
+
CUQIpy-0.6.0.dist-info/RECORD,,
|
cuqi/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2023-10-06T17:
|
|
11
|
+
"date": "2023-10-06T17:16:50+0200",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "0.
|
|
14
|
+
"full-revisionid": "900bab604f6c0683ac7ffd1f2a912296b85e5467",
|
|
15
|
+
"version": "0.6.0"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|