Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## unreleased
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question on understanding unreleased here - so will we merge this and then I'll absorb it into my version?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what I was thinking. Then you just add that info into your changelog.


### Changed

- Updates library versions to address snyk vulnerabilities.

## [v1.1.17] - 2025-11-25

### Changed
Expand Down
4 changes: 2 additions & 2 deletions docs/HOSS_DAAC_Operator_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"metadata": {},
"outputs": [],
"source": [
"variable_to_subset = '/Grid/precipitationCal'"
"variable_to_subset = 'Grid/precipitationCal'"
]
},
{
Expand Down Expand Up @@ -443,7 +443,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions docs/HOSS_User_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"outputs": [],
"source": [
"gpm_bounding_box = BBox(w=45, s=-45, e=75, n=-15)\n",
"gpm_variables = ['/Grid/precipitationCal']\n",
"gpm_variables = ['Grid/precipitationCal']\n",
"\n",
"combined_request = Request(\n",
" collection=gpm_collection,\n",
Expand Down Expand Up @@ -287,7 +287,7 @@
"outputs": [],
"source": [
"point_in_pixel_box = BBox(w=43.2222, s=-25.1111, e=43.2222, n=-25.1111)\n",
"gpm_variables = ['/Grid/precipitationCal']\n",
"gpm_variables = ['Grid/precipitationCal']\n",
"\n",
"point_in_pixel_request = Request(\n",
" collection=gpm_collection,\n",
Expand Down Expand Up @@ -324,7 +324,7 @@
"outputs": [],
"source": [
"corner_point_box = BBox(w=160, s=20, e=160, n=20)\n",
"gpm_variables = ['/Grid/precipitationCal']\n",
"gpm_variables = ['Grid/precipitationCal']\n",
"\n",
"corner_point_request = Request(\n",
" collection=gpm_collection,\n",
Expand Down Expand Up @@ -362,7 +362,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should then be able to start a Jupyter notebook server and run both of
# the DAAC operator and end-user notebooks.
#
harmony-py~=0.4.10
netCDF4~=1.6.4
notebook~=7.2.2
xarray~=2023.9.0
harmony-py~=1.3.3
netCDF4~=1.7.3
notebook~=7.5.1
xarray~=2025.12.0