Skip to content

Commit

Permalink
add changelog entry for v1.11.5 (#255)
Browse files Browse the repository at this point in the history
* add changelog entry for v1.11.5

* update xarray
  • Loading branch information
isaacbrodsky authored Nov 21, 2024
1 parent ce01584 commit 5ce194f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-concepts/write.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ utils = fused.load("your@email.com/my_udf").utils
UDFs return either a table or an array.

- Tables can be: `pd.DataFrame`, `pd.Series`, `gpd.GeoDataFrame`, `gpd.GeoSeries`, and `shapely geometry`.
- Arrays can be: `numpy.ndarray`, `xarray.DataArray`, and `io.BytesIO`. Fused Workbench only supports the rendering of `uint8` arrays. Rasters without spatial metadata should indicate their [tile bounds](/core-concepts/filetile/#map-tiles).
- Arrays can be: `numpy.ndarray`, `xarray.DataSet`, `xarray.DataArray`, and `io.BytesIO`. Fused Workbench only supports the rendering of `uint8` arrays. Rasters without spatial metadata should indicate their [tile bounds](/core-concepts/filetile/#map-tiles).

## Save UDFs

Expand Down
11 changes: 11 additions & 0 deletions docs/python-sdk/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ sidebar_position: 8

# Changelog

## v1.11.5 (2024-11-20)

- Show message for keyword arguments in UDFs that are reserved.
- Added reset kernel button.
- Workbench layers apply visualization changes immediately when the map is paused.
- Show the user that started a job for the team jobs list.
- Fix for running nested UDFs with utils modules.
- Fix for returning xarray results from UDFs.
- Fix for listing files from within UDFs.
- Upgraded to GeoPandas v1.

## v1.8.0 (2024-06-25) :package:

- Added Workbench tour for first-time users.
Expand Down

0 comments on commit 5ce194f

Please sign in to comment.