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

Strings are being compared with == and != #4184

Open
scuniff opened this issue Apr 17, 2024 · 1 comment · May be fixed by #4188
Open

Strings are being compared with == and != #4184

scuniff opened this issue Apr 17, 2024 · 1 comment · May be fixed by #4188
Milestone

Comments

@scuniff
Copy link

scuniff commented Apr 17, 2024

2 occurrences where 2 Strings are being compared with == and !=.

They should be using String.equals()

should be?

Line 218 if (id.equals(lastId)) continue;
Line 263 if (!id.equals(loadId)) {

@joshmoore
Copy link
Member

Thanks, as ever, @scuniff

melissalinkert added a commit to melissalinkert/bioformats that referenced this issue Apr 17, 2024
@melissalinkert melissalinkert linked a pull request Apr 18, 2024 that will close this issue
@melissalinkert melissalinkert added this to the 8.0.0 milestone Apr 18, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 19, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 19, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component' (label: exclude)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#42 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/42/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 20, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 20, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component' (label: exclude)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#43 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/43/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 21, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 21, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component' (label: exclude)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#44 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/44/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 22, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 22, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#45 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/45/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 23, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 23, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#47 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/47/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 24, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 24, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#48 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/48/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 25, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 25, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#49 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/49/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 26, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 26, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#50 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/50/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 27, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 27, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Updating 682bc7e..e9d968a
Previously merged:
  - PR 4177 melissalinkert 'Fix some Java 9+ warnings in formats-bsd'
  - PR 4179 melissalinkert 'Fix Java 9+ deprecation warnings in smaller components'
  - PR 4178 melissalinkert 'Fix most Java 9+ deprecation warnings in bio-formats-plugins component'
  - PR 4187 dgault 'Bump version to 8.0.0-SNAPSHOT'
  - PR 4186 dgault 'Bump version to 7.3.0'
  - PR 4185 dgault 'Bump ome-poi to 5.3.9 and ome-metakit to 5.3.7'

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#51 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/51/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 28, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 28, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#52 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/52/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 29, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 29, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#53 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/53/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 30, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Apr 30, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4182 melissalinkert 'Fix Java 9+ warnings in formats-gpl component'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#54 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/54/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 1, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 1, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
Already up to date.

Merged PRs:
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option'
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#55 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/55/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 26, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 26, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#81 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/81/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 27, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 27, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#82 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/82/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 28, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 28, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#83 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/83/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 29, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 29, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#84 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/84/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 30, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 30, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#85 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/85/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 31, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 31, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#22 (https://BRANCHCI.openmicroscopy.org/jenkins/job/BIOFORMATS-push/22/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 31, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue May 31, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#86 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/86/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 1, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 1, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#23 (https://BRANCHCI.openmicroscopy.org/jenkins/job/BIOFORMATS-push/23/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 1, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 1, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#87 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/87/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 2, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 2, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#24 (https://BRANCHCI.openmicroscopy.org/jenkins/job/BIOFORMATS-push/24/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 2, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 2, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#88 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/88/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 3, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 3, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#25 (https://BRANCHCI.openmicroscopy.org/jenkins/job/BIOFORMATS-push/25/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 3, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 3, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#89 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/89/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 4, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 4, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#26 (https://BRANCHCI.openmicroscopy.org/jenkins/job/BIOFORMATS-push/26/)
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 4, 2024
snoopycrimecop added a commit to snoopycrimecop/bioformats that referenced this issue Jun 4, 2024
Repository: openmicroscopy/bioformats
Excluded PRs:
  - PR 4190 melissalinkert 'Extend precompressed support to read DICOM and write TIFF/OME-TIFF' (stage: draft)
  - PR 4181 melissalinkert 'Add support for reading compressed NDPI tiles' (label: exclude)
  - PR 4180 melissalinkert 'Columbus: update to use micrometers instead of `reference frame` for positions' (label: exclude)
  - PR 4172 sbesson 'testSaneUsedFiles: check getCurrentFile is the first file in the getUsedFiles list' (stage: draft)
  - PR 4164 melissalinkert 'Reduce DICOM write time' (stage: draft)
  - PR 4131 dgault 'VirtualImagePlus: Retain B&C settings for each slice' (status: failure)
  - PR 4092 NicoKiaru 'Commits an alternative Zeiss CZI Reader' (user: NicoKiaru)
  - PR 4000 XLEFReaderForBioformats 'Reworking LMSMetadata package and adding a new lif reader' (user: XLEFReaderForBioformats)
  - PR 3898 melissalinkert 'InCell 1000/2000 field count and plane metadata fixes' (stage: draft)
  - PR 3794 dgault 'Chunk API: Add new API and functionality for reading and writing chunks' (label: exclude)
  - PR 3680 iwbh15 'Performance increase in writeIFD' (user: iwbh15)
  - PR 3618 dgault 'Memoizer: Persist caching to sub readers' (label: breaking)
  - PR 3537 dgault 'Flex: Merge IDR changes and add new group plate option' (label: exclude)
Already up to date.

Merged PRs:
  - PR 4130 carandraug 'matlab/bfGetPlane.m: avoid use of makeDataArray2D when Octave (ome/bio-formats-octave-docker#29)'
  - PR 4188 melissalinkert 'Fix a few string comparisons, fixes ome#4184'

Generated by BIOFORMATS-push#90 (https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/90/)
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 a pull request may close this issue.

3 participants