This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/main by this push: new 47eb1cf9 Prepare release notes. 47eb1cf9 is described below commit 47eb1cf9c1d13c40c0f90d127fe70995af11bcd0 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Dec 7 20:03:08 2022 +0100 Prepare release notes. --- static/release-notes/1.2.html | 2 +- static/release-notes/1.3.html | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/static/release-notes/1.2.html b/static/release-notes/1.2.html index 2a3c6154..aaa932c5 100644 --- a/static/release-notes/1.2.html +++ b/static/release-notes/1.2.html @@ -7,7 +7,7 @@ <body> <table style="border-style: solid; border-width: 1pt; background: lightgray"><tr> <td><a href="1.1.html">Previous release</a></td> - <td style="padding-left: 9pt">Next release</td> + <td style="padding-left: 9pt"><a href="1.3.html">Next release</a></td> </tr></table> <h1>SIS 1.2 Release notes</h1> diff --git a/static/release-notes/1.3.html b/static/release-notes/1.3.html new file mode 100644 index 00000000..4b5a61a7 --- /dev/null +++ b/static/release-notes/1.3.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>SIS 1.3 Release notes</title> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + </head> + <body> + <table style="border-style: solid; border-width: 1pt; background: lightgray"><tr> + <td><a href="1.2.html">Previous release</a></td> + <td style="padding-left: 9pt">Next release</td> + </tr></table> + <h1>SIS 1.3 Release notes</h1> + +<h2>Summary</h2> +<p>This release contains various bug fixes improving the stability. + Some changes are listed below (non-exhaustive list): +</p> + +<h2>New features</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-394'>SIS-394</a>] - Implement data quality (ISO 19157) in metadata package</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-558'>SIS-558</a>] - Allow instantiation of temporal CRS by identifiers</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-342'>SIS-342</a>] - Support temporal CRS in URL</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-550'>SIS-550</a>] - Give estimation of MathTransform domain</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-553'>SIS-553</a>] - Add "Pseudo sinusoidal equal area" projection</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-258'>SIS-258</a>] - Geocentric/topocentric conversions (EPSG:9836)</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-259'>SIS-259</a>] - Geographic/topocentric conversions (EPSG:9837)</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-559'>SIS-559</a>] - Allow aggregation of coverages in a data cube</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-549'>SIS-549</a>] - Add notification when a data store is closed</li> +</ul> + +<h2>Improvements</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-547'>SIS-547</a>] - Mercator projection should wraparound longitude values</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-411'>SIS-411</a>] - GPX data store should implement WritableFeatureSet</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-419'>SIS-419</a>] - Implement (un)marshalling of gco:Record</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-552'>SIS-552</a>] - Better identification of latitude/longitude axes in netCDF</li> +</ul> + +<h2>Bug fixes</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-555'>SIS-555</a>] - Some isolines are missing</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-551'>SIS-551</a>] - GeoTIFF uncompression bug fixes</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-548'>SIS-548</a>] - Unexpected wraparound during intersection of grid geometries</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-556'>SIS-556</a>] - Memory leak in tile cache</li> +</ul> + +<h2>Tasks</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-546'>SIS-546</a>] - Remove LoggerFactory</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-554'>SIS-554</a>] - Replace GridEvaluator by an interface</li> +<li>[<a href='https://issues.apache.org/jira/browse/SIS-398'>SIS-398</a>] - MI_PolarizationOrientationCode as an alias of MI_PolarisationOrientationCode</li> +</ul> + </body> +</html>