-
Notifications
You must be signed in to change notification settings - Fork 13
Release v3.3.0 #1320
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
Merged
Merged
Release v3.3.0 #1320
Conversation
This file contains hidden or 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
fix: add delete confirm window
- Pass `layer` and `surface` to `SylMachine` - Only generate `zone` and insert to `surface` when the `syllable` is inserted into `layer` to avoid ghost `zones` refs: #1117
Fix MEI encoding job
… Finding to Aquitanian Reference Line Finding
This reverts commit fa83497.
Release v3.2.0 to develop
- The workflow job items were shifting right by ~26px (approximately half the job width) after page reload due to saving center positions without accounting for dynamic text width. Changed to use top-left position coordinates instead of center coordinates to ensure consistent positioning regardless of job text width. refs: #1128
- Corrected `h3` when deleting single project refs: #1282
style: fix workflow job position x offset after reload
fix: add delete confirm window for workflow
…es and changes clef's offset based on staff lines
- Changed tab sequence to be the same with navigation - Changed default content from workflow run to resource - Moved tab active status update from on-click to show-view - Fixed tab & navigation status sync refs: #1121
fix: hide dropdown menus on click away
fix: tab & navigation status
... for calamari and tfaip
…s and overall workflow
Modifies build_mei_file.py in the MEI Encoding job to be able to encode a variable number of lines, rather than 4 which was previously hard coded in. Additionally implements a temporary fix for pitch errors due to a different number of lines than 4 by adjusting the clef position.
Fix text alignment requirements
Update prod tag in Makefile to v3.2.0
…ing for get_stacked_images
Debian Buster repositories have moved to archive.debian.org. Update sources.list URLs and disable expired metadata checks to allow apt-get update and package installation.
… time out during auto build
Aquitanian Staff Finding job - given a classified layer from Aquitanian notation (one line per staff), outputs the coordinates for the classified line plus 2 ledger lines above and 2 ledger below for each staff. Draws bounding boxes around each line, separates the line into segments to get each segment's slope, and connects them together.
Fix dockerfile debian repo for nginx image
Added an extra input and output for an RGB image in Column Splitting, mainly to be used as an input for Interactive Classifier.
Release v3.3.0 Fix - Now support optional RGB Image input and output in `Column Split` job - `MEI Encoding` job is now able to encode a variable number of lines, rather than hard coded 4, with a temporary fix for pitch errors due to a different number of lines than 4 by adjusting the clef position - [frontend] Workflow job position x offset after reload - [frontend] Hide dropdown menus on click away - [frontend] Tab & navigation status Add - `Aquitanian Ref Line Finding` job - [frontend] Delete confirm window for workflow (in addition to project) Update - Nginx Dockerfile with Debian archive - Use DDMAL forked version of `Calamri` for `Text Alignment` job
|
SHA: 3b07489
details
details
details
details
details
details
details
detailsdetailsdetails
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)
Make production release v3.3.0
Fix
Column SplitjobMEI Encodingjob is now able to encode a variable number of lines, rather than hard coded 4, with a temporary fix for pitch errors due to a different number of lines than 4 by adjusting the clef positionAdd
Aquitanian Ref Line FindingjobUpdate
CalamriforText Alignmentjob