You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated (468894b82c -> a2eed4d0f8) - posted by de...@apache.org on 2023/01/02 11:42:45 UTC, 0 replies.
- [sis] 01/02: Reduce the amount of `@SuppressWarnings("null")` annotations. There is too many false positives for making null check useful. This commit contains opportunistic comment formatting in modified files. - posted by de...@apache.org on 2023/01/02 11:42:46 UTC, 0 replies.
- [sis] 02/02: Resolve compiler warnings about non-serializable fields. https://issues.apache.org/jira/browse/SIS-567 - posted by de...@apache.org on 2023/01/02 11:42:47 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1cb46836e6 -> c7d4b3ede7) - posted by de...@apache.org on 2023/01/02 13:21:08 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 Mostly use of Math.fma(…) and resolution of some compiler warnings. - posted by de...@apache.org on 2023/01/02 13:21:09 UTC, 0 replies.
- [sis] branch master updated (f3f3169460 -> 459597c6a6) - posted by de...@apache.org on 2023/01/02 13:35:05 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2023/01/02 13:35:06 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make `DoubleDouble` a value class (i.e. immutable and without identity) in anticipation for value objects to be provided in future Java version. It forces us to modify all usages of `DoubleDouble`, but the result is much more readable than previously. - posted by de...@apache.org on 2023/01/04 15:29:59 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Reduce the use of double-double arithmetic where we do not expect significant improvement. Make explicit whether or not the numbers where intended to be exact in base 10. - posted by de...@apache.org on 2023/01/05 09:49:20 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Replace double-double arithmetic in matrices by more straightforward usage of `Number`. This change affects all implementations of `ExtendedPrecisionMatrix` internal interfaces. Classes using the extended precision are also impacted, in particular `MatrixSIS`, `GeneralMatrix` and `Solver`. - posted by de...@apache.org on 2023/01/08 16:21:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add tests about internal consistency of the `Number[]` array returned by `getElementAsNumbers()`. Fix a bug in the interaction between `GridGeometry` et `ProjectiveTransform` constructors and a NullPointerException. - posted by de...@apache.org on 2023/01/08 20:24:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Represent matrix elements as fractions when possible. This enhancement avoids rounding errors with, for example, unit conversions involving a division by 1000. It applies to creations, concatenations and inversions of `MathTransform` where performance is not the primary concern. It does not apply to the coordinate transformations executed by `MathTransform.transform(…)`, where performance matter. - posted by de...@apache.org on 2023/01/09 13:52:33 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Verify in a test that extended precision is propagated through MathTransform inversion and concatenation. - posted by de...@apache.org on 2023/01/11 11:06:00 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (c7d4b3ede7 -> f76afb0622) - posted by de...@apache.org on 2023/01/11 11:09:54 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2023/01/11 11:09:55 UTC, 0 replies.
- [sis] branch master updated (459597c6a6 -> 835b893740) - posted by de...@apache.org on 2023/01/11 11:19:26 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1'. - posted by de...@apache.org on 2023/01/11 11:19:27 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated: Add missing `equals` and `hashCode` method on a legacy metadata property. - posted by de...@apache.org on 2023/01/12 09:32:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ae61bb0a20 -> 8991c55d92) - posted by de...@apache.org on 2023/01/14 16:34:23 UTC, 0 replies.
- [sis] 01/03: Disable some GIGS tests that are known to fail. https://gigs.iogp.org/ - posted by de...@apache.org on 2023/01/14 16:34:24 UTC, 0 replies.
- [sis] 02/03: More advanced test for rounding errors. - posted by de...@apache.org on 2023/01/14 16:34:25 UTC, 0 replies.
- [sis] 03/03: Replace `Path` parameter value by `URI` in operation methods using datum shift grids. - posted by de...@apache.org on 2023/01/14 16:34:26 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Replace `Path` by `File` in `ResourceEvent` for resolving serialization warning. The `File` object was what we needed for storing in `RecentFiles` anyway. Opportunistic documentation cleanup. - posted by de...@apache.org on 2023/01/15 00:40:25 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Document `StandardDateFormat` has not intended for serialization. We verified that it was not used as non-transient field in a serialiable class. - posted by de...@apache.org on 2023/01/15 10:07:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (2e251092f4 -> f8afbbfd5b) - posted by de...@apache.org on 2023/01/15 10:09:06 UTC, 0 replies.
- [sis] 01/01: Document `StandardDateFormat` as not intended for serialization. We verified that it was not used as non-transient field in a serialiable class. - posted by de...@apache.org on 2023/01/15 10:09:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f8afbbfd5b -> 9f079c7e51) - posted by de...@apache.org on 2023/01/15 18:43:49 UTC, 0 replies.
- [sis] 01/03: Consolidate the constants for `ByteBuffer` capacity and increase the default capacity from 8 kb to 16 kb. - posted by de...@apache.org on 2023/01/15 18:43:50 UTC, 0 replies.
- [sis] 02/03: Replace some
by

or

headings. This is a change in javadoc formatting only. - posted by de...@apache.org on 2023/01/15 18:43:51 UTC, 0 replies.
- [sis] 03/03: Move the `Configuration` annotation to internal package. Apply the annotation on some static constants worth to know that they can be changed. - posted by de...@apache.org on 2023/01/15 18:43:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Use static constants for most (not all) loggers. - posted by de...@apache.org on 2023/01/16 16:23:16 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (f76afb0622 -> bece843ce4) - posted by de...@apache.org on 2023/01/17 14:30:02 UTC, 0 replies.
- [sis] 01/02: Opportunistically use the division by `w` in ProjectiveTransform for reducing rounding errors with fractional matrix element values. - posted by de...@apache.org on 2023/01/17 14:30:03 UTC, 0 replies.
- [sis] 02/02: Merge branch 'geoapi-4.0' into geoapi-3.1. Contains cleanup on serialization, loggers, rounding errors (again), javadoc. - posted by de...@apache.org on 2023/01/17 14:30:04 UTC, 0 replies.
- [sis] branch master updated (835b893740 -> 668c1d28b5) - posted by de...@apache.org on 2023/01/17 15:34:19 UTC, 0 replies.
- [sis] 01/02: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2023/01/17 15:34:20 UTC, 0 replies.
- [sis] 02/02: Disable the use of FMA on the master branch for `MathTransform.transform(…)` methods. FMA stay enabled on the geoapi-4.0 development branch. - posted by de...@apache.org on 2023/01/17 15:34:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8566937622 -> 186c01efb9) - posted by de...@apache.org on 2023/01/17 17:56:27 UTC, 0 replies.
- [sis] 01/01: Handle characters for the "File reference" column of EPSG database that are illegal according URI syntax. - posted by de...@apache.org on 2023/01/17 17:56:28 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (bece843ce4 -> 0a621ef6cf) - posted by de...@apache.org on 2023/01/17 18:01:37 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1. It fixes a bug introduced by the replacement of `Path` by `URI` in coordinate operation parameters. - posted by de...@apache.org on 2023/01/17 18:01:38 UTC, 0 replies.
- [sis] branch master updated (668c1d28b5 -> 7598ed90ea) - posted by de...@apache.org on 2023/01/17 18:07:52 UTC, 0 replies.
- [sis-site] branch main updated: Add a "How to…" section with three first items. - posted by de...@apache.org on 2023/01/18 16:04:43 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Add a "How to…" section. This initial version contains only 3 items. - posted by de...@apache.org on 2023/01/18 16:10:11 UTC, 0 replies.
- [sis-site] branch asf-site updated (08107b2b -> 6b25f502) - posted by de...@apache.org on 2023/01/18 16:12:20 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site: "How to…" section. - posted by de...@apache.org on 2023/01/18 16:12:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (186c01efb9 -> 6102218872) - posted by de...@apache.org on 2023/01/18 17:46:03 UTC, 0 replies.
- [sis] 01/02: Writable `SingleImageStore` needs to extent `WritableStore` for being effective. - posted by de...@apache.org on 2023/01/18 17:46:04 UTC, 0 replies.
- [sis] 02/02: Try to resolve ambiguity between "Polar Stereographic (variant A)" and "(variant B)" in GeoTIFF files. - posted by de...@apache.org on 2023/01/18 17:46:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters. - posted by de...@apache.org on 2023/01/19 17:52:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b2facbdd8f -> 4d0d9d7e3a) - posted by de...@apache.org on 2023/01/19 17:53:14 UTC, 0 replies.
- [sis] 01/01: Assign GeoTIFF projection 15 to Polar Stereographic variant B instead of A. It requires a special case for handling existing GeoTIFF files with wrong parameters. - posted by de...@apache.org on 2023/01/19 17:53:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (4d0d9d7e3a -> 0f1c4f6b9a) - posted by de...@apache.org on 2023/01/20 17:05:22 UTC, 0 replies.
- [sis] 01/02: Fix an `EOFException` occuring randomly during some tests. - posted by de...@apache.org on 2023/01/20 17:05:23 UTC, 0 replies.
- [sis] 02/02: When reading consecutive tiles in a GeoTIFF file, use a single HTTP request for all contiguous tiles instead of creating a new connection unconditionally for each tile. - posted by de...@apache.org on 2023/01/20 17:05:24 UTC, 0 replies.
- [sis-site] branch main updated: Move "How to" items in the FAQ as pages in the "How to" directory. - posted by de...@apache.org on 2023/01/21 12:22:54 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Move "How to" items from the FAQ to new pages in the "How to" directory. - posted by de...@apache.org on 2023/01/21 12:23:00 UTC, 0 replies.
- [sis-site] branch asf-site updated (6b25f502 -> 3a5253c0) - posted by de...@apache.org on 2023/01/21 12:36:33 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site. - posted by de...@apache.org on 2023/01/21 12:36:34 UTC, 0 replies.
- [sis-site] branch main updated: Add more "How to" items. - posted by de...@apache.org on 2023/01/21 14:42:16 UTC, 0 replies.
- [sis-site] branch asf-staging updated: Add more items in the "How to" page. - posted by de...@apache.org on 2023/01/21 14:45:41 UTC, 0 replies.
- [sis-site] branch asf-site updated (3a5253c0 -> 53fcfe15) - posted by de...@apache.org on 2023/01/21 14:47:34 UTC, 0 replies.
- [sis-site] 01/01: Merge branch 'asf-staging' into asf-site - posted by de...@apache.org on 2023/01/21 14:47:35 UTC, 0 replies.
- [sis] branch master updated: New URL for GeoAPI 3.0.2 staging repository. - posted by de...@apache.org on 2023/01/24 20:34:43 UTC, 0 replies.