Update Centre-Particle Coincidence page for CPC 1.5.0 - #430
Merged
Conversation
The page still described 1.3.0. Two corrections matter beyond the version bump: - The licence was wrong. It read CC0-1.0 / public-domain, but CPC moved to BSD 3-Clause at 1.4.0. v1.3.0 and earlier remain CC0; everything from 1.4.0 onwards is BSD-3-Clause. - "2 to 5 channels" described the dialog, not the plugin. The five was a dialog limit that had leaked into the Java entry point and was removed in 1.5.0; folder batches had always processed more. The page now says where the limit applies. Also adds, all new since the page was written: the two output guarantees scripts can rely on (per-object rows ordered by ascending label, and the multi-target summary's None row always present, including at zero), the macro and Java API surfaces added in 1.4.0, label reading by rounding, and the Zenodo DOIs in place of a bare repository URL. The install story is unchanged: one jar from the update site, no prerequisites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Centre-Particle Coincidence
page still describes v1.3.0. The current release is 1.5.0.
Two of these are corrections rather than additions:
The licence is wrong. The page carries
license-label: CC0-1.0andlicense-url: /licensing/public-domain. CPC moved to BSD 3-Clause at 1.4.0 —v1.3.0 and earlier remain CC0, everything from 1.4.0 onwards is BSD-3-Clause.
Updated to point at the repository's
LICENSE, matching how my other pluginpage (3D Objects Counter+) records it.
"2 to 5 channels" describes the dialog, not the plugin. The five was a
dialog limit that had leaked into the Java entry point; it was removed in 1.5.0,
and folder batch processing had always handled more. The page now says at least
two are required, that the dialog and macro grammar provide five slots, and that
batch and the Java API accept any number.
Also added, all post-dating the current page:
ascending object label, and the multi-target summary's
Nonerow alwayspresent, including when that count is zero;
background;
No change to the page's structure, title, categories, or update site. The
install story is unchanged: one jar from the update site, no prerequisites.
Changelog: https://github.com/Jay2owe/CPC/blob/main/CHANGELOG.md
Release: https://github.com/Jay2owe/CPC/releases/tag/v1.5.0