-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from icesat2py/development
v0.4.0 release: visualization module and orbital parameter search
- Loading branch information
Showing
36 changed files
with
1,642 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,7 @@ venv.bak/ | |
|
||
# downloaded data | ||
/download/ | ||
/examples/download | ||
|
||
# directory files | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,4 @@ Other | |
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.3.3..v0.4.0|HEAD | ||
.. contributors:: v0.4.0..v0.4.1|HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.. _whatsnew_040: | ||
|
||
What's new in 0.4.0 (13 May 2021) | ||
--------------------------------- | ||
|
||
These are the changes in icepyx 0.4.0. See :ref:`release` for a full changelog | ||
including other versions of icepyx. | ||
|
||
|
||
New Features | ||
~~~~~~~~~~~~ | ||
|
||
- use geoviews to visualize query spatial extent interactively when possible (#176) | ||
- add ability to search by orbital parameters (RGT, cycle) (#148) | ||
- pre-download elevation data visualization with OpenAltimetry API (#144) | ||
|
||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
- Fix Sphinx warnings related to whitespace (#197) | ||
|
||
|
||
Maintenance | ||
^^^^^^^^^^^ | ||
|
||
- apply black formatting (#201) | ||
- improvements to formatting and management of request parameters (use strings to prevent url formatting) | ||
|
||
|
||
Documentation | ||
^^^^^^^^^^^^^ | ||
|
||
- Added Conda and pip badges (#198) | ||
- New example to showcase new visualization module | ||
|
||
|
||
Other | ||
^^^^^ | ||
|
||
- Add geoviews as extra optional dependency in setup.py (#193) | ||
- Bulk rename master to main (#194) | ||
- surface NSIDC order and http download errors more effectively to user (#195) | ||
- switch to using a miniconda environment install for travis testing | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.3.4..v0.4.0|HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.