-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more info for contributing and changelog.
- Loading branch information
Showing
4 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CHANGELOG.md | ||
|
||
## Unreleased | ||
|
||
#### Added | ||
|
||
- Scripts for collecting MNIST. | ||
- Option to collect grayscale data. | ||
|
||
#### Changed | ||
|
||
- Restructure example scripts, i.e. subfolder `recon` for reconstructions. | ||
- Remove heavy installs from setup (e.g. pycsou, lpips, skikit-image). | ||
|
||
#### Bugfix | ||
|
||
- | ||
|
||
## 1.0.0 - (2022-03-21) | ||
|
||
First version! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="lensless", | ||
version="0.0.1", | ||
version="1.0.0", | ||
author="Eric Bezzam", | ||
author_email="[email protected]", | ||
description="Package to control and image with a lensless camera running on a Raspberry Pi.", | ||
|