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

Commits on Aug 20, 2016

  1. Add new infrastructure to test serialization regression

    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.
    sbesson committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    79b90be View commit details
    Browse the repository at this point in the history
  2. Fix writeConfigFile NPE

    sbesson committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    fd8f69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    417692d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aba95f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85d5777 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Configuration menu
    Copy the full SHA
    ed64328 View commit details
    Browse the repository at this point in the history
  2. Update testMemoFileUsage to read from both current and cached memo files

    Also adds testMemoFileUsage to a new "memoizer" group so that it can be
    run separately if needed.
    melissalinkert committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    b9a88a0 View commit details
    Browse the repository at this point in the history
  3. Add test-memoizer target to run only testMemoFileUsage

    If testng.cacheDirectory is set, then both the current and cached memo
    files will be tested.  Otherwise, only the current memo file is tested.
    melissalinkert committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    b17e656 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    3b07a4f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Add gen-file-list target to save a list of scanned files

    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
    melissalinkert committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    9f5cd22 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Update test-automated to accept a testng.file-list argument

    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
    melissalinkert committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    4498fb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    75e2004 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Compare Integers with 'equals' instead of '=='

    Fixes warning reported by Findbugs.
    melissalinkert committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    2293c88 View commit details
    Browse the repository at this point in the history
  2. Inveon: attempt to find renamed data files

    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).
    melissalinkert committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    2fff5ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d39b2c7 View commit details
    Browse the repository at this point in the history
  4. Do not require Inveon image files to be detected

    Image files can only be detected if a corresponding .hdr file exists, which
    won't work if either file was renamed.
    melissalinkert committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ecaa281 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    5b968a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Cellomics: fix indexing when the field counts are variable

    Conflicts:
    	components/formats-gpl/src/loci/formats/in/CellomicsReader.java
    melissalinkert committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    2d3c7e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Update POM version numbers to 5.9.0-SNAPSHOT

    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/)
    snoopycrimecop committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    97e3bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625cfc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge pull request #3128 from snoopycrimecop/develop/latest/version_bump

    Update POM version numbers to 5.9.0-SNAPSHOT
    dgault authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    60045cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a90ed View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    84a4097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a248aa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Merge pull request #3130 from mtbc/static-final

    switch modifier order to "static final" in readers
    dgault authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    7c2be78 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. test-suite: Add testng.allow-missing property

    Roger Leigh committed May 2, 2018
    Configuration menu
    Copy the full SHA
    83c3896 View commit details
    Browse the repository at this point in the history
  2. test-suite: Pass testng.allow-missing property via ant

    Roger Leigh committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6646f5b View commit details
    Browse the repository at this point in the history
  3. test-suite: Adjust size of test list dynamically

    rleigh-codelibre authored and Roger Leigh committed May 2, 2018
    Configuration menu
    Copy the full SHA
    28dcb18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5400321 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bf5f32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72f7c92 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    5218ee2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    0cd63b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. TiffParser: Don't add SUBIFDS to main IFD list

    Roger Leigh authored and rleigh-codelibre committed May 9, 2018
    Configuration menu
    Copy the full SHA
    0814ea5 View commit details
    Browse the repository at this point in the history
  2. MinimalTiffWriter: Merge SubIFDs into main IFD list if explicitly req…

    …uested
    Roger Leigh authored and rleigh-codelibre committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f15847d View commit details
    Browse the repository at this point in the history
  3. MinimalTiffReader: Document mergeSubIFDs

    Roger Leigh authored and rleigh-codelibre committed May 9, 2018
    Configuration menu
    Copy the full SHA
    fe6b4b5 View commit details
    Browse the repository at this point in the history
  4. MinimalTiffReader: Don't reset mergeSubIFDs on close

    Since close is called in initFile, this prevents any reader
    extending MinimalTiffReader from setting it to a non-default
    value.
    Roger Leigh authored and rleigh-codelibre committed May 9, 2018
    Configuration menu
    Copy the full SHA
    26f0def View commit details
    Browse the repository at this point in the history
  5. MinimalTiffReader: Add all SubIFDs at once

    Roger Leigh authored and rleigh-codelibre committed May 9, 2018
    Configuration menu
    Copy the full SHA
    cdccd96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f49813 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f79222c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    398a424 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. test-suite: Configuration: Account for RGB channel count in plane siz…

    …e calculation
    Roger Leigh committed May 10, 2018
    Configuration menu
    Copy the full SHA
    85298e2 View commit details
    Browse the repository at this point in the history
  2. test-suite: FormatReaderTest: Account for Effective SizeC in plane si…

    …ze calculation
    Roger Leigh committed May 10, 2018
    Configuration menu
    Copy the full SHA
    eecc896 View commit details
    Browse the repository at this point in the history
  3. test-suite: FormatReaderTest: Plane size calculation matches that in …

    …Configuration
    Roger Leigh committed May 10, 2018
    Configuration menu
    Copy the full SHA
    add48f6 View commit details
    Browse the repository at this point in the history
  4. ci: Simplify ant testing to avoid Travis timeouts

    Roger Leigh committed May 10, 2018
    Configuration menu
    Copy the full SHA
    5e40da6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Merge pull request #3142 from rleigh-codelibre/ci-avoid-upgradecheck

    build: Never run upgrade checker when running unit tests
    joshmoore authored May 11, 2018
    Configuration menu
    Copy the full SHA
    aac632f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4934d8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. TiffWriter: Add support for DEFLATE (zlib) compression

    Roger Leigh committed May 28, 2018
    Configuration menu
    Copy the full SHA
    ae58546 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    2f7ef63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1364c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Trestle: ensure consistent ordering of used files

    The file passed to setId is now first on the list, and the directory
    listing is sorted (as for other readers).
    
    See openmicroscopy/data_repo_config#299
    melissalinkert committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    76801a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    92614b8 View commit details
    Browse the repository at this point in the history
  2. Refactor test used by gen-cache target to use

    Memoizer.generateMemo(String)
    melissalinkert committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    482d972 View commit details
    Browse the repository at this point in the history
  3. Add cachgen command line tool for generating memo files

    cachegen can process a single file, a directory, or a text file containing a
    list of files.  Directory processing is less sophisticated that the
    import candidates style used by the data tests, but this could be
    considered for future work.  At the moment, Memoizer is the only reader
    in the stack, but FileStitcher could also be added as an option.
    melissalinkert committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    952af82 View commit details
    Browse the repository at this point in the history
  4. Memoizer: add setReadOnly method

    This allows the existing skipSave variable to be changed, so that
    deleting and saving can be disabled.
    melissalinkert committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    7c24c2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0769b48 View commit details
    Browse the repository at this point in the history
  6. Make testMemoFileUsage's Memoizer read-only

    This prevents the test from overwriting pre-generated memo files when
    they are in a writeable directory.
    melissalinkert committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    37b8629 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3158 from melissalinkert/trestle-used-files

    Trestle: ensure consistent ordering of used files
    sbesson authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    8df6913 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Merge pull request #3140 from rleigh-codelibre/sync-east-tests

    Support for unconfigured tests
    sbesson authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    f7718c8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into serialization_tests

    Conflicts:
    	components/test-suite/build.xml
    melissalinkert committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    a2c62f6 View commit details
    Browse the repository at this point in the history
  3. Fix Metamorph RGB series channel count

    In ND files referencing RGB images, sizeC was getting set to 1 rather than 3.
    (The individual STK/TIFF files are properly handled). This change multiplies
    the sizeC by 3 for RGB images, and replaces a later use of sizeC with
    effectiveSizeC.
    jmuhlich committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8f84430 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Merge pull request #3160 from jmuhlich/metamorph-series-rgb

    Fix Metamorph RGB series channel count
    dgault authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    37873f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Plugins exporter: Reorder the dimensions

    Reorder the dimensions for retrieving filenames when splitting
    dgault committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    d7512cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f365792 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. build: Update maven plugin versions

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    5106a3d View commit details
    Browse the repository at this point in the history
  2. build: Add xalan.version and use in all poms

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    7c60934 View commit details
    Browse the repository at this point in the history
  3. build: Add maven-javadoc-plugin.version

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    6040b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdeb358 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15696da View commit details
    Browse the repository at this point in the history
  6. build: Update m2e lifecycle-mapping plugin versions

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    76def3f View commit details
    Browse the repository at this point in the history
  7. build: Update imagej1 plugin to 1.51r

    This version of the imagej jar includes the needed Java 9 fixes.
    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    2659204 View commit details
    Browse the repository at this point in the history
  8. build: Add jaxb-api as test dependency

    Not provided by the Java 9 JVM unless you explicitly opt into it
    by enabling the appropriate module.  This works on all Java
    versions.
    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    d2c1aac View commit details
    Browse the repository at this point in the history
  9. build: Update maven plugin versions (2)

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    f5b6c61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f2c2cd View commit details
    Browse the repository at this point in the history
  11. ci: Update for maven changes

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    23bcb8a View commit details
    Browse the repository at this point in the history
  12. Update maven plugin versions

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    259e86c View commit details
    Browse the repository at this point in the history
  13. Update maven plugin versions

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    c341f81 View commit details
    Browse the repository at this point in the history
  14. Build javadocs as part of the main build

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    58be557 View commit details
    Browse the repository at this point in the history
  15. gitignore: Ignore IntelliJ IDEA files

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    8b30404 View commit details
    Browse the repository at this point in the history
  16. gitignore: Ignore IntelliJ IDEA files

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    5441f6d View commit details
    Browse the repository at this point in the history
  17. ci: Only test ant build with JDK8

    Roger Leigh authored and rleigh-codelibre committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    889be58 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    10e1929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9a87c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3086 from melissalinkert/cellomics-indexing

    Cellomics: fix indexing when the field counts are variable
    dgault authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    71adab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Merge pull request #3163 from rleigh-codelibre/gel-square-conv

    GelReader: Don't allow overflow when reading unsigned integer values
    dgault authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    6513636 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3147 from rleigh-codelibre/tiff-parser-backport

    Backported TiffParser fixes and getIFDs deprecation
    dgault authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    0595010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d5e46 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    a3103f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671548a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    479821a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3157 from melissalinkert/nd2-tile-overflow-develop

    ND2: prevent integer overflow when reading a tile from a large image
    dgault authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    875a9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    606797f View commit details
    Browse the repository at this point in the history
  4. Fix classpaths for gen-file-list, gen-cache, and test-memoizer

    All should now be consistent with the existing targets, e.g.
    test-automated.
    melissalinkert committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    7b49a8e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3132 from melissalinkert/qa-20612

    Zeiss CZI: fix big image edge case when tiling is present but a pyramid is not
    dgault authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    f3ddf27 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Merge pull request #3153 from rleigh-codelibre/tiff-zlib

    TiffWriter: Add support for DEFLATE (zlib) compression
    dgault authored Jun 19, 2018
    Configuration menu
    Copy the full SHA
    91e5e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4d3af View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    7eb72cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c9694 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    ea81574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5a63c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Remove java 7 from Appveyor

    sbesson committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    04afcf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3174 from sbesson/sonatype_tls

    Remove Java 7 from Appveyor matrix
    sbesson authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    75bc78e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0061fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba7e58e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Merge pull request #3176 from melissalinkert/command-line-url

    Fix download URLs in bf.bat and bf.sh
    sbesson authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    31ef818 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3175 from melissalinkert/getusedfiles-javadoc

    Clarify ordering expectation in get*UsedFiles Javadocs
    sbesson authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    a5c9e90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3169 from dgault/OIR-PreventInfiniteLoop

    OIR - Prevent infinite loop
    sbesson authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    f9f8f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Revert "Use imagej.net URL for ImageJ Javadoc"

    This reverts commit ba7e58e.
    sbesson committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    447ea49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3148 from melissalinkert/metamorph-domain-develop

    Metamorph: override getDomains() to check if the current file has a plate
    sbesson authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    96f59f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3162 from dgault/plugins-exporter-dimOrder

    Plugins exporter: Reorder the dimensions
    dgault authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    fce29b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3063 from melissalinkert/volocity-image-names

    Volocity: expand Image names to include the stack parent name(s)
    dgault authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    1749b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request #3064 from melissalinkert/inveon-renamed-file

    Inveon: attempt to find renamed data files
    dgault authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    9ffe29e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3141 from melissalinkert/obf-fixes

    OBF: add basic FLIM support
    dgault authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    65321bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3173 from melissalinkert/lif-dimension-order

    Leica LIF: only prioritize C in dimension order if channels are RGB
    dgault authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    026bfb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    f7102d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9c592 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3170 from rleigh-codelibre/ci-java-10

    Build updates
    sbesson authored Jun 29, 2018
    Configuration menu
    Copy the full SHA
    7453a61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3156 from jarmond/develop

    Warn if passing metadata with dimensionOrder in bfsave
    sbesson authored Jun 29, 2018
    Configuration menu
    Copy the full SHA
    099acaa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Merge pull request #3167 from dgault/metamorph-nullpointer

    MetaMorph - Prevent NullPointerException
    sbesson authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    6fb48f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3129 from melissalinkert/pattern-missing-files

    FileStitcher: do not use detected patterns that include missing files
    dgault authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    859e908 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3159 from melissalinkert/serialization_tests

    Initial version of Memoizer tests
    dgault authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    083a5b4 View commit details
    Browse the repository at this point in the history
  4. Update POM version numbers to 5.9.0

    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/)
    snoopycrimecop committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    44e5821 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3172 from sbesson/imagej_api_link

    Update the ImageJ API link for Javadoc crosslinks
    dgault authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    14aad15 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3177 from snoopycrimecop/develop/latest/version_bump

    Update POM version numbers to 5.9.0
    dgault authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    a8c8a29 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Merge tag 'v5.9.0' into 5.10.0-SNAPSHOT

    Tag version 5.9.0
    sbesson committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    610943f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9712e1e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Remove Bio-Formats Matlab support

    This is now decoupled in this repository:
    https://github.com/ome/bio-formats-matlab
    Roger Leigh authored and rleigh-codelibre committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9ef35b8 View commit details
    Browse the repository at this point in the history