Skip to content

Releases: Reading-eScience-Centre/covutils

0.6.1

Choose a tag to compare

@letmaik letmaik released this 08 Aug 21:53
  • bugfix related to "components" -> "coordinates" change

0.6.0

Choose a tag to compare

@letmaik letmaik released this 08 Aug 21:15

0.5.2

Choose a tag to compare

@letmaik letmaik released this 15 Jul 17:33
  • use latest uriproj version (includes https fix)

0.5.1

Choose a tag to compare

@letmaik letmaik released this 08 Jul 16:14
  • added getHorizontalCRSComponents(Domain)
  • remove restriction of horizontal CRSs to be 2D in
    domain/referencing.js
  • fixed handling of "1" unit

0.5.0

Choose a tag to compare

@letmaik letmaik released this 08 Jul 10:50
  • use uriproj library for projection-related functions
  • added async loadProjection(Domain) function

0.4.2

Choose a tag to compare

@letmaik letmaik released this 02 Jul 12:30
  • bugfix in range module
  • added eslint to tests to prevent similar errors in the future

0.3.0

Choose a tag to compare

@letmaik letmaik released this 22 Jun 09:50
  • move polygon-related functions to separate module
  • generate full & lite browser bundle (with/without polygon functions)

0.2.6

Choose a tag to compare

@letmaik letmaik released this 02 Jun 11:24
  • add unit module for prettyprinting unit objects as strings

0.2.5

Choose a tag to compare

@letmaik letmaik released this 25 May 11:21
  • add collection/create module

0.2.4

Choose a tag to compare

@letmaik letmaik released this 20 May 10:41
  • speed up maskByPolygon()
  • add fromXndarray() in coverage/create
  • add domain/polygon module with point-in-polygon functionality
  • add parameter module