Skip to content

Commit

Permalink
Merge branch 'development' into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Mar 7, 2022
2 parents c385251 + 406e83e commit 39a04ce
Show file tree
Hide file tree
Showing 10 changed files with 245 additions and 169 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/get_pypi_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
# Commits files to repository
- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v8
with:
author_name: learn2phoenix
message: "Pypi stats auto-update"
add: "./doc/source/tracking/pypistats/*"
# add: "./pypistats/*"
branch: "traffic" # commits to branch "traffic"
# add: "./pypistats/*"
3 changes: 1 addition & 2 deletions .github/workflows/traffic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
# Commits files to repository
- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v8
with:
author_name: Jessica Scheick
message: "GitHub traffic auto-update"
add: "./doc/source/tracking/traffic/*"
# add: "./traffic/*"
branch: "traffic" # commits to branch "traffic"
5 changes: 3 additions & 2 deletions .github/workflows/uml_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: set up environment
run: |
pip install -r requirements.txt
Expand All @@ -23,9 +25,8 @@ jobs:
rm ./packages_dev_uml.svg
mv ./*.svg ./doc/source/user_guide/documentation/
- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v8
with:
author_name: GitHub Action
message: "GitHub action UML generation auto-update"
add: "./doc/source/user_guide/documentation/*"
ref: git branch --show-current
10 changes: 9 additions & 1 deletion doc/source/user_guide/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ icepyx ChangeLog
This is the list of changes made to icepyx in between each release.
Full details can be found in the `commit logs <https://github.com/icesat2py/icepyx/commits>`_.

Latest Release (Version 0.5.0)
Latest Release (Version 0.6.0)
------------------------------

.. toctree::
:maxdepth: 2

v0.6.0

Version 0.5.0
-------------

.. toctree::
:maxdepth: 2

Expand Down
16 changes: 8 additions & 8 deletions doc/source/user_guide/changelog/v0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ New Features
~~~~~~~~~~~~

- Add ICESat-2 data read-in functionality (#222)
* includes read module and is2cat (catalog) module, example notebook, and docs
* basic tests file for read module validation functions
* add basic build catalog function to read data object
* add ability to get list of variables from a file
* add variables example notebook; trim variables module details out of subsetting example
* update examples from 2020 Hackweek tutorials
* includes read module and is2cat (catalog) module, example notebook, and docs
* basic tests file for read module validation functions
* add basic build catalog function to read data object
* add ability to get list of variables from a file
* add variables example notebook; trim variables module details out of subsetting example
* update examples from 2020 Hackweek tutorials
- preliminary AWS access (#213)
* add basic cloud data access capabilities
* add weak check for AWS instance
* add basic cloud data access capabilities
* add weak check for AWS instance

Bug fixes
~~~~~~~~~
Expand Down
69 changes: 69 additions & 0 deletions doc/source/user_guide/changelog/v0.6.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
.. _whatsnew_060:

What's new in 0.6.0 (4 March 2022)
-----------------------------------

These are the changes in icepyx 0.6.0 See :ref:`release` for a full changelog
including other versions of icepyx.


New Features
~~~~~~~~~~~~

- add ability to only order one page by specifying 'page-num' (#87)
- add environmental variable option for Earthdata credentials (#200)
- Super query - turn Query into a superclass called GenQuery (#249)
- Update or skip all existing docstring tests (#259)

- add docstring tests to pytest ini

- splashy front page (#260)
- QUEST (Query_Unify_Explore_SpatioTemporal) - Colocated data framework (#273)

- Introduce framework to implement icepyx functionality (query & download) to other data sets


Bug fixes
~~~~~~~~~

- update docstring test config params (#256)
- update commit action version in traffic action and data (#258)
- update OA data sizes for CI tests (#262)
- comment out tests failing due to OA issue (#268)


Maintenance
^^^^^^^^^^^

- use Cmr-search-after instead of paging (#87)
- minor tweaks for gridded product access (#276)

- check if data product is gridded before parsing filename for gran_IDs
- update required inputs for query object based on product
- add try to variables module for gridded products required variables list


Documentation
^^^^^^^^^^^^^

- Use MyST-NB to render jupyter notebook and markdown files and other docs fixes (#196)
- automate pypi statistics tracking and figure updates
- clarify which branch badges in README point to (#267)
- improve example notebooks in docs (#265)

- Turn examples into a dedicated section
- update and standardize example headings and levels
- update notebook links to rtd rendering (from GH)
- add download links to example notebooks

- Update readthedocs build dependencies (#261)
- Updating ICESat-2 Resources Pages (#263)

- Updated resource guides
- Created separate resource pages


Contributors
~~~~~~~~~~~~

.. contributors:: v0.5.0..v0.6.0|HEAD
8 changes: 4 additions & 4 deletions doc/source/user_guide/documentation/classes_dev_uml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 39a04ce

Please sign in to comment.