CUQIpy 1.0.0.post0.dev200__py3-none-any.whl → 1.0.0.post0.dev202__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: CUQIpy
3
- Version: 1.0.0.post0.dev200
3
+ Version: 1.0.0.post0.dev202
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>, Chao Zhang <chaz@dtu.dk>
6
6
  License: Apache License
@@ -1,6 +1,6 @@
1
1
  cuqi/__init__.py,sha256=LsGilhl-hBLEn6Glt8S_l0OJzAA1sKit_rui8h-D-p0,488
2
2
  cuqi/_messages.py,sha256=fzEBrZT2kbmfecBBPm7spVu7yHdxGARQB4QzXhJbCJ0,415
3
- cuqi/_version.py,sha256=OMomrpoWG7dDM1G31xt8ygCpA7HDRjr2cO8HYsOyvnI,510
3
+ cuqi/_version.py,sha256=Eygdo6Qj24ocqoILprXlMc5JUVsIEnrGb4MKDLDpuDo,510
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
@@ -77,8 +77,8 @@ cuqi/testproblem/_testproblem.py,sha256=x769LwwRdJdzIiZkcQUGb_5-vynNTNALXWKato7s
77
77
  cuqi/utilities/__init__.py,sha256=EfxHLdsyDNugbmbzs43nV_AeKcycM9sVBjG9WZydagA,351
78
78
  cuqi/utilities/_get_python_variable_name.py,sha256=QwlBVj2koJRA8s8pWd554p7-ElcI7HUwY32HknaR92E,1827
79
79
  cuqi/utilities/_utilities.py,sha256=At3DOXRdF3GwLkVcM2FXooGyjAGfPkIM0bRzhTfLmWk,8046
80
- CUQIpy-1.0.0.post0.dev200.dist-info/LICENSE,sha256=kJWRPrtRoQoZGXyyvu50Uc91X6_0XRaVfT0YZssicys,10799
81
- CUQIpy-1.0.0.post0.dev200.dist-info/METADATA,sha256=Ex1df84ojAKEQALE4aX4Zxuggikfjcipg89U0w_kTwI,18393
82
- CUQIpy-1.0.0.post0.dev200.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
83
- CUQIpy-1.0.0.post0.dev200.dist-info/top_level.txt,sha256=AgmgMc6TKfPPqbjV0kvAoCBN334i_Lwwojc7HE3ZwD0,5
84
- CUQIpy-1.0.0.post0.dev200.dist-info/RECORD,,
80
+ CUQIpy-1.0.0.post0.dev202.dist-info/LICENSE,sha256=kJWRPrtRoQoZGXyyvu50Uc91X6_0XRaVfT0YZssicys,10799
81
+ CUQIpy-1.0.0.post0.dev202.dist-info/METADATA,sha256=3HmIqBG9T7FXxvuQBu7LK7p1PLLJ2-e1BBi4ZKWK0vk,18393
82
+ CUQIpy-1.0.0.post0.dev202.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
83
+ CUQIpy-1.0.0.post0.dev202.dist-info/top_level.txt,sha256=AgmgMc6TKfPPqbjV0kvAoCBN334i_Lwwojc7HE3ZwD0,5
84
+ CUQIpy-1.0.0.post0.dev202.dist-info/RECORD,,
cuqi/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-04-26T10:35:11+0200",
11
+ "date": "2024-04-30T14:38:06+0200",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "f8f57f6a84e3242f71819fd301d3892fc8fb87c9",
15
- "version": "1.0.0.post0.dev200"
14
+ "full-revisionid": "e5596bf72d78672549c26c4921e473c12fcf2553",
15
+ "version": "1.0.0.post0.dev202"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18