Releases: imdeepmind/hocrox
Releases · imdeepmind/hocrox
Release v0.3.0: New layers, new structure, new documentation
What's Changed
- Added several augmentation layers by @imdeepmind in #43
- Fixed #44, issue with number_of_outputs parameter by @imdeepmind in #47
- Add probability rate parmaeter to control the probability rate by @imdeepmind in #48
- Folder structure and duplicate code by @imdeepmind in #51
- Add multiple augmentation and preprocessing layers by @imdeepmind in #54
- Added multiple checks in the layers to make sure the image is valid by @imdeepmind in #55
- Fixed Multiple issues with preprocessing layers by @imdeepmind in #57
- Complete the docs by @imdeepmind in #58
- Added examples by @imdeepmind in #59
- Update README.md by @imdeepmind in #60
- Create CODE_OF_CONDUCT.md by @imdeepmind in #62
- Create CONTRIBUTING.md by @imdeepmind in #63
- Added convolution layer by @imdeepmind in #64
- Fixed some docs issue by @imdeepmind in #65
- Release v0.3.0 by @imdeepmind in #66
Full Changelog: v0.2.0...v0.3.0
New Improvements
What's Changed
- Added badges for the README by @imdeepmind in #25
- Added issue templates by @imdeepmind in #26
- Fixed #27 and #28 by @imdeepmind in #29
- Added mike for versioning by @imdeepmind in #33
- Folder structure change by @imdeepmind in #34
- Added Read layer to read images by @imdeepmind in #35
- Move save layer to layer module by @imdeepmind in #36
- Added rescale layer by @imdeepmind in #38
- Changed the version for setup.py file by @imdeepmind in #39
Full Changelog: v0.0.1...v0.2.0
First Release
What's Changed
- Added the resize layer by @imdeepmind in #1
- Added grayscale layer by @imdeepmind in #2
- Added the rotate layer by @imdeepmind in #3
- Added crop layer by @imdeepmind in #4
- Added padding layer by @imdeepmind in #5
- Added save image layer by @imdeepmind in #6
- Restructured the project by @imdeepmind in #7
- Updated the model to handle multiple images by @imdeepmind in #9
- Added README by @imdeepmind in #10
- Addedt progressbar in ransform method by @imdeepmind in #11
- Added random rotate augmnetation layer by @imdeepmind in #12
- Misc layer issues and bugs by @imdeepmind in #13
- Added multiple FLIP layers by @imdeepmind in #14
- Updated config by @imdeepmind in #15
- Added Utility modules by @imdeepmind in #16
- Upgraded layers to new structure by @imdeepmind in #17
- Improve model add layer checks by @imdeepmind in #18
- Add complete documentation by @imdeepmind in #19
- Add doc site by @imdeepmind in #20
- Misc imporvements to docs and README by @imdeepmind in #21
- Added setup-py file for pypi release by @imdeepmind in #22
- Docs improvement for Models and Utility by @imdeepmind in #23
New Contributors
- @imdeepmind made their first contribution in #1
Full Changelog: https://github.com/imdeepmind/hocrox/commits/v0.0.1