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

Implement Darwin v7 reader and improve annotation class #162

Merged
merged 31 commits into from
Aug 22, 2023
Merged

Commits on Jul 31, 2023

  1. Initial version to support v7 annotations

    - Introduces a breaking change (!)
    jonasteuwen committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d2998ea View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    482e25f View commit details
    Browse the repository at this point in the history
  2. Improved annotations

    jonasteuwen committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    63be7b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix CI/CD

    jonasteuwen committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a2d7817 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add Darwin to CI/CD

    jonasteuwen committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    98f2152 View commit details
    Browse the repository at this point in the history
  2. Add apt-get update

    jonasteuwen committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9315a40 View commit details
    Browse the repository at this point in the history
  3. Fix test & cleanup

    - Bumped pydantic to >2.0.0
    - Added mypy to the dev requirements
    - Cleanup variables and code in annotations.py
    jonasteuwen committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6171000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10da06a View commit details
    Browse the repository at this point in the history
  5. Update readme

    jonasteuwen committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    03574ba View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    db31997 View commit details
    Browse the repository at this point in the history
  2. Rename wrapper

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cd239eb View commit details
    Browse the repository at this point in the history
  3. Add darwin to pylint

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a1a5c77 View commit details
    Browse the repository at this point in the history
  4. Reduce mypy

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dc103cf View commit details
    Browse the repository at this point in the history
  5. Close file handlers

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    630c8e4 View commit details
    Browse the repository at this point in the history
  6. Fix

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e11d55a View commit details
    Browse the repository at this point in the history
  7. Added correct type

    jonasteuwen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a4a5e68 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    a0a0a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654c421 View commit details
    Browse the repository at this point in the history
  3. black... ,adding test

    jonasteuwen committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7083740 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4803967 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Need black update

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5fd4684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa6841 View commit details
    Browse the repository at this point in the history
  3. Upgrade test

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    03d1f39 View commit details
    Browse the repository at this point in the history
  4. Add tox.ini

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b75370c View commit details
    Browse the repository at this point in the history
  5. add codecov dependency

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e7b86fe View commit details
    Browse the repository at this point in the history
  6. Fix tox

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    81519f0 View commit details
    Browse the repository at this point in the history
  7. Slight fix in test

    jonasteuwen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    55b4cd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    552a32c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e17729 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80b1846 View commit details
    Browse the repository at this point in the history