Skip to content
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 48 commits into from
Nov 7, 2024
Merged

Release v3.1.0 #1222

merged 48 commits into from
Nov 7, 2024

Conversation

homework36
Copy link
Contributor

@homework36 homework36 commented Nov 6, 2024

Resolves: (#ID-of-the-issue)

  • I passed the docker hub test, and images can be built successfully.
  • I passed the GitHub CI test, so rodan functionalities and jobs work.

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

malajvan and others added 30 commits August 14, 2023 10:54
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
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
- removed six.stringIO and use BytesIO
- add proper encode and decode steps
homework36 and others added 18 commits July 18, 2024 11:41
- add new ground truth file for job test
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
Copy link

github-actions bot commented Nov 6, 2024

SHA: 7e1bc56

details
- Merge branch 'develop' of https://github.com/DDMAL/Rodan into crop_c_clef
- feat(jobs): add c clef extraction job
- feat(jobs): add resource name to extracted information for job resource - add `resource.name` to `_extract_resource` - black formatting changes to `base.py` file
- feat(jobs): register extract c clef job

details
- fix archive create and download

details
- fix: clear view on workflow delete

details
- fix: adjust styles for all modal window

details
- release: v3.0.0
- Merge branch 'master' into release-v3.0.0
- Merge pull request #1027 from DDMAL/release-v2.0.15
- Release v2.0.15
- Merge pull request #834 from DDMAL/release-v2.0.14
- Merge pull request #832 from DDMAL/release-v2.0.13
- Merge pull request #824 from DDMAL/release-v2.0.12
- Merge pull request #817 from DDMAL/release-v2.0.11
- Merge pull request #800 from DDMAL/develop
- Merge pull request #791 from DDMAL/develop
- Merge pull request #786 from DDMAL/develop
- Merge pull request #780 from DDMAL/develop
- Delete Resources for issue 779 by Gen directory
- Add files via upload
- Delete Resources for issue 68 by Gen directory
- Add files via upload
- Merge pull request #766 from DDMAL/release-v2.0.6

details
- fix: rewrite StaffFinding while loop and clean up

details
- fix: Adjust resource assignment modal window layout

details
- fix: adjust modal window grid and fix scroll

details
- solve name_set type error

details
- Update paco tag to v2.0.4

details
- test: fix miyao staff finding test file
- Merge branch 'fix-default-octave' of https://github.com/DDMAL/Rodan into fix-default-octave
- fix(job): fix base octave for G clef
- fix(job): fix base octave for G clef - add new ground truth file for job test
- test: add new ground truth output file for heuristic pitch finding
- fix: change default octave for C, F, and G clefs in pitch finding algorithm

details
- Merge branch 'develop' into del_readmes
- Delete unnecessary test files
- Delete unnecessary helper scripts
- Delete unnecessary Readmes
- Mei_encoding fix readme, delete pymei

details
- remove duplicate iipsrv build code block
- update pip install source code url

details
- modify err msg for mismatched input type
- change default app type to rgba+png
- fix unit test
- modify test for resource distributor
- allow user to rename a file in resource distributor
- add rename method for Resource

details
- fix: fix alpine version to 3.18.5 in iipsrv

@homework36 homework36 merged commit 245db99 into master Nov 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants