Cuqipy

Latest version: v1.2.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.2.0

What's Changed
* Ensure constants are stored in densities when reducing to single density in joint distribution by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/482
* Replace progressbar2 by tqdm by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/502
* Fix plot of 1D geometries by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/497
* Add 479 experimental module in bayesian problem by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/500
* move tqdm from requirement-dev to requirements by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/510
* Improve (hopefully) how HybridGibbs uses samplers state and history by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/503
* Update documentation by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/508
* Update documentation on experimental mcmc module by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/513
* Add prefix to sampling progress by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/520
* Update example in HybridGibbs by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/521
* Fix issue of invalid proposals being accepted by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/518


**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v1.1.1...v1.2.0

1.1.1

What's Changed
* Remove postfix New (only) from sampler names by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/477
* update installation instructions and use with vscode by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/480
* Fix HybridGibbs using initial point from sampling strategy by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/484
* Add repr method for cuqi samples by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/472
* Sprint34 add 1D, 2D utility plot function by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/491


**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
* Sampler rework via MCMC module (experimental module) by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/356
* Make progressbar2 dependency not explicit by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/385
* Sampler rework ULANew by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/380
* Sampler rework: refactor CWMH sampler by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/376
* fix arviz import by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/396
* Sampler rework LinearRTONew and RegularizedLinearRTONew by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/382
* Implement get_state, set_state, get_history, set_history in base class. by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/390
* Sampler rework: NUTS by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/387
* TEST: Sampler rework ugla 2 by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/411
* Sampler rework UGLA by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/405
* reduce time on zexperimental tests by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/416
* Let Gaussian accept LinearOperator represented sqrtprec by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/420
* Add tune to pCN and rename pCN to PCN by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/418
* Allow samplers to be initialized without target by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/408
* Add Gibbs sampler by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/409
* Add (Hybrid) Gibbs sampler by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/425
* Regularized Gaussian extension: ModifiedHalfNormal by jeverink in https://github.com/CUQI-DTU/CUQIpy/pull/429
* Find valid samplers by jeverink in https://github.com/CUQI-DTU/CUQIpy/pull/446
* Regularized Gaussian extension: RegularizedUniform and Constraints/Nonnegative Gaussian/GMRF alternatives by jeverink in https://github.com/CUQI-DTU/CUQIpy/pull/430
* Add SmoothedLaplace by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/450
* General grad check in userdefined distribution by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/457
* Improve Conjugacy safety and flexibility by adding more validation by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/444
* Conjugacy safety and flexibility by jeverink in https://github.com/CUQI-DTU/CUQIpy/pull/359
* correct math display error in smoothed Laplace by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/459


**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v1.0.0...v1.1.0

1.0.0

What's Changed
* Allow lazy import of arviz by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/327
* Refactor GMRF and remove physical dim parameter by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/333
* Fix missing cookie png by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/336
* update plot_ci to make it more general by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/338
* Fix bug in distribution gallery by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/340
* Trivial fix to improve FD gradient computation performance by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/353
* Implemented Implicited Regularized Gaussians by jeverink in https://github.com/CUQI-DTU/CUQIpy/pull/291
* Make Gamma distribution multivariate by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/358
* Sprint27 beta grad by amal-ghamdi in https://github.com/CUQI-DTU/CUQIpy/pull/363
* Distributions: Disable conditioning on mutable variables if not conditioning variable by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/361

New Contributors
* jeverink made their first contribution in https://github.com/CUQI-DTU/CUQIpy/pull/291

**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v0.8.0...v1.0.0

0.8.0

What's Changed
* rename precision from Laplace distribution to scale by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/308
* Add feature request template by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/315
* Add bug report template by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/311


**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* change developers to maintainers by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/288
* change get_components to regular method by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/302
* Bump minimum supported python version, add latest python versions to testing and update maintainers in toml by nabriis in https://github.com/CUQI-DTU/CUQIpy/pull/306
* fix get_indirect_variables as suggested in issue 289 by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/309
* update demos/demo35_FD_gradient.py to test NUTS and ULA with FD approximated gradients by chaozg in https://github.com/CUQI-DTU/CUQIpy/pull/307


**Full Changelog**: https://github.com/CUQI-DTU/CUQIpy/compare/v0.6.0...v0.7.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.