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: NEP29 Apr 2024, zenodo updates #227

Merged
merged 39 commits into from
Jul 8, 2024
Merged

MAINT: NEP29 Apr 2024, zenodo updates #227

merged 39 commits into from
Jul 8, 2024

Commits on Mar 28, 2024

  1. DOC: udpate zenodo

    jklenzing committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8b377f2 View commit details
    Browse the repository at this point in the history
  2. MAINT: NEP29 apr 2024

    jklenzing committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0793fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d3d35 View commit details
    Browse the repository at this point in the history
  4. DOC: update changelog

    jklenzing committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e968fec View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 15, 2024

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

Commits on May 2, 2024

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

Commits on May 6, 2024

  1. BUG: manual install of git

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bb65a0b View commit details
    Browse the repository at this point in the history
  2. BUG: git branch

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    458f426 View commit details
    Browse the repository at this point in the history
  3. BUG: spelling

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b7b404c View commit details
    Browse the repository at this point in the history
  4. BUG: use python setup

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b198dea View commit details
    Browse the repository at this point in the history
  5. BUG: hdf

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9c5032e View commit details
    Browse the repository at this point in the history
  6. BUG: develop

    jklenzing committed May 6, 2024
    Configuration menu
    Copy the full SHA
    58af874 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update main.yml

    jklenzing authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    adae8e9 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    jklenzing authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    27cb538 View commit details
    Browse the repository at this point in the history
  3. BUG: always run finish

    jklenzing committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d4bfcc2 View commit details
    Browse the repository at this point in the history
  4. BUG: GA syntax

    jklenzing committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ea02b89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c49a879 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Try coveralls app

    jklenzing committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a53a469 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. BUG: switch to coveralls app

    Switch to coveralls app from coveralls action.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e1be3b6 View commit details
    Browse the repository at this point in the history
  2. BUG: fix yaml syntax

    Attempt to fix yaml syntax.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8c29804 View commit details
    Browse the repository at this point in the history
  3. BUG: more yaml fixes

    Another attempt to fix yaml syntax.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    519f267 View commit details
    Browse the repository at this point in the history
  4. BUG: re-added steps

    Re-added `steps` to yaml.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2012f63 View commit details
    Browse the repository at this point in the history
  5. BUG: added if to yaml

    Added a missing if statement to the yaml and fixed some of the step names.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4604d60 View commit details
    Browse the repository at this point in the history
  6. BUG: fixed secret name

    Fixed the name of the GitHub secret.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5bdc4b5 View commit details
    Browse the repository at this point in the history
  7. BUG: specify coverage file

    Specify the coverage file in the macOS call.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b0f6baf View commit details
    Browse the repository at this point in the history
  8. BUG: added debug line

    Coveralls app isn't working on mac, no idea why.  Checking that coverage file exists.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ed9ddd7 View commit details
    Browse the repository at this point in the history
  9. BUG: use coveralls repo token

    Use the Coveralls Repository Token, which I just added to the GitHub repository.
    aburrell committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    86981a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. BUG: specify format

    Try specifying the format for the MacOS coverage call.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8277eba View commit details
    Browse the repository at this point in the history
  2. BUG: remove "extra" options

    Try removing as many options as possible.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e35b977 View commit details
    Browse the repository at this point in the history
  3. Revert "BUG: remove "extra" options"

    This reverts commit e35b977.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a1a6baa View commit details
    Browse the repository at this point in the history
  4. BUG: add verbose mode

    Put coveralls in verbose mode in preparation for help call.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ca2fe8a View commit details
    Browse the repository at this point in the history
  5. BUG: specify xml output

    Specify coverage xml output.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8220845 View commit details
    Browse the repository at this point in the history
  6. BUG: remove tabs from yaml

    Remove the tabs from the yaml.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0abe87c View commit details
    Browse the repository at this point in the history
  7. BUG: update xml

    Fix the name of the xml to reflect reality instead of the docs.
    aburrell committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1d4c87b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. BUG: made coveralls update

    Made changes suggested by James from Coveralls.
    aburrell committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    090e4e1 View commit details
    Browse the repository at this point in the history
  2. BUG: added debug

    Added a debug statement, as suggested for better feedback.
    aburrell committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4086f8b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. NEP29 for June 2024

    jklenzing authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aa05825 View commit details
    Browse the repository at this point in the history