Skip to content

Releases: mmomtchev/ndarray-gdal

v1.5.0

30 Nov 10:36
Compare
Choose a tag to compare
  • When using TypeScript, support automatic typing of the returned array through generics

v1.4.0

21 Sep 18:33
Compare
Choose a tag to compare
  • Update all dependencies and test with recent Node.js versions

1.3.1

25 Sep 21:26
Compare
Choose a tag to compare
  • Fix Cannot find module '@stdlib/types/ndarray' or its corresponding type declarations. when using @stdlib with TypeScript and transpiling to JavaScript with tsc

1.3.0

26 Mar 17:04
Compare
Choose a tag to compare
  • Compatibility with @stdlib/ndarray

1.2.1

04 Oct 19:02
Compare
Choose a tag to compare

[1.2.1] 2021-10-04

  • Compatibility with @types/ndarray@1.0.10

1.2.0

15 Jun 17:39
Compare
Choose a tag to compare

[1.2.0] 2021-06-15

  • Add read-only support for MDArrays on GDAL >= 3.1

1.1.0

30 May 19:14
Compare
Choose a tag to compare

[1.1.0] 2021-05-30

  • Improve the the documentation
  • Allow specifying of the resampling algorithm
  • Allow specifying a progress callback
  • Generate index.d.ts with yatag
  • Switch the unit testing to TS
  • Add {Read|Write}ArrayAsync()

1.0.0

29 May 12:26
Compare
Choose a tag to compare

[1.0.0] 2021-05-29

Initial import

  • Support zero-copy I/O for all scijs/ndarray stride types in gdal-async