Skip to content

Commit

Permalink
Update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Jul 13, 2018
1 parent b99aea9 commit a7c749f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 30 deletions.
58 changes: 29 additions & 29 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,35 +132,35 @@ and then include the GeoScript Groovy dependency::
Versions
--------

+-----------+----------+-----------+------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+------+----------+
| 1.12 | 20 | 2.14 | 1.14 | 2.4.15 |
+-----------+----------+-----------+------+----------+
| 1.11 | 19 | 2.13 | 1.14 | 2.4.14 |
+-----------+----------+-----------+------+----------+
| 1.10 | 18 | 2.12 | 1.13 | 2.4.12 |
+-----------+----------+-----------+------+----------+
| 1.9 | 17 | 2.11 | 1.13 | 2.4.10 |
+-----------+----------+-----------+------+----------+
| 1.8 | 16 | 2.10 | 1.13 | 2.4.7 |
+-----------+----------+-----------+------+----------+
| 1.7 | 15 | 2.9 | 1.13 | 2.4.6 |
+-----------+----------+-----------+------+----------+
| 1.6 | 14 | 2.8 | 1.13 | 2.4.5 |
+-----------+----------+-----------+------+----------+
| 1.5 | 13 | 2.7 | 1.13 | 2.3.10 |
+-----------+----------+-----------+------+----------+
| 1.4 | 12 | 2.6 | 1.13 | 2.2.2 |
+-----------+----------+-----------+------+----------+
| 1.3 | 11 | 2.5 | 1.13 | 2.1.9 |
+-----------+----------+-----------+------+----------+
| 1.2 | 10 | 2.4 | 1.13 | 2.1.6 |
+-----------+----------+-----------+------+----------+
| 1.1 | 9 | 2.3 | 1.13 | 1.8.9 |
+-----------+----------+-----------+------+----------+
| 1.0 | 8 | 2.2 | 1.12 | 1.8.8 |
+-----------+----------+-----------+------+----------+
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.12 | 20 | 2.14 | 1.15.1 | 2.4.15 |
+-----------+----------+-----------+--------+----------+
| 1.11 | 19 | 2.13 | 1.14 | 2.4.14 |
+-----------+----------+-----------+--------+----------+
| 1.10 | 18 | 2.12 | 1.13 | 2.4.12 |
+-----------+----------+-----------+--------+----------+
| 1.9 | 17 | 2.11 | 1.13 | 2.4.10 |
+-----------+----------+-----------+--------+----------+
| 1.8 | 16 | 2.10 | 1.13 | 2.4.7 |
+-----------+----------+-----------+--------+----------+
| 1.7 | 15 | 2.9 | 1.13 | 2.4.6 |
+-----------+----------+-----------+--------+----------+
| 1.6 | 14 | 2.8 | 1.13 | 2.4.5 |
+-----------+----------+-----------+--------+----------+
| 1.5 | 13 | 2.7 | 1.13 | 2.3.10 |
+-----------+----------+-----------+--------+----------+
| 1.4 | 12 | 2.6 | 1.13 | 2.2.2 |
+-----------+----------+-----------+--------+----------+
| 1.3 | 11 | 2.5 | 1.13 | 2.1.9 |
+-----------+----------+-----------+--------+----------+
| 1.2 | 10 | 2.4 | 1.13 | 2.1.6 |
+-----------+----------+-----------+--------+----------+
| 1.1 | 9 | 2.3 | 1.13 | 1.8.9 |
+-----------+----------+-----------+--------+----------+
| 1.0 | 8 | 2.2 | 1.12 | 1.8.8 |
+-----------+----------+-----------+--------+----------+

API Groovy Docs
---------------
Expand Down
21 changes: 20 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,28 @@ GeoScript Groovy Releases

1.12.0 (Under development)
--------------------------
The 1.12 release of GeoScript is built on Groovy 2.4.14, GeoTools 20.0, and the Java Topology Suite 1.13 and
The 1.12 release of GeoScript is built on Groovy 2.4.15, GeoTools 20.0, and the Java Topology Suite 1.15.1 and
requires Java 8.

Viewer.plot should handle closing the Window like other viewers.

Calling Geometry.validReason on a valid geometry should return an empty string.

Update to use si.uon.SI.

Add data label option the Scatter plot.

Create Band with a description and min and max values.

Create Band with a description and min and max values and no data value.

Create a Raster with bounds, size, and a List of Bands.

Add an example for creating a new Raster and setting random values.

Add getMinValue and getMaxValue to Raster. Both methods first tries to get the value from the Band's metadata
and then calculates it from the actual data.

1.11.0
------
The 1.11 release of GeoScript is built on Groovy 2.4.14, GeoTools 19.0, and the Java Topology Suite 1.13 and
Expand Down

0 comments on commit a7c749f

Please sign in to comment.