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

Clean warning update #129

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open

Clean warning update #129

wants to merge 19 commits into from

Commits on Jul 6, 2023

  1. ENH: added a general clean warning

    Created a general clean warning variable for the general clean method.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9ed8a77 View commit details
    Browse the repository at this point in the history
  2. ENH: added the _clean_warn test attribute

    Added the `_clean_warn` test attribute to the existing model Instruments.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bed2a82 View commit details
    Browse the repository at this point in the history
  3. DOC: updated the changelog

    Added a description of the changes to the log.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0cf15ef View commit details
    Browse the repository at this point in the history
  4. BUG: pandas compatibility

    Pandas changed their behaviour at some point, added a try/except loop to ensure the missing time selection works regardless of the available kwargs.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a8f9ef9 View commit details
    Browse the repository at this point in the history
  5. STY: removed extra whitespace

    Removed extra whitespace.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    eeff7db View commit details
    Browse the repository at this point in the history
  6. MAINT: updated pysatNASA behaviour

    Updated the minimum version of pysatNASA and changed the download behaviour.
    aburrell committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c605be8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. MAINT: update main.yml

    Update the tests run, partially complying with new standards.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e72ffba View commit details
    Browse the repository at this point in the history
  2. MAINT: remove pandas limit

    Remove the pandas version limit to support earlier versions of python.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d922eba View commit details
    Browse the repository at this point in the history
  3. MAINT: cycle python version

    Cycle the supported python versions.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    93beb4a View commit details
    Browse the repository at this point in the history
  4. BUG: fixed install commands

    Fixed the commands that expected us to have a pyproject.toml file.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c6b2e2d View commit details
    Browse the repository at this point in the history
  5. BUG: trying some things

    Making some hopeful changes.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2e6a65b View commit details
    Browse the repository at this point in the history
  6. BUG: add file suffix

    Forgot to add the file suffixes.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    58735e9 View commit details
    Browse the repository at this point in the history
  7. BUG: potential fix for coverage drop

    Coverage dropped to zero, this might fix it.
    aburrell committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ec11d1c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. TST: Update .github/workflows/main.yml

    Update operational test version limits.
    
    Co-authored-by: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com>
    aburrell and jklenzing authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d380263 View commit details
    Browse the repository at this point in the history
  2. BUG: added a pysatNASA debug line

    Added a debug line to see if pysatNASA is being installed correctly before trying the pysatModels unit tests.
    aburrell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a3a8b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06256eb View commit details
    Browse the repository at this point in the history
  4. BUG: another import

    Added another import to see if pysatNASA can eventually succeed.
    aburrell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    93f1a5f View commit details
    Browse the repository at this point in the history
  5. BUG: which python

    See what and where python is.
    aburrell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c162e4c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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