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 2.5.0 #284

Merged
merged 147 commits into from
Oct 10, 2023
Merged

Release 2.5.0 #284

merged 147 commits into from
Oct 10, 2023

Commits on Apr 28, 2023

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

Commits on May 15, 2023

  1. Resolve conflicts

    jonasscheid committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e7695cb View commit details
    Browse the repository at this point in the history
  2. resolve more conflicts

    jonasscheid committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e586c40 View commit details
    Browse the repository at this point in the history
  3. fix linting

    jonasscheid committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d7a1ccb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #264 from nf-core/nf-core-template-merge-2.8

    Important! Template update for nf-core/tools v2.8
    jonasscheid authored May 15, 2023
    Configuration menu
    Copy the full SHA
    9c1244f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    e558b0e View commit details
    Browse the repository at this point in the history
  2. adjust changelog

    jonasscheid committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4889f37 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Merge pull request #266 from jonasscheid/dev

    Update openms version
    jonasscheid authored May 28, 2023
    Configuration menu
    Copy the full SHA
    60fc60a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    60b5456 View commit details
    Browse the repository at this point in the history
  2. fix linting

    jonasscheid committed May 30, 2023
    Configuration menu
    Copy the full SHA
    aa687e2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge pull request #267 from jonasscheid/dev

    Add bruker file converter tdf2mzml
    jonasscheid authored May 31, 2023
    Configuration menu
    Copy the full SHA
    5bc762c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 5, 2023

  1. Merge pull request #268 from jonasscheid/dev

    fix rawfileparser output bug
    jonasscheid authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    58847d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Added DeepLC script

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    97dd090 View commit details
    Browse the repository at this point in the history
  2. Call deeplc after comet

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ea476f4 View commit details
    Browse the repository at this point in the history
  3. Changed input variable of DeepLC

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b3e1d96 View commit details
    Browse the repository at this point in the history
  4. Added shebang to deeplc script

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    55a0f06 View commit details
    Browse the repository at this point in the history
  5. Adjusted paramter names for deeplc script

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0598e6b View commit details
    Browse the repository at this point in the history
  6. Fixed parameter name in deeplc script

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d69ff73 View commit details
    Browse the repository at this point in the history
  7. Fix input/output parameter names

    Steffen Lemke committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8e6ae4b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Added default error calculation

    Steffen Lemke committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1bbecd9 View commit details
    Browse the repository at this point in the history
  2. Added deeplc features to percolator

    Steffen Lemke committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f3fcdf7 View commit details
    Browse the repository at this point in the history
  3. Fixed deeplc output

    Steffen Lemke committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c03395c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Updated schema with DeepLC parameters

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    32df09f View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    296f96e View commit details
    Browse the repository at this point in the history
  3. Linting

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0a242fe View commit details
    Browse the repository at this point in the history
  4. Fixed linting changes

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ad407a5 View commit details
    Browse the repository at this point in the history
  5. Added newline at EOF

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a1b0105 View commit details
    Browse the repository at this point in the history
  6. Fixed mail template

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a7998db View commit details
    Browse the repository at this point in the history
  7. Python black

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5537a84 View commit details
    Browse the repository at this point in the history
  8. Renamed channel comet out

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    42ce78b View commit details
    Browse the repository at this point in the history
  9. Fixed input channel for comet

    Steffen Lemke committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16e8cd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89d3796 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Added support for noncanonical peptides

    Steffen Lemke committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    572ab70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from steffenlem/deeplc

    Added Deeplc
    jonasscheid authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    289e487 View commit details
    Browse the repository at this point in the history
  3. Added MS2pip

    Steffen Lemke committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6ce2d4f View commit details
    Browse the repository at this point in the history
  4. lint

    Steffen Lemke committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    47eb403 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Ran Prettier

    Steffen Lemke committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e643d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbcfea5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    4fde366 View commit details
    Browse the repository at this point in the history
  2. add changes to changelog

    jonasscheid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    34b989a View commit details
    Browse the repository at this point in the history
  3. update version

    jonasscheid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    185a63b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #271 from jonasscheid/filefilter

    Add Filefilter after rawfile parsing
    steffenlem authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    236ffa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Added case insensitive check for file extension

    Steffen Lemke committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    375b192 View commit details
    Browse the repository at this point in the history
  2. Added option for default comet parameters file

    Steffen Lemke committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    69d3f7b View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Steffen Lemke committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4dafa29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0401fb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6879ff0 View commit details
    Browse the repository at this point in the history
  6. add changelog

    jonasscheid committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ec7e9b3 View commit details
    Browse the repository at this point in the history
  7. typo

    jonasscheid committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    df64ea5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49e8c37 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #273 from jonasscheid/dev

    Optimize resource allocations
    steffenlem authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    42d61d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 11, 2023

  1. Fixed extra flag for ms2pip

    Steffen Lemke committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8f3e242 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. debug template update

    Jonas Scheid committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    801355f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. add loading modules.conf again

    Jonas Scheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    14b71c2 View commit details
    Browse the repository at this point in the history
  2. changelog

    jonasscheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c7bc5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e147260 View commit details
    Browse the repository at this point in the history
  4. fix gh ci for fulltest

    jonasscheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    15f94ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    621fdeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1a7fb4 View commit details
    Browse the repository at this point in the history
  7. adjust authors

    jonasscheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7b88d9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    706538d View commit details
    Browse the repository at this point in the history
  9. prettier

    jonasscheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9ac8f45 View commit details
    Browse the repository at this point in the history
  10. adjust license

    jonasscheid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    516f054 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update nextflow.config

    jonasscheid authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    795ec22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #274 from nf-core/nf-core-template-merge-2.9

    Important! Template update for nf-core/tools v2.9
    jonasscheid authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5ac3e94 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge remote-tracking branch 'upstream/dev' into dev

    Steffen Lemke committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7a0ec5b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    047c8d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #275 from steffenlem/dev

    Fixed extra flag setting for ms2pip
    jonasscheid authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    013dc25 View commit details
    Browse the repository at this point in the history
  3. refactor naming

    jonasscheid committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a58c7ed View commit details
    Browse the repository at this point in the history
  4. more naming changes

    jonasscheid committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    da5ab1f View commit details
    Browse the repository at this point in the history
  5. more namings

    jonasscheid committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5f13484 View commit details
    Browse the repository at this point in the history
  6. Restructure quant part 1

    jonasscheid committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5784677 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71cf0f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. ensure percolator tdc

    jonasscheid committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1956dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79c8a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #279 from jonasscheid/dev

    Ensure Percolator target decoy competition
    jonasscheid authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bc326d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 17, 2023

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

Commits on Sep 18, 2023

  1. Update to openms 3.0.0

    jonasscheid committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a9cfc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4021716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26ddf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9488a4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d43c040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0ff42b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. adjust ffid settings

    jonasscheid committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    791258d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update publishing files

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ab0e4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5ae21 View commit details
    Browse the repository at this point in the history
  3. cosmetics

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    35c1919 View commit details
    Browse the repository at this point in the history
  4. Adjust publihsed files

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2967a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c9c92d View commit details
    Browse the repository at this point in the history
  6. updated docs

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c3e01cb View commit details
    Browse the repository at this point in the history
  7. bump version

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c600bf4 View commit details
    Browse the repository at this point in the history
  8. bump openms conda version

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    386788b View commit details
    Browse the repository at this point in the history
  9. linting

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c0d83a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46835a9 View commit details
    Browse the repository at this point in the history
  11. update changelog

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4ceb045 View commit details
    Browse the repository at this point in the history
  12. remove fastqc

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e48f525 View commit details
    Browse the repository at this point in the history
  13. fix typo

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0b43c85 View commit details
    Browse the repository at this point in the history
  14. update citations

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2e81e78 View commit details
    Browse the repository at this point in the history
  15. fix lint

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    565d0fd View commit details
    Browse the repository at this point in the history
  16. fix typo

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    61b58e8 View commit details
    Browse the repository at this point in the history
  17. fix citation

    jonasscheid committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    72ca114 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    3eecfbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bcd973 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    5940636 View commit details
    Browse the repository at this point in the history
  2. add requested comment

    jonasscheid committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    12b2e1a View commit details
    Browse the repository at this point in the history
  3. cosmetics

    jonasscheid committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fad924e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf62f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Refactor grouping

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    75d9eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ce44e View commit details
    Browse the repository at this point in the history
  3. Add test profi

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    83d6063 View commit details
    Browse the repository at this point in the history
  4. prettier

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d55446a View commit details
    Browse the repository at this point in the history
  5. adjust ci

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    370e957 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24d7597 View commit details
    Browse the repository at this point in the history
  7. styling

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    33425a8 View commit details
    Browse the repository at this point in the history
  8. add ionannotator test

    jonasscheid committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1c5bf30 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. merge template updaet

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    04bc8f3 View commit details
    Browse the repository at this point in the history
  2. addd subwayplot

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4137f91 View commit details
    Browse the repository at this point in the history
  3. update changelog

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fa5ec53 View commit details
    Browse the repository at this point in the history
  4. fix nfcore linting

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f30e857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91dff6b View commit details
    Browse the repository at this point in the history
  6. limit mem for ci

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ad742b9 View commit details
    Browse the repository at this point in the history
  7. limit cpus for ci

    jonasscheid committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6baac65 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    dd66c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59e1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b9713 View commit details
    Browse the repository at this point in the history
  4. typo

    jonasscheid committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    86c740c View commit details
    Browse the repository at this point in the history
  5. remove unused dependency

    jonasscheid committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b0d487 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    758e8f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cff9bc9 View commit details
    Browse the repository at this point in the history
  8. update changelog

    jonasscheid committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d59d2e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87141eb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. incorporate feedback

    jonasscheid committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f76dd19 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    6877012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76fb7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf573d View commit details
    Browse the repository at this point in the history
  4. prettier

    jonasscheid committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    090aaa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d0f46b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d11bcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db8ad1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f10857 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feedback

    jonasscheid committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    eb6d692 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from jonasscheid/rearrange_quant

    Final changes for release 2.5.0
    jonasscheid authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1990be7 View commit details
    Browse the repository at this point in the history