CUQIpy 0.5.0.post0.dev32__tar.gz → 0.6.0__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.

Potentially problematic release.


This version of CUQIpy might be problematic. Click here for more details.

Files changed (95) hide show
  1. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/CUQIpy.egg-info/PKG-INFO +8 -1
  2. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/PKG-INFO +8 -1
  3. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/README.md +8 -1
  4. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/_version.py +3 -3
  5. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/CUQIpy.egg-info/SOURCES.txt +0 -0
  6. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/CUQIpy.egg-info/dependency_links.txt +0 -0
  7. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/CUQIpy.egg-info/requires.txt +0 -0
  8. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/CUQIpy.egg-info/top_level.txt +0 -0
  9. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/LICENSE +0 -0
  10. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/__init__.py +0 -0
  11. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/_messages.py +0 -0
  12. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/array/__init__.py +0 -0
  13. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/array/_array.py +0 -0
  14. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/config.py +0 -0
  15. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/__init__.py +0 -0
  16. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/_data.py +0 -0
  17. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/astronaut.npz +0 -0
  18. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/camera.npz +0 -0
  19. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/cat.npz +0 -0
  20. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/data/satellite.mat +0 -0
  21. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/density/__init__.py +0 -0
  22. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/density/_density.py +0 -0
  23. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/diagnostics.py +0 -0
  24. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/__init__.py +0 -0
  25. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_beta.py +0 -0
  26. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_cauchy.py +0 -0
  27. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_cmrf.py +0 -0
  28. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_custom.py +0 -0
  29. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_distribution.py +0 -0
  30. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_gamma.py +0 -0
  31. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_gaussian.py +0 -0
  32. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_gmrf.py +0 -0
  33. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_inverse_gamma.py +0 -0
  34. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_joint_distribution.py +0 -0
  35. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_laplace.py +0 -0
  36. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_lmrf.py +0 -0
  37. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_lognormal.py +0 -0
  38. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_normal.py +0 -0
  39. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_posterior.py +0 -0
  40. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/distribution/_uniform.py +0 -0
  41. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/geometry/__init__.py +0 -0
  42. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/geometry/_geometry.py +0 -0
  43. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/likelihood/__init__.py +0 -0
  44. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/likelihood/_likelihood.py +0 -0
  45. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/model/__init__.py +0 -0
  46. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/model/_model.py +0 -0
  47. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/operator/__init__.py +0 -0
  48. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/operator/_operator.py +0 -0
  49. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/pde/__init__.py +0 -0
  50. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/pde/_pde.py +0 -0
  51. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/problem/__init__.py +0 -0
  52. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/problem/_problem.py +0 -0
  53. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/__init__.py +0 -0
  54. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_conjugate.py +0 -0
  55. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_conjugate_approx.py +0 -0
  56. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_cwmh.py +0 -0
  57. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_gibbs.py +0 -0
  58. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_hmc.py +0 -0
  59. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_langevin_algorithm.py +0 -0
  60. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_laplace_approximation.py +0 -0
  61. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_mh.py +0 -0
  62. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_pcn.py +0 -0
  63. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_rto.py +0 -0
  64. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/sampler/_sampler.py +0 -0
  65. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/samples/__init__.py +0 -0
  66. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/samples/_samples.py +0 -0
  67. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/solver/__init__.py +0 -0
  68. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/solver/_solver.py +0 -0
  69. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/testproblem/__init__.py +0 -0
  70. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/testproblem/_testproblem.py +0 -0
  71. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/utilities/__init__.py +0 -0
  72. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/utilities/_get_python_variable_name.py +0 -0
  73. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/cuqi/utilities/_utilities.py +0 -0
  74. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/pyproject.toml +0 -0
  75. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/requirements.txt +0 -0
  76. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/setup.cfg +0 -0
  77. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/setup.py +0 -0
  78. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_MRFs.py +0 -0
  79. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_abstract_distribution_density.py +0 -0
  80. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_bayesian_inversion.py +0 -0
  81. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_density.py +0 -0
  82. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_distribution.py +0 -0
  83. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_distributions_shape.py +0 -0
  84. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_geometry.py +0 -0
  85. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_joint_distribution.py +0 -0
  86. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_likelihood.py +0 -0
  87. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_model.py +0 -0
  88. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_pde.py +0 -0
  89. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_posterior.py +0 -0
  90. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_problem.py +0 -0
  91. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_sampler.py +0 -0
  92. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_samples.py +0 -0
  93. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_solver.py +0 -0
  94. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_testproblem.py +0 -0
  95. {CUQIpy-0.5.0.post0.dev32 → CUQIpy-0.6.0}/tests/test_utilities.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: CUQIpy
3
- Version: 0.5.0.post0.dev32
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
  Metadata-Version: 2.1
2
2
  Name: CUQIpy
3
- Version: 0.5.0.post0.dev32
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
@@ -86,7 +86,14 @@ CUQIpy can be extended with additional functionality by installing optional plug
86
86
  ## 🤝 Contributing
87
87
  We welcome contributions to CUQIpy. Please see our [contributing guidelines](https://cuqi-dtu.github.io/CUQIpy/dev/index.html) for more information.
88
88
 
89
+ ## 💻 Developers
90
+
91
+ [Nicolai André Brogaard Riis](https://github.com/nabriis)
92
+ [Amal Mohammed A Alghamdi](https://github.com/amal-ghamdi)
93
+ [Chao Zhang](https://github.com/chaozg)
94
+ [Jakob Sauer Jørgensen](https://github.com/jakobsj)
95
+
89
96
  ## 🌟 Contributors
90
97
 
91
98
  A big shoutout to our passionate team! Discover the talented individuals behind CUQIpy
92
- [here](https://github.com/CUQI-DTU/CUQIpy/graphs/contributors).
99
+ [here](https://github.com/CUQI-DTU/CUQIpy/graphs/contributors).
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2023-10-06T17:00:01+0200",
11
+ "date": "2023-10-06T17:16:50+0200",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "4ae47b9e4ba5ce18c3dd0de7a0cf9042a8b5df9d",
15
- "version": "0.5.0.post0.dev32"
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