Releases: psyplot/psy-maps
Releases · psyplot/psy-maps
v1.5.0: Compatibility fixes and code formatting
v1.4.2: Fix density and lonlatbox in mapvector (#45)
v1.4.1: Compatibility fixes for psy-simple v1.4.1 (#42)
Fix projection issues
Fixed
false_eastingandfalse_northingare now expected to be optional
arguments for most projections (see #41)
Changed
- we now use the
convert_coordinatemethod that has been introduced
in psyplot/psyplot#39 and psyplot/psy-simple#30. See #41
v1.4.0: Compatibility fixes and LGPL license
As with psyplot 1.4.0, psy-maps is now continuously tested and deployed with CircleCI.
Fixed
- psy-maps is now officially licensed under LGPL-3.0-only, see #36
- A bug has been resolved that crash makes unstructured plots fill the entire area on zooming in, see #40
- psy-maps is now compatible with cartopy 0.19 and 0.20
Added
- psy-maps does now have a CITATION.cff file, see https://citation-file-format.github.io
Changed
- Documentation is now hosted with Github Pages at https://psyplot.github.io/psy-maps. Redirects from the old documentation at https://psy-maps.readthedocs.io have been configured.
- Examples have been removed from the psy-maps repository as they now live in a central place at https://github.com/psyplot/examples
- We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see #35
v1.3.2: Fix for plotting the polygons
v1.3.1: Patch for 3D bounds
v1.3.0: New GUI widgets and better projection support
New GUI widgets and better projection support
Added
- The
xgridandygridformatoptions now have a new widget in the GUI (see #17) - The
lsmformatoption now supports a multitude of different options. You can specify a land color, and ocean color and the coast lines color. These settings can now also be set through the psyplot GUI (see #17). - a new
backgroundformatoption has been implemented that allows to set the facecolor of the axes (i.e. the background color for the plot) - compatibility for cartopy 0.18 (see #14)
- all plotmethods now have a
transposeformatoption that can be used if the order of dimensions in the data is(x, y)rather than(y, x) - the [transform]{.title-ref} and [projection]{.title-ref} formatoptions now automatically decode the
'grid_mappings'attribute following the CF-conventions, see #5, #10) - the
projectionandtransformformatoptions now also support a [rotated]{.title-ref} value to use a rotated pole projection
Changed
- A bug has been fixed visualizing unstructured grid cells at the poles (see #23)
- the
lsmformatoptions value is now a dictionary. Old values, such as the string'10m'or['10m', 1.0]are still valid and will be converted to a dictionary (see #17). - the value
Nonefor themap_extentformatoption now triggers a call of the~matplotlib.axes._base.AxesBase.autoscale{.interpreted-text role="meth"} of the axes, see #12. Before, it was bound to thelonlatboxvalue which made problems for regional files (see #11). To retain the old behaviour of themap_extentformatoption, usemap_extent='data' - psy-maps has been moved from https://github.com/Chilipp/psy-maps to https://github.com/psyplot/psy-maps, see #4
- the default values for the [transform]{.title-ref} and [projection]{.title-ref} formatoptions are now
'cf'(see #5) clatnow always takes the mean latitude of the data if the formatoption value is None and the data does not span the entire latitudinal range. At the same time,clonnow takes the mean longitude of the data if the formatoption value is None and the data does not span the entire longitudinal range (see #8)- a bug was fixed for displaying data in the statusbar if the coordinate has units in degree (see psyplot/psy-view#6)
v1.2.0: Improved visualization of unstructured grids
This new release, inline with the psyplot-1.2.0 release adds better support for unstructured grids.
Added
- The
mapplotplotmethod now also supports unstructured data of any shape (see issue#6)
Changed
- The
lonlatboxformatoption now selects a subset of the unstructured data to lower the size of the data array. Previously, data points outside the specified lonlatbox where simply set to NaN
v1.1.0: New version with improved projection handling
Added
- Changelog
stock_imgformatoption for map plots (see the docs)- Added
'stereo'and'near'projections for the projection formatoption - The
lonlatboxandmap_extentformatoption keywords now also accepts a combination of floats and strings - When displaying all longitudes but not all latitudes, the
map_extentkeyword now adjusts the boundary of the map to keep it circular for Stereographic and Orthographic projections
Changed
- Fixed bugs with displaying circumpolar data and stereographic and orthographic projections
v1.0.0: First official and stable release
This release is the first official and stable release which is also submitted to the Journal of Open Source Software (JOSS). See the corresponding psyplot release for more information.
This release is also available via pypi
pip install psy-mapsor conda
conda install -c conda-forge psy-mapsOr you use the complete installation provided by the psyplot-conda package.