Skip to content

Commit

Permalink
Merge branch 'main' into lpc_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Feb 21, 2024
2 parents 1e9db62 + 5669f4d commit ffe116e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ Unreleased
Added
~~~~~

- Nothing

Changed
~~~~~

- Nothing

Bugfix
~~~~~

- Nothing

1.0.6 - (2024-02-21)
--------------------

Added
~~~~~

- Trainable reconstruction can return intermediate outputs (between pre- and post-processing).
- Auto-download for DRUNet model.
- ``utils.dataset.DiffuserCamMirflickr`` helper class for Mirflickr dataset.
Expand Down Expand Up @@ -44,6 +62,7 @@ Bugfix
- Fix bad train/test split for DiffuserCamMirflickr in unrolled training.
- Resize utility.
- Aperture, index to dimension conversion.
- Submodule imports.


1.0.5 - (2023-09-05)
Expand Down
Empty file added lensless/eval/__init__.py
Empty file.
Empty file added lensless/hardware/__init__.py
Empty file.
Empty file added lensless/recon/__init__.py
Empty file.
Empty file added lensless/utils/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion lensless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/LCAV/LenslessPiCam",
packages=setuptools.find_packages(),
packages=setuptools.find_namespace_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit ffe116e

Please sign in to comment.