Recent Releases of viv

viv - @hms-dbmi/viv@0.16.1

What's Changed

  • feat(loaders): Relax IFD and PlaneCount strictness in OME-XML by @manzt in https://github.com/hms-dbmi/viv/pull/783

Full Changelog: https://github.com/hms-dbmi/viv/compare/@hms-dbmi/viv@0.16.0...@hms-dbmi/viv@0.16.1

- JavaScript
Published by manzt almost 2 years ago

viv - @hms-dbmi/viv@0.16.0

0.16.0

Minor Changes

  • feat: Support multiscale multifile-OME-TIFFs (@vivjs/loaders) (#748)

This release extends Viv's multifile OME-TIFF data-loading capabilities to multiscale TIFFs as well. The loadOmeTiff utility now recognizes and loads multiresolution images described in a companion.ome metadata file.

```js import { loadOmeTiff } from '@vivjs/loaders';

let loader = await loadOmeTiff('http://localhost:8080/data.companion.ome'); ```

- JavaScript
Published by manzt about 2 years ago

viv - @hms-dbmi/viv@0.15.1

Patch Changes

  • Support multifile OME-TIFF in loadOmeTiff (@vivjs/loaders) (https://github.com/hms-dbmi/viv/pull/740)

- JavaScript
Published by manzt over 2 years ago

viv - @hms-dbmi/viv@0.15.0

Minor Changes

  • 53e6014: Bump deck.gl to v8.8.27 and luma.gl to v8.5.21 (@vivjs/extensions, @vivjs/constants, @vivjs/viewers, @vivjs/layers, @vivjs/views)

Patch Changes

  • 51aca92: fix: Throw error for missing OME-XML in loadBioformatsZarr (@vivjs/loaders)
  • a1a8007: feat: Set default PhysicalSizeUnit to µm (@vivjs/loaders)
  • 43f659a: fix: Allow unknown OME-XML Description by default (@vivjs/loaders)

- JavaScript
Published by github-actions[bot] over 2 years ago

viv - v0.14.2

What's Changed

  • fix(loaders): Allow optional TiffData in OME-XML by @manzt in https://github.com/hms-dbmi/viv/pull/714

Full Changelog: https://github.com/hms-dbmi/viv/compare/v0.14.1...v0.14.2

- JavaScript
Published by manzt over 2 years ago

viv - v0.14.1

What's Changed

  • fix(loaders): trim trailing \u0000 in OME-XML string for Firefox compat by @manzt in https://github.com/hms-dbmi/viv/pull/710

Full Changelog: https://github.com/hms-dbmi/viv/compare/v0.14.0...v0.14.1

- JavaScript
Published by manzt over 2 years ago

viv - v0.14.0

What's Changed

  • feat(loaders): Introduce more minimal required Zarr interface by @manzt in https://github.com/hms-dbmi/viv/pull/700
  • feat(loaders): Drop fast-xml-parser by @manzt in https://github.com/hms-dbmi/viv/pull/701
  • feat: Validate expected OME-XML metadata by @manzt in https://github.com/hms-dbmi/viv/pull/706
  • Clarify Docs on and Fix Extensions on OverviewLayer by @ilan-gold in https://github.com/hms-dbmi/viv/pull/565

Full Changelog: https://github.com/hms-dbmi/viv/compare/v0.13.8...v0.14.0

- JavaScript
Published by manzt over 2 years ago

viv - Use Rollup instead of Webpack for Component

- JavaScript
Published by ilan-gold almost 6 years ago

viv - Remove Sort

- JavaScript
Published by ilan-gold almost 6 years ago

viv - Zarr Support, rendering fixes

  • Fix channel toggling rendering
  • Add full-fledged zarr support
  • Fix bounding box issues

- JavaScript
Published by ilan-gold about 6 years ago

viv - Simplify API, Channel Controls, Clean Up

  • Add channel controls for on/off
  • Clean up API for TIFFs by removing unnecessary metadata
  • Swap demos seamlessly

- JavaScript
Published by ilan-gold about 6 years ago

viv - Anati-Aliasing and Prettier

- JavaScript
Published by ilan-gold about 6 years ago

viv - Demo Updates and TIFF Access

  • Access pyramidal/tiled TIFF files directly
  • Improvements to deployment
  • Double sided slider
  • Prettier/Linting

- JavaScript
Published by ilan-gold about 6 years ago

viv - Correct Deployment and Up to 6 Channels (For Now)

  • Fix deployment
  • Allow for more channels
  • Updated README
  • Updated demo

- JavaScript
Published by ilan-gold about 6 years ago

viv - Initial Release

  • Multichannel
  • Simple API with long props list like DeckGL
  • Bundled with zarr function

- JavaScript
Published by ilan-gold about 6 years ago