v1.3.0
What's Changed
- Add gradient to uniform distribution by @chaozg in #526
- Fix typo (PCN intead of pCN in experimental) in BayesianProblem by @chaozg in #534
- update NUTS acc rate list update by @amal-ghamdi in #536
- fix NUTS acceptance rate by @amal-ghamdi in #539
- add test for counting accepted samples in NUTS by @amal-ghamdi in #540
- Checkpointing nuts by @amal-ghamdi in #530
- Display acc rate on progress bar by @chaozg in #533
- update links in README by @chaozg in #523
- Remove pre_sample, pre_warmup from NUTS and fix warning by @amal-ghamdi in #545
- Add demos for use of truncated Normal by @chaozg in #549
- Add (iid) truncated normal and also add grad to normal by @chaozg in #542
- Add ADMM + parameter reordering FISTA by @jeverink in #553
- creation of a MYULAnew class by @remilaumont in #407
- remove file added by mistake by @amal-ghamdi in #565
- Update repr method in Sampler class by @amal-ghamdi in #566
- Add AffineModel by @siljachr in #486
- fix copy, prior name in MYULA + docs artifacts by @amal-ghamdi in #567
- Add how-to on Image2D by @chaozg in #572
- Regularized Gaussian extension: TV by @jeverink in #564
- Add support for algebra by @nabriis in #583
- Make the interface of restorator more robust by @chaozg in #589
- Add random variable class by @nabriis in #597
- Refine existing solvers by @chaozg in #598
- add implementation of _ProductGeometry by @amal-ghamdi in #593
- Add support for conditioning on random variables by @nabriis in #600
- Use scipy.optimize.lsq_linear in RegularizedLinearRTO for nonnegativity by @chaozg in #602
- Update _geometry.py with correct link to howto on image2d by @nabriis in #590
- Regularized Gaussian: TV with Gibbs by @jeverink in #587
- Add sample method to RV by @nabriis in #603
- Regularized Gaussian: Combined regularized and constraint presets by @jeverink in #612
- Add rv method to Distribution class and update artifact version by @chaozg in #611
New Contributors
- @remilaumont made their first contribution in #407
- @siljachr made their first contribution in #486
Full Changelog: v1.2.0...v1.3.0