-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.1.0 #1222
Merged
Merged
Release v3.1.0 #1222
Conversation
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
Release v3.0.0
Fix #1118 - alpine:3.19.0 does not work because of a missing library (libwebpmux.so)
fix: fix alpine version to 3.18.5 in iipsrv
Delete readmes
Fix #1124 - adjust initial condition for staff finding - make sure the blackness will decrease by 0.05 when previous try did not work - make sure the algorithm finds more than one spot - handle worst case when gamera fails and raise exception here to avoid error msg in later jobs - output message for successful or failed staff finding - remove old codes - tested on Einsiedeln 158v, 168r, 269v (which failed in original code) and 059v
fix: rewrite StaffFinding while loop and clean up
Adjust resource assignment window layout
Adjust modal window grid and fix scroll
Introduce option `scroll` to `ControllerModal` to set modal window scroll or table body scroll. Modify templates to fix the style in table headers. Adjust layout for all modal window. Refs: #1156
fix: adjust styles for all modal window
fix: clear view on workflow delete
- add decoded class name to the set
Solve name_set type error in interactive classifier
- add `resource.name` to `_extract_resource` - black formatting changes to `base.py` file
old code link does not support python below 3.8 any more
we already have iipsrv build at line 10
Fix Dockerfile for gpu-celery container
Add C Clef Extraction Job
- removed six.stringIO and use BytesIO - add proper encode and decode steps
Fix batch downloading
- add new ground truth file for job test
…nto fix-default-octave
Change default octave for clefs in heuristic pitch finding
Paco tag v2.0.4 has two newer commits to main, which fixed the training algorithm, and the same requirement.txt as the previous v2.0.3.
Fix paco classifying and update paco code repo tag to v2.0.4
the test method has not been fixed yet
need to be tested locally
This is the default type for layers from classifying job (where the rename feature is mostly needed)
so that the user will understand they need to set the type in the job accordingly
Fix Resource Distributor to enable name change
- Fix setting: alpine version in iipsrv - Fix setting: pip install source url in gpu dockerfile - Fix setting: tag update for fixed PACO code - Fix UI: resource assignment modal window layout - Fix UI: modal window grid - Fix UI: scroll - Fix UI: modal window styles - Fix UI: clear view on workflow delete - Fix job: StaffFinding adaptive blackness threshold - Fix job: IC type error - Fix job: batch downloading - Fix job: heuristic pitch finding default octave - Fix job: Miyao staff finding test file - New feature: extract c clef job - New feature: rename in resource distributor
SHA: 7e1bc56
details
details
details
details
details
details
details
details
details
details
details
details
details
details
details
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: (#ID-of-the-issue)
New production release with changes since Nov 2023:
Fix setting: alpine version in iipsrv
Fix setting: pip install source url in gpu dockerfile
Fix setting: tag update for fixed PACO code
Fix UI: resource assignment modal window layout
Fix UI: modal window grid
Fix UI: scroll
Fix UI: modal window styles
Fix UI: clear view on workflow delete
Fix job: StaffFinding adaptive blackness threshold
Fix job: IC type error
Fix job: batch downloading
Fix job: heuristic pitch finding default octave
Fix job: Miyao staff finding test file
New feature: extract c clef job
New feature: rename in resource distributor