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

RC version 0.2.0 update #105

Merged
merged 24 commits into from
Mar 18, 2024
Merged

RC version 0.2.0 update #105

merged 24 commits into from
Mar 18, 2024

Commits on Feb 26, 2024

  1. TST: updated CI yamls

    Updated the CI yamls by:
    - upgrading the action versions,
    - adding support for Python 3.12, and
    - cycling versions performing doc/pypi tests.
    aburrell committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    80b44fb View commit details
    Browse the repository at this point in the history
  2. MAINT: updated the python version

    Updated the supported python versions.
    aburrell committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c9515e9 View commit details
    Browse the repository at this point in the history
  3. DOC: set target release date

    Set a target release date in the changelog.  Also added maintenance details.
    aburrell committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ea52b19 View commit details
    Browse the repository at this point in the history
  4. DOC: change index depth

    Change the index depth to have a maximum of two.
    aburrell committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2ec1c40 View commit details
    Browse the repository at this point in the history
  5. BUG: bug fixes for pysat RC

    Fixes tests that are failing in the pysat RC.
    
    Co-authored-by: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com>
    aburrell and jklenzing authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e60af33 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. DOC: added comment

    Added a comment to clarify which part is involved in the TODO statement.
    aburrell committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8417fa3 View commit details
    Browse the repository at this point in the history
  2. TST: added skip for 'drifts' and 'drifts_ave'

    The multi-day load tests are failing for the drift data, this may be a test day issue.
    aburrell committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    abcfc2b View commit details
    Browse the repository at this point in the history
  3. TST: extend JRO new test skipping

    Extending the JRO ISR tags that skip the new tests.
    aburrell committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1046873 View commit details
    Browse the repository at this point in the history
  4. BUG: added flag for kindat 7800

    Added a flag to not perform the new tests with the general pandas Madrigal instrument for the 7800 dataset.
    aburrell committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    31567b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. BUG: fixed bug in warn dict

    Fixed a badly named variable in the clean warning definition dict.
    aburrell committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3390871 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. BUG: second fix for clean warnings

    Test failing due to missing key, try empty list.
    aburrell committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6a8cf1f View commit details
    Browse the repository at this point in the history
  2. BUG: fixed AE clean warning

    Fixed the expected AE clean warning.
    aburrell committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    606df56 View commit details
    Browse the repository at this point in the history
  3. STY: removed trailing whitespace

    Removed trailing whitespace from a line.
    aburrell committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ded3b1b View commit details
    Browse the repository at this point in the history
  4. BUG: for debugging, removing test flag

    Temporarily remove test flag for RC tests.
    aburrell committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4e3db61 View commit details
    Browse the repository at this point in the history
  5. TST: update test flags

    Add another inst_id/tag combo to the skips.
    aburrell committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    33c3b1e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. TST: update JRO methods tests

    Update the test Instrument used in the JRO methods test.
    aburrell committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ca6d0d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. TST: re-added quick fail

    Added the quick fail back into the tests.
    aburrell committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7ba8463 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. MAINT: applied suggestions

    Applied suggestions from code review.
    
    Co-authored-by: Russell Stoneback <github@stoneris.com>
    aburrell and rstoneback authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    72d6224 View commit details
    Browse the repository at this point in the history
  2. DOC: improve DMSP SSJ init

    Improve the user output for the DMSP SSJ instrument.
    aburrell authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c2fc0d View commit details
    Browse the repository at this point in the history
  3. MAINT: applied code review

    Found more code review comments and made changes.
    
    Co-authored-by: Russell Stoneback <github@stoneris.com>
    aburrell and rstoneback authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ea2ff92 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. DOC: add TODO statements

    Added TODO statements for new issues.
    
    Co-authored-by: Russell Stoneback <github@stoneris.com>
    aburrell and rstoneback authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a2d7a3f View commit details
    Browse the repository at this point in the history
  2. BUG: fix TODO formatting

    Use the correct TODO formatting.
    aburrell authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d09a808 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. REV: python 3.12 failing on mac

    Remove support for 3.12 from this release.
    aburrell authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5af4b31 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. MAINT: Update CHANGELOG.md

    Support for python 3.12 was removed until a documented issue can be solved.
    aburrell authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3d512a2 View commit details
    Browse the repository at this point in the history