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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### 0.9.0
6
6
7
-
* Upgraded to GeoTrellis 3.1.0. This includes a number of _breaking_ changes enumerated as a part of the [PR's](https://github.com/locationtech/rasterframes/pull/398) change log. These include:
7
+
* Upgraded to GeoTrellis 3.2.0. This includes a number of _breaking_ changes enumerated as a part of the [PR's](https://github.com/locationtech/rasterframes/pull/398) change log. These include:
8
8
- Add `Int` type parameter to `Grid`
9
9
- Add `Int` type parameter to `CellGrid`
10
10
- Add `Int` type parameter to `GridBounds`... or `TileBounds`
@@ -22,7 +22,8 @@
22
22
- Revisit use of `Tile` equality since [it's more strict](https://github.com/locationtech/geotrellis/pull/2991)
23
23
- Update `reference.conf` to use `geotrellis.raster.gdal` namespace.
24
24
- Replace all uses of `TileDimensions` with `geotrellis.raster.Dimensions[Int]`.
25
-
* Formally abandon support for Python 2. Python 2 is dead. Long live Python 2.
25
+
* Formally abandoned support for Python 2. Python 2 is dead. Long live Python 2.
0 commit comments