Releases: UCSD-E4E/Pyrenote
Releases · UCSD-E4E/Pyrenote
v1.2.1
v1.2.0 - Feature Updates
Notable Changes
- Added toggleable features (located in side window (#191 ))
- 2D Annotations (#80 )
- Playback speed changer (#49)
- Then made it look cool with markers (#197 )
- Button that takes user to first unsaved clip (#172 )
- Button that applies last annotation data to new annotation (#170 )
- reference window (#171)
- Change Spectrogram brightness, contrast, and colormap implementations (#173)
- Select specific example projects (#169 )
- Changed marked for review to confidence check (#189 )
- Track the last times each user modified an annotation (#148)
- Removed page loading between audio files annotation pages (#188)
- Infinite Scroll on data pages (#116)
- Added download for raven-style annotations
- Added new animation tool and new slider component (#197 )
Code Maintence
v1.1.0 - Minor Updates
Notable Changes
- Save button now persists regardless of if a annotation is selected or not (#102)
- Alert message changed position (#102)
- Next and previous buttons now side by side (#102)
- Database now can restore with rclone repo on loading up a production build (#99)
- Changed "SAMPLING RATE" to "SAMPLE RATE" on csv (#159)
- Form for admins to toggle features on and off (#115)
- Fixed "enter" key input on admin portal redirecting back to dashboard bug (#118)
- Changed audio analysis from python package away wave to mutagen to allow upload of other audio files(#117 )
- removed hardcoding in users.py (#145)
- added handler page for jwt token errors (#147 )
- made changes to admin portal (#123 ) featuring:
1. - On delete for label categories refreshes the page automatically
2. - Changing the name of a label value successfully shows notification of success
3. - Added ability to change name of label
v1.0.1 - Hotfix
v1.0.0 - Initial Release of Full Pyrenote System
Initial Release
- All PR's up to #106
- Admins can create projects, manage users and labels, and assign users to projects
- Users (and Admins) can label audio clips on a spectrogram
- Admin portal allows users to rename, delete, and configure users and projects
- Ready for sever production deployment
- Code is refactored to support linting and structure guidelines