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
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.4.1 (_unreleased_)

- Support ellipsoids for `healpix` ({pull}`194`)
- Move the plotting code into a custom `anywidget`-based widget ({pull}`199`)
- Temporarily remove the interactive facet plot feature ({pull}`200`)

## 0.4.0 (2025-11-03)

- support interactive facet plots and combining maps ({pull}`183`)
Expand Down
20 changes: 0 additions & 20 deletions docs/tutorials/h3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -197,26 +197,6 @@
"source": [
"ds[\"air\"].dggs.explore()"
]
},
{
"cell_type": "markdown",
"id": "16",
"metadata": {},
"source": [
"We can also combine multiple maps:"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "17",
"metadata": {},
"outputs": [],
"source": [
"ds[\"air\"].dggs.explore(alpha=0.8, cmap=\"viridis\") | ds[\"air\"].dggs.explore(\n",
" alpha=0.8, cmap=\"coolwarm\", center=273.15\n",
")"
]
}
],
"metadata": {
Expand Down
20 changes: 0 additions & 20 deletions docs/tutorials/healpix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,26 +216,6 @@
"source": [
"ds[\"air\"].dggs.explore()"
]
},
{
"cell_type": "markdown",
"id": "17",
"metadata": {},
"source": [
"We can also combine multiple maps:"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "18",
"metadata": {},
"outputs": [],
"source": [
"ds[\"air\"].dggs.explore(alpha=0.8, cmap=\"viridis\") | ds[\"air\"].dggs.explore(\n",
" alpha=0.8, cmap=\"coolwarm\", center=273.15\n",
")"
]
}
],
"metadata": {
Expand Down