Skip to content

Commit 348f43d

Browse files
authored
3.1.1 - 3.1.3 release notes (#358)
* 3.1.1 - 3.1.3 release notes * Remove duplicate note * Add gh links to release notes * Code snippets
1 parent c6e1aec commit 348f43d

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/source/release_notes.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
Release Notes
22
=======================================
33

4+
-------------------------------------------------------------
5+
3.1.3
6+
-------------------------------------------------------------
7+
| November 2, 2023
8+
| Minor feature additions and bug fixes.
9+
10+
11+
Added
12+
^^^^^^^^^^^^
13+
* Capability to stop running jobs from the MAAP API (maap-py ``maap.cancelJob("id")``): https://github.com/MAAP-Project/Community/issues/640
14+
* New maap-py method ``aws.workspace_bucket_credentials()`` for accessing user workspace bucket from outside the ADE: https://github.com/MAAP-Project/Community/issues/825
15+
* Jobs UI: expose the entire stderr; split "View" and "Submit" into two tabs: https://github.com/MAAP-Project/Community/issues/651
16+
* maap-py: add ``maap.downloadGranule()`` direct download of Earthdata Cloud URLs: https://github.com/MAAP-Project/Community/issues/515
17+
* Add 'listContainer' support to MAAP API and maap-py: https://github.com/MAAP-Project/Community/issues/818
18+
19+
Fixed
20+
^^^^^^^^^^^^
21+
* Removed 5-second delay when submitting jobs to DPS: https://github.com/MAAP-Project/Community/issues/762
22+
* ADE menu cleanup: updated menu items for jobs/algorithms and persistence of extensions on page refresh: https://github.com/MAAP-Project/Community/issues/833
23+
24+
Changed
25+
^^^^^^^^^^^^
26+
* Sort/filtering enhancements in the ADE Jobs UI: https://github.com/MAAP-Project/Community/issues/649
27+
* Copy submit job code with formatting when using Submit Job UI: https://github.com/MAAP-Project/Community/issues/791
28+
* Alphabetize the list of algorithms available in the job submission ui: https://github.com/MAAP-Project/Community/issues/829
29+
30+
Removed
31+
^^^^^^^^^^^^
32+
* Archived shared documents from the MAAP portal along with Memphis WordPress Plugin: https://github.com/MAAP-Project/Community/issues/821
33+
34+
35+
-------------------------------------------------------------
36+
3.1.1
37+
-------------------------------------------------------------
38+
| October 4, 2023
39+
| Minor feature additions and bug fixes.
40+
41+
42+
Added
43+
^^^^^^^^^^^^
44+
* DPS authentication support--jobs can now access secure API endpoints such as aws.earthdata_s3_credentials: https://github.com/MAAP-Project/Community/issues/717
45+
* Added memory extension in the footer bar of Jupyter workspaces indicating memory usage within a notebook: https://github.com/MAAP-Project/Community/issues/749
46+
47+
Fixed
48+
^^^^^^^^^^^^
49+
* Presigned url bug fix for missing output when generated s3 urls: https://github.com/MAAP-Project/Community/issues/758
50+
* Fixed maap-py.deleteAlgorithm() 404 error: https://github.com/MAAP-Project/Community/issues/814
51+
52+
Changed
53+
^^^^^^^^^^^^
54+
* Updated stac_ipyleaflet to 0.3.5 for Pangeo.
55+
* Updated MAAP help tour: https://github.com/MAAP-Project/Community/issues/618
56+
* Migrated DPS instances to OL8: https://github.com/MAAP-Project/Community/issues/739
57+
58+
Removed
59+
^^^^^^^^^^^^
60+
* isce2 workspaces are now deprecated.
61+
62+
463
-------------------------------------------------------------
564
3.1.0
665
-------------------------------------------------------------

0 commit comments

Comments
 (0)