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

Maint/modernize #76

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Maint/modernize #76

wants to merge 28 commits into from

Commits on Feb 6, 2024

  1. MNT: Update enum parsing

    This aligns xncml enum parsing behavior with xarray's
    netCDF4 backend behavior.
    Abel Aoun committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9299add View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. DOC: add version of xarray

    Abel Aoun committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2734e0b View commit details
    Browse the repository at this point in the history
  2. ENH: Migrate to pyproject.toml

    Abel Aoun committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f255474 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. maint: Make use of ouranos' cookiecutter

    - migrate builder from setuptools to flint
    - migrate doc structure
    - move sources to /src/xncml/ dir (was in /xncml)
    - migrate mardown to rst
    - update cookiecuttered files with relevant xncml info
    Abel Aoun committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    60e0de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77865d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. maint: migrate .github from cookiecutter

    Abel Aoun committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    616a589 View commit details
    Browse the repository at this point in the history
  2. maint: Apply code review suggestions

    Co-authored-by: Francis Charette-Migneault <[email protected]>
    Abel Aoun and fmigneault committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c50ba40 View commit details
    Browse the repository at this point in the history
  3. enh: Add bump-my-version template for CHANGELOG

    Co-authored-by: Francis Charette-Migneault <[email protected]>
    Abel Aoun and fmigneault committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    26ce02a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix: lint issues

    Abel Aoun committed May 3, 2024
    Configuration menu
    Copy the full SHA
    45a4476 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix: remove tox 38

    xncml no longer support python 3.8
    Abel Aoun committed May 7, 2024
    Configuration menu
    Copy the full SHA
    286ac06 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. maint: Remove bump templating of CHANGELOG

    Abel Aoun committed May 13, 2024
    Configuration menu
    Copy the full SHA
    131fcb6 View commit details
    Browse the repository at this point in the history
  2. maint: Create releasing.rst

    Moved the 'how to release' from the contributing guide to
    a dedicated releasing.rst guide.
    Abel Aoun committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9457db2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365223b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'maint/modernize' of https://github.com/xarray-contrib/x…

    …ncml into maint/modernize
    Abel Aoun committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d2c9ab View commit details
    Browse the repository at this point in the history
  2. enh: Upgrade via latest cookicutter template

    Abel Aoun committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9e066b7 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    Abel Aoun committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5c42528 View commit details
    Browse the repository at this point in the history
  4. fix: Makefile

    Abel Aoun committed May 14, 2024
    Configuration menu
    Copy the full SHA
    328c28a View commit details
    Browse the repository at this point in the history
  5. maint: migrate from black to ruff format

    Abel Aoun committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8579ce3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fast-forward cookiecutter

    Zeitsperre committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1aa5188 View commit details
    Browse the repository at this point in the history
  2. last adjustments

    Zeitsperre committed May 21, 2024
    Configuration menu
    Copy the full SHA
    51ffa68 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. add CODE_OF_CONDUCT.md

    Zeitsperre committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    401dd1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e83c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded5681 View commit details
    Browse the repository at this point in the history
  4. do not run pyupgrade yet

    Zeitsperre committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ef1ead4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    585e6e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cef99b0 View commit details
    Browse the repository at this point in the history
  7. fix coveralls reporting

    Zeitsperre committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f21df8e View commit details
    Browse the repository at this point in the history
  8. re-enable pre-commit ci

    Zeitsperre committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    445b7e8 View commit details
    Browse the repository at this point in the history