What kind of change does this PR introduce?:
Fixes for issue47: conversion scripts (na2nc, nc2na, nc2csv) now work in Python 3.
Does this PR introduce a breaking change?:
No API change, no new dependencies.
Tests:
All tests from /nappy/tests passing except \test_1010_to_1020.py. A couple of distutils deprecation warnings. Tests ran on platforms: Windows 10 / Python 3.9.4, Ubuntu 20.04 / Python 3.9.5. No new tests added since basic functionality untouched
Other information:
In contrast to statements in the main readme, scripts should also work on Windows (given that Path is configured correctly). At least they do on my Windows machine.
What kind of change does this PR introduce?: Fixes for issue47: conversion scripts (na2nc, nc2na, nc2csv) now work in Python 3.
Does this PR introduce a breaking change?: No API change, no new dependencies.
Tests: All tests from /nappy/tests passing except
\test_1010_to_1020.py
. A couple of distutils deprecation warnings. Tests ran on platforms: Windows 10 / Python 3.9.4, Ubuntu 20.04 / Python 3.9.5. No new tests added since basic functionality untouchedOther information: In contrast to statements in the main readme, scripts should also work on Windows (given that
Path
is configured correctly). At least they do on my Windows machine.