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

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    4a09cd9 View commit details
    Browse the repository at this point in the history
  2. Delete unnecessary Readmes

    malajvan committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7f74b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abf095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c3ade View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge pull request #1110 from DDMAL/release-v3.0.0

    Release v3.0.0
    softcat477 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    817879c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix: fix alpine version to 3.18.5 in iipsrv

    Fix #1118
    - alpine:3.19.0 does not work because of a missing library (libwebpmux.so)
    softcat477 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bdfc35a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1119 from DDMAL/fix_iipsrv_version

    fix: fix alpine version to 3.18.5 in iipsrv
    softcat477 authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ec2fe1a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    f0f1350 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1060 from DDMAL/del_readmes

    Delete readmes
    timothydereuse authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c3b15ef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix: rewrite StaffFinding while loop and clean up

    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
    homework36 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b764640 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    4297dae View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request #1132 from DDMAL/fix_stafffinding

    fix: rewrite StaffFinding while loop and clean up
    softcat477 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    82a230b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1134 from DDMAL/ui-fix

    Adjust resource assignment window layout
    yinanazhou authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    89d255f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    40476cb View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge pull request #1150 from DDMAL/modal-window-style

    Adjust modal window grid and fix scroll
    yinanazhou authored May 27, 2024
    Configuration menu
    Copy the full SHA
    9412fe4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: adjust styles for all modal window

    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
    yinanazhou committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cda544f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1160 from DDMAL/modal-window-style

    fix: adjust styles for all modal window
    yinanazhou authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    56d2837 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: clear view on workflow delete

    Refs: #1162
    yinanazhou committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d462acb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1167 from DDMAL/delete-err

    fix: clear view on workflow delete
    yinanazhou authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54aa0b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. solve name_set type error

    - add decoded class name to the set
    homework36 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    abb10cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1182 from DDMAL/fix_1179_IC_TypeError

    Solve name_set type error in interactive classifier
    homework36 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    954eaee View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    8373467 View commit details
    Browse the repository at this point in the history
  2. feat(jobs): add resource name to extracted information for job resource

    - add `resource.name` to `_extract_resource`
    - black formatting changes to `base.py` file
    lucasmarchd01 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f1b0042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8013bd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. update pip install source code url

    old code link does not support python below 3.8 any more
    homework36 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ac4bea4 View commit details
    Browse the repository at this point in the history
  2. remove duplicate iipsrv build code block

    we already have iipsrv build at line 10
    homework36 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d37410f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #1189 from DDMAL/fix-gpu-dockerfile

    Fix Dockerfile for gpu-celery container
    homework36 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d54e793 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    71eaf44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1186 from DDMAL/crop_c_clef

    Add C Clef Extraction Job
    lucasmarchd01 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0a24701 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix archive create and download

    - removed six.stringIO and use BytesIO
    - add proper encode and decode steps
    homework36 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7f9f8e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1193 from DDMAL/batch-download-fix

    Fix batch downloading
    homework36 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4c7f761 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8504e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e0c1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix(job): fix base octave for G clef

    - add new ground truth file for job test
    lucasmarchd01 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5ba1fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a81032d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-default-octave' of https://github.com/DDMAL/Rodan i…

    …nto fix-default-octave
    lucasmarchd01 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8807a2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e5e799 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #1208 from DDMAL/fix-default-octave

    Change default octave for clefs in heuristic pitch finding
    lucasmarchd01 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a851c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update paco tag to v2.0.4

    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.
    homework36 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7f14143 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #1218 from DDMAL/fix_paco_train

    Fix paco classifying and update paco code repo tag to v2.0.4
    homework36 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a438a65 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    71848f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. allow user to rename a file in resource distributor

    the test method has not been fixed yet
    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5cb1814 View commit details
    Browse the repository at this point in the history
  2. modify test for resource distributor

    need to be tested locally
    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e0a9c2a View commit details
    Browse the repository at this point in the history
  3. fix unit test

    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a3b4d4c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. change default app type to rgba+png

    This is the default type for layers from classifying job (where the rename feature is mostly needed)
    homework36 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    249fa62 View commit details
    Browse the repository at this point in the history
  2. modify err msg for mismatched input type

    so that the user will understand they need to set the type in the job accordingly
    homework36 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    981e8d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1221 from DDMAL/fix_outputname

    Fix Resource Distributor to enable name change
    homework36 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d65c467 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Release v3.1.0

    - 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
    homework36 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7e1bc56 View commit details
    Browse the repository at this point in the history