Releases: mmomtchev/ndarray-gdal
Releases · mmomtchev/ndarray-gdal
v1.5.0
- When using TypeScript, support automatic typing of the returned array through generics
v1.4.0
- Update all dependencies and test with recent Node.js versions
1.3.1
- 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
- Compatibility with
@stdlib/ndarray
1.2.1
[1.2.1] 2021-10-04
- Compatibility with
@types/ndarray@1.0.10
1.2.0
[1.2.0] 2021-06-15
- Add read-only support for MDArrays on GDAL >= 3.1
1.1.0
[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
[1.0.0] 2021-05-29
Initial import
- Support zero-copy I/O for all
scijs/ndarray
stride types in gdal-async