You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/history.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,10 @@ <h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this
40
40
<divclass="section" id="id1">
41
41
<h2>2.1.0<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
42
42
<ulclass="simple">
43
-
<li>Added <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">pyproj.Transformer</span></code> to make repetitive transformations more efficient (#187)</li>
43
+
<li>Added <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">pyproj.Transformer</span></code> to make repetitive transformations more efficient (issue #187)</li>
44
44
<li>Added fix for using local datumgrids with transform (issue #191)</li>
45
45
<li>Added <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">pyproj.Transformer.from_pipeline</span></code> to support pipeline transformations.</li>
46
+
<li>Added fix for conversion between radians/degrees for transformations (issues #192 & #195)</li>
0 commit comments