Major release (breaks some compatibility, especially command-line tools) which main evolution is that epygram
is now fully installable by pip, including the support for FA/LFI/LFA formats and spectral transforms. Many thanks to Walid Chikhi for the work on this topic.
Contents:
- spectral transforms: switch to
ectrans4py
== same library but integrated intoectrans
(may not be in ectrans main branch yet).ectrans4py
is now on PyPI. - FA/LFI/LFA: switch to standalone package
falfilfa4py
from ACCORD-NWP/FALFILFA standalone project.falfilfa4py
is now on PyPI. - Move command-line applicative tools to sub-module
cli
, properly installed by pip.
WARNING: theseepy_*.py
tools have lost the.py
extension and some have been slightly renamed.
A new wrapping commandepygram <sub-command>
is available, cf. README.md or documentation. - Miscellaneous fixes (#41, #43)
- Compatibility with new version of
vtk
for 3D plots - Add H2DField methods
[indices|lonlat]_of_minmax_value
- Remove Python2 compatibility
- Compute spectra on Gauss grids and from GRIB files (#45, #47)
- WARNING: Some internal modules have been reorganized within the package.
The README and documentation have of course been updated to take these changes into account.