Skip to content

Commit

Permalink
Fix submodule import. (#113)
Browse files Browse the repository at this point in the history
* Fix submodule.

* Update changelog.
  • Loading branch information
ebezzam authored Feb 21, 2024
1 parent 7253505 commit c8101a5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 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 c8101a5

Please sign in to comment.