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

load simple and multiple file types #50

Merged
merged 14 commits into from
Jun 2, 2021
Merged

load simple and multiple file types #50

merged 14 commits into from
Jun 2, 2021

Commits on May 28, 2021

  1. ENH: added load option for simple data

    Added a load option for simple Madrigal data.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    ce2f19c View commit details
    Browse the repository at this point in the history
  2. BUG: fixed list_files file_type limitation

    Fixed the limitation where only one type of file format could be listed at once.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e8c4ec4 View commit details
    Browse the repository at this point in the history
  3. DOC: updated changelog

    Added a description of the changes to the changelog.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7cbe9aa View commit details
    Browse the repository at this point in the history
  4. BUG: added missing import

    Added the missing pandas import.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c376bc0 View commit details
    Browse the repository at this point in the history
  5. STY: fixed spacing

    Fixed spacing to conform with PEP8 requirements.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7d9a74c View commit details
    Browse the repository at this point in the history
  6. BUG: re-add missing kwargs

    Re-add missing kwargs that were accidentally removed.
    aburrell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    954ae24 View commit details
    Browse the repository at this point in the history
  7. STY: Added feedback

    rstoneback committed May 28, 2021
    Configuration menu
    Copy the full SHA
    ffa50f1 View commit details
    Browse the repository at this point in the history
  8. DOC: Update CHANGELOG.md

    rstoneback committed May 28, 2021
    Configuration menu
    Copy the full SHA
    9e74b70 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge pull request #51 from pysat/file_download_feedback

    STY: Added feedback
    rstoneback committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f9a955e View commit details
    Browse the repository at this point in the history
  2. ENH: added a general list_files routine

    Added a general `list_files` routine for multiple file types.
    aburrell committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ab5bf5f View commit details
    Browse the repository at this point in the history
  3. ENH: implemented general list_files routine

    Changed the individual instruments to use the general `list_files` routine.
    aburrell committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1eb73d6 View commit details
    Browse the repository at this point in the history
  4. BUG: fixed bad variable names

    Fixed the incorrect assignment of a routine variable name that would have overwritten another variable.
    aburrell committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    81c29f5 View commit details
    Browse the repository at this point in the history
  5. BUG: fixed module name

    Fixed the mis-spelling of a module name.
    aburrell committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2c385c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98b3f9a View commit details
    Browse the repository at this point in the history