netcdf4 icon indicating copy to clipboard operation
netcdf4 copied to clipboard

New maintainer and plan

Open parro-it opened this issue 5 years ago • 1 comments

Hi, I'm the new maintainer of this repository. Sven Willner is transferring repo and npm ownership to me.

I'm working in the meteorological field for almost an year, and I'll use this module at work, so I think I could commit a fair number of hours to work on this.

Within some days, I release a first minor version on npm, where I'll:

  • merge PR #22 to allow to use Node 12
  • upgrade dependencies in order to fix security issues
  • port CI tests to GitHub actions

On a more long timeframe, I think I'll to port the code to NAPI, in order to leverage it's ABI compatibility. This will avoid the necessity to change the code for every new Node version that will be released, and will open the way to publish pre-compiled version on NPM.

parro-it avatar Apr 15 '20 15:04 parro-it

@parro-it Since PR#22 has been merged, what are the current plans for a new release? Even if it's only for Node v12 support, I think it'd be very useful for the library's users. Thanks for the effort!

guigrpa avatar Aug 26 '20 08:08 guigrpa