Skip to content

Tags: psyplot/psy-maps

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Chilipp Philipp S. Sommer
Compatibility fixes and code formatting

v1.4.2

Toggle v1.4.2's commit message
Fix density and lonlatbox in mapvector (#45)

Merge pull request #45 from psyplot/develop

v1.4.1

Toggle v1.4.1's commit message
Compatibility fixes for psy-simple v1.4.1 (#42)

Fix projection issues

Fixed
-----

- `false_easting` and `false_northing` are now expected to be optional
  arguments for most projections (see #41)

Changed
-------
- we now use the `convert_coordinate` method that has been introduced
  in psyplot/psyplot#39 and psyplot/psy-simple#30. See #41

v1.4.0

Toggle v1.4.0's commit message
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](#36)
-   A bug has been resolved that crash makes unstructured plots fill the entire area on zooming in, see [#40](#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](#35)

v1.3.2

Toggle v1.3.2's commit message
Fix visualization of regular data with plot="poly"

v1.3.1

Toggle v1.3.1's commit message
Patch for 3D bounds

v1.3.0

Toggle v1.3.0's commit message
New GUI widgets and better projection support

v1.2.0

Toggle v1.2.0's commit message
Improved visualization of unstructured grids

v1.1.0

Toggle v1.1.0's commit message
New version with improved projection handling

v1.0.0

Toggle v1.0.0's commit message
First official and stable release