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

commit d99eaaae1bde0f80066ad9115a6afe97d414605a
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Sep 29 18:02:22 2021 +0200

    Release notes for Apache SIS 1.1.
---
 static/release-notes/1.0.html |  2 +-
 static/release-notes/1.1.html | 85 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/static/release-notes/1.0.html b/static/release-notes/1.0.html
index 2907740..ca59880 100644
--- a/static/release-notes/1.0.html
+++ b/static/release-notes/1.0.html
@@ -7,7 +7,7 @@
   <body>
     <table style="border-style: solid; border-width: 1pt; background: 
lightgray"><tr>
       <td><a href="0.8.html">Previous release</a></td>
-      <td style="padding-left: 9pt">Next release</td>
+      <td style="padding-left: 9pt"><a href="1.1.html">Next release</a></td>
     </tr></table>
     <h1>SIS 1.0 Release notes</h1>
 
diff --git a/static/release-notes/1.1.html b/static/release-notes/1.1.html
new file mode 100644
index 0000000..0cc60da
--- /dev/null
+++ b/static/release-notes/1.1.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>SIS 1.1 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.0.html">Previous release</a></td>
+      <td style="padding-left: 9pt">Next release</td>
+    </tr></table>
+    <h1>SIS 1.1 Release notes</h1>
+
+<h2>Summary</h2>
+<p>Apache SIS 1.1 can read GeoTIFF images, apply raster reprojections and 
create isolines from rasters.
+   It can read features from a SQL database with the <code>FeatureType</code> 
inferred by analyzing the database schema.
+   Features can be filtered by the filter API added in this release, including 
with geometric operations defined by SQLMM.
+</p>
+
+<p>Some changes are listed below (non-exhaustive list):</p>
+
+<h2>New features</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-493'>SIS-493</a>] - 
Raster reprojection</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-117'>SIS-117</a>] - 
Allow definition of custom CRS by properties files</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-212'>SIS-212</a>] - 
Coordinate operation methods to implement</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-417'>SIS-417</a>] - 
Metadata panel</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-447'>SIS-447</a>] - 
NumericCoverage as a parent of GridCoverage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-502'>SIS-502</a>] - 
Allow users to define CRS for custom codes</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-505'>SIS-505</a>] - 
Upgrade OpenOffice/LibreOffice dependency</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-506'>SIS-506</a>] - 
Compute isolines from a coverage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-218'>SIS-218</a>] - 
Cassini-Soldner (EPSG:9806)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-219'>SIS-219</a>] - 
Hyperbolic Cassini-Soldner (EPSG:9833)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-223'>SIS-223</a>] - 
Orthographic (EPSG:9840)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-237'>SIS-237</a>] - 
Modified Azimuthal Equidistant (EPSG:9832)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-452'>SIS-452</a>] - 
Satellite-tracking projections</li>
+</ul>
+
+<h2>Improvements</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-345'>SIS-345</a>] - 
Upgrade JAXB binding to ISO 19115-3</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-371'>SIS-371</a>] - 
Compile Windows version of JNI wrappers for Proj.4</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-379'>SIS-379</a>] - 
Upgrade to ISO 19103:2015</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-409'>SIS-409</a>] - 
Take in account nested datum shift grids for smaller areas</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-462'>SIS-462</a>] - 
Corner cases in CoordinateOperationFinder</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-477'>SIS-477</a>] - 
Add GridCoverage.evaluate(DirectPosition) method</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-504'>SIS-504</a>] - 
Simplify the logging levels defined in PerformanceLevel</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-513'>SIS-513</a>] - 
When rounding grids, allow per axis strategy instead of a single global 
one.</li>
+</ul>
+
+<h2>Bug fixes</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-473'>SIS-473</a>] - 
Build failure with Java 12</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-475'>SIS-475</a>] - 
Md5 and SHA are deprecated</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-476'>SIS-476</a>] - 
Exception while reading some netCDF variables with unlimited </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-489'>SIS-489</a>] - 
Inaccurate result for MGI Ferro transform (see test case attached)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-491'>SIS-491</a>] - 
sis-embedded-data database fails to start on Apache Spark</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-495'>SIS-495</a>] - 
Resampling trims one pixel when transform is identity and interpolation is 
nearest</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-503'>SIS-503</a>] - 
Naming issue in setters of DefaultReleasability</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-508'>SIS-508</a>] - 
MD_Scope in place of DQ_Scope when generating old 2007 iso 19139 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-511'>SIS-511</a>] - 
build failed on AArch64, Fedora 33 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-512'>SIS-512</a>] - 
Can&#39;t create transformation from wkt</li>
+</ul>
+
+<h2>Tasks</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-517'>SIS-517</a>] - 
Update EPSG geodetic dataset to version 9.9.1</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-474'>SIS-474</a>] - 
Upgrade sis-gdal to Proj 6</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-510'>SIS-510</a>] - 
Remove sis-gdal module</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-479'>SIS-479</a>] - 
Change default namespace of legacy &quot;gmd&quot; metadata</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-480'>SIS-480</a>] - 
Change ISO schema locations from &quot;http:&quot; to &quot;https:&quot;</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-481'>SIS-481</a>] - 
XML.SCHEMAS configuration should apply also to xmlns:gmd</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-482'>SIS-482</a>] - 
Rename XML.SCHEMAS and clarify expected URL</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-483'>SIS-483</a>] - 
Some CoordinateOperation created from EPSG database get wrong 
name/identifier/remarks</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-484'>SIS-484</a>] - 
Avoid use of same package name in two different modules</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-485'>SIS-485</a>] - 
Replace GridCoverage.evaluate(DirectPosition, …) method</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-486'>SIS-486</a>] - 
Some map projections produce wrong results when |Δλ| &gt; 180°</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-488'>SIS-488</a>] - 
Handle wrap-around longitude in NADCON grid</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-492'>SIS-492</a>] - 
Remove support for JavaDB (JDK 8)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-496'>SIS-496</a>] - 
GridCoverage.forConvertedValues(true) sometime creates an image that can not 
store NaN values</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-509'>SIS-509</a>] - 
Migrate the web site to another site generator tool</li>
+</ul>
+
+  </body>
+</html>

Reply via email to