Skip to content

Releases: plenoptic-org/plenoptic

1.1.0

13 Sep 20:32
9bf2832
Compare
Choose a tag to compare

We are now starting the changes suggested in the pyOpenSci review.

A lot of the changes since the last release are bugfixes and documentation updates. The non-documentation, non-bugfix changes are:

  • Images can now be accessed using the plenoptic.data module (e.g., po.data.einstein()), which means that the example notebooks can be downloaded and run directly!
  • The Portilla-Simoncelli model has been refactored and made more efficient!
  • We're now on conda and can be installed with conda install plenoptic -c conda-forge (no Windows support for conda, unfortunately).
  • All FrontEnd models (e.g., po.simul.LinearNonlinear) now have a pretrained argument, which loads in the parameters used in Alex Berardino's thesis.
  • Deprecates a variety of functions and objects. Most importantly, Geodesic is deprecated and will be removed soon, because it needs more work to be as stable and robust as the other methods. Work will continue in the new geodesics repo.
  • The included models now use register_buffers, so that you can call e.g.,
    ps = po.simul.PortillaSimoncelli((256, 256))
    ps.cuda()
    (in addition to ps.to('cuda')

What's Changed

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

17 Nov 20:33
8573cb2
Compare
Choose a tag to compare

This release includes some minor changes, largely packaging and documentation related.

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

20 May 16:35
2d7de8e
Compare
Choose a tag to compare

Previous release wasn't installable from pypi, because I forgot to include the requirements file. That's what I get for rushing. This fixes that with MANIFEST file.

Full Changelog: 1.0.0...1.0.1

1.0.0

19 May 17:44
3b228fd
Compare
Choose a tag to compare

For VSS 2023, first major release. We will still be working on improving the geodesic method, reproducing the results from the literature, and working on the documentation, but the basic way of interacting with the synthesis methods and models should be stable now.

Full Changelog: v0.1-neurips...1.0.0

v0.1 NeurIPS

21 Aug 20:55
Compare
Choose a tag to compare
v0.1 NeurIPS Pre-release
Pre-release

Alpha release of the repository containing code used for Nikhil Parthasarathy NeurIPS 2020 submission: https://arxiv.org/abs/2006.16976