Skip to content

Releases: PeculiarVentures/GammaCV

v0.5.3

27 Mar 22:48
Compare
Choose a tag to compare

[0.5.3] - 2023-03-28

Changed

  • Bundle updated by updating build tools. No API-breaking changes.

v0.5.2

13 May 16:43
Compare
Choose a tag to compare

[0.5.2] - 2021-05-13

Fixed

  • Fix import-time crash on environments without Canvas and OffscreenCanvas support

v0.5.1

20 Apr 15:14
Compare
Choose a tag to compare

[0.5.1] - 2021-04-20

Fixed

  • Typescript typings for VideoCapture.start return type

Changed

  • Enhanced typings & some docs examples

v0.5.0

26 Feb 09:23
Compare
Choose a tag to compare

[0.5.0] - 2021-02-26

Added

  • Add support for WebWorker environment via OffscreenCanvas

Changed

  • Replace eval with new Function in tensor utils gm.tensorInvert and gm.flipTensor
  • Change minifier, replace uglify with terser

Fixed

  • Fixed error on try to run is uninitialized operation
  • Fix dependencies with vulnerabilities

v0.4.1

23 Dec 02:27
Compare
Choose a tag to compare

[0.4.1] - 2020-12-23

Fixed

  • Assertion for WebGL availability (#77)
  • Typescript typings for some operations

v0.4.0

13 Oct 11:17
Compare
Choose a tag to compare

[0.4.0] - 2020-10-13

Added

  • Resize operation gm.resize
  • Ability to use HTMLCanvasElement and HTMLVideoElement as operation input
  • Experimental feature with output directly into canvas with context 2d

Changed

  • Algorithms used in gm.upsample and gm.downsample

Fixed

  • Typo in Tensor.release method (#62)
  • Bugs in gm.upsample and gm.downsample operations on some video hardware (#36)

v0.3.10

03 Feb 07:48
Compare
Choose a tag to compare

Fixed

  • Typescript typings
  • Cross Origin Issue for imageTensorFromURL (@adamelmore)

v0.3.8

23 Jun 16:35
Compare
Choose a tag to compare

[0.3.8] - 2019-06-23

Added

  • Typescript support

v0.3.6

24 Mar 18:42
Compare
Choose a tag to compare

Added

  • Shortcut for a library as UMD module: gm.

Changed

  • Enhance performance when float polyfill is not needed
  • KernelConstructor: make arguments of main glsl function optional for a check.
  • Enhance errors messages

0.3.5

16 Dec 23:01
Compare
Choose a tag to compare

Changed

  • Downsample operation supports RGBA (#32), add test