We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff831a commit e644322Copy full SHA for e644322
CHANGELOG.md
@@ -28,6 +28,7 @@ https://semver.org/spec/v2.0.0.html
28
remove old switches related to unsupported `matplotlib` versions.
29
30
### Removed
31
+- Attribute `__version__` in `basemap.proj` module.
32
- Dependency on `dedent` function (either as alias of `inspect.cleandoc`
33
or the deprecated `matplotlib.cbook.dedent`) to write multi-line error
34
messages.
packages/basemap/src/mpl_toolkits/basemap/proj.py
@@ -5,8 +5,6 @@
5
import pyproj
6
7
8
-__version__ = "1.3.6+dev"
9
-
10
_dg2rad = math.radians(1.)
11
_rad2dg = math.degrees(1.)
12
0 commit comments