starjava-tjoin 1.0.+2022.07.13-1 source package in Ubuntu

Changelog

starjava-tjoin (1.0.+2022.07.13-1) unstable; urgency=medium

  * New upstream version 1.0.+2022.07.13
  * Update break version of ttools
  * Remove assert that depends on starjava.ttools

 -- Ole Streicher <email address hidden>  Thu, 14 Jul 2022 12:25:26 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
starjava-tjoin_1.0.+2022.07.13-1.dsc 2.3 KiB 606d5b24b3b10065896f83c32433ec08ffed8d7c411524ffb29a4b7b074bdc0e
starjava-tjoin_1.0.+2022.07.13.orig.tar.xz 87.0 KiB f4aadb75f46129cf68e8d067c45dec7826306c887e5baf2dab6fc308601ae223
starjava-tjoin_1.0.+2022.07.13-1.debian.tar.xz 5.6 KiB 3fabdde6fdd88730949478fc52f940ad3e9e55f89ffa43383a4a7f7bb616cdc1

No changes file available.

Binary packages built by this source

starlink-tjoin-java: Join subclasses for Starjava table class

 Classes for performing table joins by matching rows to each other.
 The matching is done in an entirely configurable and pluggable way by
 defining a MatchEngine which defines what counts as a match between
 two tuples (rows) and can be used to work out what counts as a near
 miss too. Matching is (except in pathological cases) an O(N ln N)
 process, where N is the total number of rows in all the tables
 participating in a match.

starlink-tjoin-java-doc: Join subclasses for Starjava table class (Javadoc)

 Classes for performing table joins by matching rows to each other.
 The matching is done in an entirely configurable and pluggable way by
 defining a MatchEngine which defines what counts as a match between
 two tuples (rows) and can be used to work out what counts as a near
 miss too. Matching is (except in pathological cases) an O(N ln N)
 process, where N is the total number of rows in all the tables
 participating in a match.
 .
 This package contains the JavaDoc documentation of the package.