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

add argo functionality to QUEST #427

Merged
merged 140 commits into from
Dec 7, 2023
Merged

add argo functionality to QUEST #427

merged 140 commits into from
Dec 7, 2023

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    b907af5 View commit details
    Browse the repository at this point in the history
  2. Create get_argo.py

    Download the 'classic' argo data with physical variables only
    kelseybisson authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fb5fc55 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. begin implementing argo dataset

    RomiP committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    715440b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

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

Commits on Apr 26, 2022

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

Commits on Jun 13, 2022

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

Commits on Jun 23, 2022

  1. beginning of BGC Argo download

    RomiP committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4fb5974 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. parse BGC profiles into DF

    RomiP committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3bd2739 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. plan to query BGC profiles

    RomiP committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    06835d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 12, 2022

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

Commits on Sep 19, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 24, 2022

  1. creates df with only profiles that contain all user specified params

    Need to dload additional params
    RomiP committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    fcb2422 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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

Commits on Nov 28, 2022

  1. finished up BGC argo download!

    RomiP committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1582f5b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    d6d3872 View commit details
    Browse the repository at this point in the history
  2. Create get_argo.py

    Download the 'classic' argo data with physical variables only
    kelseybisson authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7fc3b79 View commit details
    Browse the repository at this point in the history
  3. begin implementing argo dataset

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    195a4f1 View commit details
    Browse the repository at this point in the history
  4. 1st draft implementing argo dataset

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    df34424 View commit details
    Browse the repository at this point in the history
  5. implement search_data for physical argo

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    390b7a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6824d27 View commit details
    Browse the repository at this point in the history
  7. beginning of BGC Argo download

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    58092f9 View commit details
    Browse the repository at this point in the history
  8. parse BGC profiles into DF

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ae486f2 View commit details
    Browse the repository at this point in the history
  9. plan to query BGC profiles

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    92f8a0d View commit details
    Browse the repository at this point in the history
  10. validate BGC param input function

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0285be1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    747af3a View commit details
    Browse the repository at this point in the history
  12. fix bug in parse_into_df() - init blank df to take in union of params…

    … from all profiles
    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cf600c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29ee8c4 View commit details
    Browse the repository at this point in the history
  14. creates df with only profiles that contain all user specified params

    Need to dload additional params
    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    934e1a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eefcbf8 View commit details
    Browse the repository at this point in the history
  16. finished up BGC argo download!

    RomiP authored and JessicaS11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    55204d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0af53d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    27ab9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e0e94 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/argo' into argo

    # Conflicts:
    #	icepyx/quest/dataset_scripts/argo.py
    #	icepyx/tests/test_quest_argo.py
    RomiP committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d23b09c View commit details
    Browse the repository at this point in the history
  4. add tests for argo.py

    JessicaS11 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d96c485 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on May 22, 2023

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

Commits on May 30, 2023

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

Commits on Jun 6, 2023

  1. basic working argo script

    JessicaS11 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f9c6a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0de9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af4d8ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd18b74 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    df41a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b672b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e392c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cc0040 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    d15483b View commit details
    Browse the repository at this point in the history
  2. add more docstrings

    JessicaS11 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d877e8b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 26, 2023

  1. some changes

    RomiP committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    aad5053 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/argo' into argo

    # Conflicts:
    #	icepyx/quest/dataset_scripts/argo.py
    RomiP committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8fd0083 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 12, 2023

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

Commits on Jul 20, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    ccb8ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5851cb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    1fd069c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363dad2 View commit details
    Browse the repository at this point in the history
  3. add test_argo.py

    RomiP committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    63d3b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a91c25f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4602cdb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. remove sandbox files

    JessicaS11 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2cdf07e View commit details
    Browse the repository at this point in the history
  2. remove bgc argo test file

    JessicaS11 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a91c360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb367e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    b89840c View commit details
    Browse the repository at this point in the history
  2. simplify import statements

    JessicaS11 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    381092f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    283748e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7893307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949ffee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7414c85 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    7655995 View commit details
    Browse the repository at this point in the history
  2. test argo df merge

    RomiP committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    63e1b57 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request #436 from zachghiaccio/argo

    Draft subpage on available QUEST datasets.
    zachghiaccio authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5b6c65b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 30, 2023

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

Commits on Sep 25, 2023

  1. update QUEST and GenQuery classes for argo integration (#441)

    * Adding argo search and download script
    
    * Create get_argo.py
    
    Download the 'classic' argo data with physical variables only
    
    * begin implementing argo dataset
    
    * 1st draft implementing argo dataset
    
    * implement search_data for physical argo
    
    * doctests and general cleanup for physical argo query
    
    * beginning of BGC Argo download
    
    * parse BGC profiles into DF
    
    * plan to query BGC profiles
    
    * validate BGC param input function
    
    * order BGC params in order in which they should be queried
    
    * fix bug in parse_into_df() - init blank df to take in union of params from all profiles
    
    * identify profiles from initial API request containing all required params
    
    * creates df with only profiles that contain all user specified params
    Need to dload additional params
    
    * modified to populate prof df by querying individual profiles
    
    * finished up BGC argo download!
    
    * assert bounding box type in Argo init, begin framework for unit tests
    
    * Adding argo search and download script
    
    * Create get_argo.py
    
    Download the 'classic' argo data with physical variables only
    
    * begin implementing argo dataset
    
    * 1st draft implementing argo dataset
    
    * implement search_data for physical argo
    
    * doctests and general cleanup for physical argo query
    
    * beginning of BGC Argo download
    
    * parse BGC profiles into DF
    
    * plan to query BGC profiles
    
    * validate BGC param input function
    
    * order BGC params in order in which they should be queried
    
    * fix bug in parse_into_df() - init blank df to take in union of params from all profiles
    
    * identify profiles from initial API request containing all required params
    
    * creates df with only profiles that contain all user specified params
    Need to dload additional params
    
    * modified to populate prof df by querying individual profiles
    
    * finished up BGC argo download!
    
    * assert bounding box type in Argo init, begin framework for unit tests
    
    * need to confirm spatial extent is bbox
    
    * begin test case for available profiles
    
    * add tests for argo.py
    
    * add typing, add example json, and use it to test parsing
    
    * update argo to submit successful api request (update keys and values submitted)
    
    * first pass at porting argo over to metadata+per profile download (WIP)
    
    * basic working argo script
    
    * simplify parameter validation (ordered list no longer needed)
    
    * add option to delete existing data before new download
    
    * continue cleaning up argo.py
    
    * fix download_by_profile to properly store all downloaded data
    
    * remove old get_argo.py script
    
    * remove _filter_profiles function in favor of submitting data kwarg in request
    
    * start filling in docstrings
    
    * clean up nearly duplicate functions
    
    * add more docstrings
    
    * get a few minimal argo tests working
    
    * add bgc argo params. begin adding merge for second download runs
    
    * some changes
    
    * WIP test commit to see if can push to GH
    
    * WIP handling argo merge issue
    
    * update profile to df to return df and move merging to get_dataframe
    
    * merge profiles with existing df
    
    * clean up docstrings and code
    
    * add test_argo.py
    
    * add prelim test case for adding to Argo df
    
    * remove sandbox files
    
    * remove bgc argo test file
    
    * update variables notebook from development
    
    * simplify import statements
    
    * quickfix for granules error
    
    * draft subpage on available QUEST datasets
    
    * small reference fix in text
    
    * add reference to top of .rst file
    
    * test argo df merge
    
    * add functionality to Quest class to pass search criteria to all datasets
    
    * add functionality to Quest class to pass search criteria to all datasets
    
    * update dataset docstrings; reorder argo.py to match
    
    * implement quest search+download for IS2
    
    * move spatial and temporal properties from query to genquery
    
    * add query docstring test for cycles,tracks to test file
    
    * add quest test module
    
    * standardize print outputs for quest search and download; is2 download needs auth updates
    
    * remove extra files from this branch
    
    * comment out argo portions of quest for PR
    
    * remove argo-branch-only init file
    
    * remove argo script from branch
    
    * remove argo test file from branch
    
    * comment out another line of argo stuff
    
    * Update quest.py
    
    Added Docstrings to functions within quest.py and edited the primary docstring for the QUEST class here.
    
    Note I did not add Docstrings to the implicit __self__ function.
    
    * Update test_quest.py
    
    Added comments (not Docstrings) to test functions
    
    * Update dataset.py
    
    Minor edits to the doc strings
    
    * Update quest.py
    
    Edited docstrings
    
    * catch error with downloading datasets in Quest; template test case for multi dataset query
    
    ---------
    
    Co-authored-by: Kelsey Bisson <48059682+kelseybisson@users.noreply.github.com>
    Co-authored-by: Romina <romina.piunno@gmail.com>
    Co-authored-by: zachghiaccio <zhfair@umich.edu>
    Co-authored-by: Zach Fair <48361714+zachghiaccio@users.noreply.github.com>
    5 people authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1d53341 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    51c2e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9386707 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    251bf0b View commit details
    Browse the repository at this point in the history
  2. temporarily disable OpenAltimetry API tests (#459)

    * add OA API warning
    * comment out tests that use OA API
    
    ---------
    
    Co-authored-by: GitHub Action <rwegener2@users.noreply.github.com>
    JessicaS11 and rwegener2 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d03f9fb View commit details
    Browse the repository at this point in the history
  3. fix spot number calculation (#458)

    ---------
    
    Co-authored-by: GitHub Action <jpswinski@users.noreply.github.com>
    JessicaS11 and jpswinski authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ee8b79f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a723d View commit details
    Browse the repository at this point in the history
  5. update Read input arguments (#444)

    * add filelist and product properties to Read object
    * deprecate filename_pattern and product class Read inputs
    * transition to data_source input as a string (including glob string) or list
    * update tutorial with changes and user guidance for using glob
    
    ---------
    Co-authored-by: Jessica Scheick <JessicaS11@users.noreply.github.com>
    rwegener2 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d86cc9e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. enable QUEST kwarg handling (#452)

    * add kwarg acceptance for data queries and download_all in quest
    * Add QUEST dataset page to RTD
    
    ---------
    
    Co-authored-by: zachghiaccio <zhfair@umich.edu>
    JessicaS11 and zachghiaccio authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    aedbcce View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. docs: add rwegener2 as a contributor for bug, code, and 6 more (#460)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Jessica Scheick <JessicaS11@users.noreply.github.com>
    allcontributors[bot] and JessicaS11 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    73f929e View commit details
    Browse the repository at this point in the history
  2. docs: add jpswinski as a contributor for review (#461)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Jessica Scheick <JessicaS11@users.noreply.github.com>
    allcontributors[bot] and JessicaS11 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a56a9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. docs: add whyjz as a contributor for tutorial (#462)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Jessica Scheick <JessicaS11@users.noreply.github.com>
    allcontributors[bot] and JessicaS11 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bdcc9bd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    f514619 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in reference.

    zachghiaccio committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    53831aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c5acd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a326949 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    38e9b5d View commit details
    Browse the repository at this point in the history
  2. clean up argo script

    JessicaS11 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    992e7ae View commit details
    Browse the repository at this point in the history
  3. clean up quest tests

    JessicaS11 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ea0d37e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cce8fa7 View commit details
    Browse the repository at this point in the history
  5. remove note from argo

    JessicaS11 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    efcb16d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    af5d8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce29a55 View commit details
    Browse the repository at this point in the history
  3. Update doc/source/contributing/quest-available-datasets.rst

    Co-authored-by: Jessica Scheick <JessicaS11@users.noreply.github.com>
    zachghiaccio and JessicaS11 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9857978 View commit details
    Browse the repository at this point in the history
  4. fix formatting via linter

    JessicaS11 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8ed4c7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b99855e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    9aaca81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6eb1b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    7e004f0 View commit details
    Browse the repository at this point in the history
  2. fix failing argo tests

    JessicaS11 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e8f8c38 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Variables as an independent class (#451)

    Refactor Variables class to be user facing functionality
    rwegener2 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d5747fa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    eea686c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d596c01 View commit details
    Browse the repository at this point in the history
  3. add quest module init file

    JessicaS11 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d7b9424 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb4c48 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    d888127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc7edd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab40328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a9efe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    36cac57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c3a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79ecc27 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    089f71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377d3c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a4ca3 View commit details
    Browse the repository at this point in the history
  4. Revert "run black formatter on all files"

    This reverts commit 40a4ca3.
    JessicaS11 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2fdcdd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8b1d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d467a84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc9e086 View commit details
    Browse the repository at this point in the history
  8. remove savename kwarg

    JessicaS11 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    54a14ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae1d484 View commit details
    Browse the repository at this point in the history
  10. last updates to notebook

    JessicaS11 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    468f3ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff3b4b6 View commit details
    Browse the repository at this point in the history