You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/paradox/release-notes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,15 @@
23
23
- Revisit use of `Tile` equality since [it's more strict](https://github.com/locationtech/geotrellis/pull/2991)
24
24
- Update `reference.conf` to use `geotrellis.raster.gdal` namespace.
25
25
- Replace all uses of `TileDimensions` with `geotrellis.raster.Dimensions[Int]`.
26
+
* Upgraded to `gdal-warp-bindings` 1.0.0.
27
+
* Upgraded to Spark 2.4.5
26
28
* Formally abandoned support for Python 2. Python 2 is dead. Long live Python 2.
27
29
* Introduction of type hints in Python API.
28
30
* Add functions for changing cell values based on either conditions or to achieve a distribution of values. ([#449](https://github.com/locationtech/rasterframes/pull/449))
29
31
* Add `rf_local_min`, `rf_local_max`, and `rf_local_clip` functions.
30
32
* Add cell value scaling functions `rf_rescale` and `rf_standardize`.
31
33
* Add `rf_where` function, similar in spirit to numpy's `where`, or a cell-wise version of Spark SQL's `when` and `otherwise`.
32
34
* Add `rf_sqrt` function to compute cell-wise square root.
0 commit comments