Releases: tsupinie/autumnplot-gl
Releases · tsupinie/autumnplot-gl
autumnplot-gl v4.0
Update to autumnplot-gl v4.0
New features:
- Support for station model plots
- Support for globe view in maplibre-gl v5.0
- Support for multiple colormaps on a filled contour plot (for precip type, for example)
- Optimize billboard rendering to use less VRAM
- Lambert grids now care about the shape of Earth
- Quad-as-tri option in contouring for more detailed (though not necessarily better) contouring
- Better documentation for hodograph plots and paintball plots (better documentation in general)
autumnplot-gl v3.0
Update to v3.0
Features:
- Add contour labels (as part of this, contours are now done on the CPU using a web assembly module)
- Add an updateField() function to all the plot components, which allows data that aren't being plotted to live on the CPU instead of the GPU
- Add overflow and underflow colors to the color maps for rendering values outside the bounds of the color map.
Bug fixes:
- Fixed an issue with 60-, 120-, and 180-kt wind barbs being dropped on some GPUs.
- Duplicate the rendering of the plot components for different copies of the globe
- Fix grid precision near the poles
- Wind barb orientation corrected for the Mercator map projection
- Winds of exactly 0 now plot correctly
autumnplot-gl v2.2
Summary of changes for v2.2:
- Support for float16 data
- Support for rotated lat/lon grids
- Support for raster-style (a.k.a. pcolormesh from matplotlib) plots
autumnplot-gl v2.0
Summary of changes for v2.0:
- Support for Lambert conformal grids
- Support for Paintball plots
- VRAM usage optimizations
- WebGL 2 support
- NPM packaging