Releases: DecodingRaphael/unraphael
Releases · DecodingRaphael/unraphael
v0.3
What's Changed
- Streamlit normalization by @ThijsVroegh in #35
- Fix blank screen bug by @stefsmeets in #58
- Split align function into separate align and equalize by @stefsmeets in #59
- Fix issues with ecc align by @stefsmeets in #60
- Add tests for normalization and detect object pages by @stefsmeets in #61
- Add caching to normalization page by @stefsmeets in #63
- Fix Fourier mellon crash by @stefsmeets in #64
- Update documentation and rename normalization page by @stefsmeets in #65
- Fix bugs with width in compare page by @stefsmeets in #66
- Convert to ubyte after resizing by @stefsmeets in #67
- Add system for tracking metrics in the dashboard by @stefsmeets in #68
- Use
ImageTypein all pages by @stefsmeets in #69 - Delete workflows directory (has been moved to own repo) by @stefsmeets in #70
- Documentation update by @ThijsVroegh in #83
- Add comparison widget with next/previous buttons by @ThijsVroegh in #82
- Add page to cluster images based on structural similarities by @ThijsVroegh in #79
- Update streamlit by @stefsmeets in #100
- Added multiple image upload option and background removal in preprocess page by @ThijsVroegh in #102
- Add contour comparison and animation together with similarity metrics by @ThijsVroegh in #101
- Set up container for unraphael dashboard by @stefsmeets in #85
- Add final page to verify whether the same template T has been used to produce the same "connected component" shape S by @ThijsVroegh in #104
- Documentation update, particularly on metrics by @ThijsVroegh in #103
Full Changelog: 0.2.1...0.3
0.2.1
This release fixes some crashes on the streamlit dashboard.
What's Changed
- Fix streamlit crash by @stefsmeets in #53
- Replace opencv by @stefsmeets in #54
- Add packages.txt with libgl dependency by @stefsmeets in #56
Full Changelog: 0.2.0...0.2.1
0.2.0
The main change in this release of unraphael is a new page for object detection, check it out here: https://unraphael.streamlit.app/detect_objects
What's Changed
- Add streamlit page for object detection, segmentation, and pose extraction by @ThijsVroegh in #46
- Add cli command to start unraphael anywhere by @stefsmeets in #42
Bug fixes
- Fix dashboard by @stefsmeets in #40
- Fix symlinks for windows by @stefsmeets in #45
Maintenance
- Update coverage by @stefsmeets in #39
- Add Zenodo badge by @stefsmeets in #43
- Update ruff config by @stefsmeets in #47
- Update readme by @stefsmeets in #48
- Release to pypi by @stefsmeets in #38
New Contributors
- @ThijsVroegh made their first contribution in #46
Full Changelog: 0.1.0...0.2.0
0.1.0
Update packaging (#37) * Add data files * Add unraphael to dash deps * Include data in package