Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove matlab #3183

Closed
wants to merge 127 commits into from
Closed

Remove matlab #3183

wants to merge 127 commits into from

Conversation

rleigh-codelibre
Copy link
Contributor

Rebase of #3135

Rebased onto sbesson/5.10.0-SNAPSHOT to avoid conflicts before #3180 is merged

This is now decoupled in this repository:
https:/ome/bio-formats-matlab

Testing: Ensure that the travis and appveyor builds remain green.

CI changes:

  • The CI master Jenkins job for matlab will go red; this job should be disabled in favour of the gitlab-ci matlab support for the decoupled repository in Add automated tests microscopepony/bio-formats-matlab#3 (once merged)
  • The merge, latest and release jobs can no longer call the ant dist-matlab and dist-octave targets in these jobs:
    • BIOFORMATS-DEV-merge-build
    • BIOFORMATS-DEV-merge-build-win
    • BIOFORMATS-DEV-latest
    • BIOFORMATS-DEV-latest-win
    • BIOFORMATS-DEV-release

sbesson and others added 30 commits August 20, 2016 09:33
In preparation of upcoming work on the serialization, this commit adds a new
testng option to the Bio-Formats automated tests allowing to define a directory
for saving cache (memo) files. If configured, this cache directory can be
later reused via a new dedicated FormatReaderTest.
Also adds testMemoFileUsage to a new "memoizer" group so that it can be
run separately if needed.
If testng.cacheDirectory is set, then both the current and cached memo
files will be tested.  Otherwise, only the current memo file is tested.
gen-file-list requires testng.directory, testng.configDirectory, and
testng.file-list to be set; the latter is the path to which the list
will be written.

See https://trello.com/c/x2nmObSk/191-bfmemo-change-detection
This allows test-automated to use a file listing created by
gen-file-list, instead of scanning a directory.  Using test-automated in
this way now looks like:

ant -Dtestng.configDirectory=/path/to/config -Dtestng.file-list=/path/to/file/list test-automated
Fixes warning reported by Findbugs.
The data file name stored in the header is not updated if the header and
data files are renamed.  If the stored data file name does not exist,
then a file whose name is similar to the header file's name will be used
(if such a file is present).
Image files can only be detected if a corresponding .hdr file exists, which
won't work if either file was renamed.
Conflicts:
	components/formats-gpl/src/loci/formats/in/CellomicsReader.java
Repository: openmicroscopy/bioformats
Already up-to-date.

Generated by BIOFORMATS-DEV-latest-version-bump#73 (https://ci.openmicroscopy.org/job/BIOFORMATS-DEV-latest-version-bump/73/)
Update POM version numbers to 5.9.0-SNAPSHOT
switch modifier order to "static final" in readers
sbesson and others added 27 commits June 22, 2018 14:13
Remove Java 7 from Appveyor matrix
Fix download URLs in bf.bat and bf.sh
Clarify ordering expectation in get*UsedFiles Javadocs
Metamorph: override getDomains() to check if the current file has a plate
Plugins exporter: Reorder the dimensions
Volocity: expand Image names to include the stack parent name(s)
Inveon: attempt to find renamed data files
Leica LIF: only prioritize C in dimension order if channels are RGB
Warn if passing metadata with dimensionOrder in bfsave
MetaMorph - Prevent NullPointerException
FileStitcher: do not use detected patterns that include missing files
Repository: openmicroscopy/bioformats
Already up-to-date.

Generated by BIOFORMATS-DEV-latest-version-bump#74 (https://ci.openmicroscopy.org/job/BIOFORMATS-DEV-latest-version-bump/74/)
Update the ImageJ API link for Javadoc crosslinks
This is now decoupled in this repository:
https:/ome/bio-formats-matlab
@sbesson
Copy link
Member

sbesson commented Oct 1, 2019

Closing as per #3444 (comment).

@sbesson sbesson closed this Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants