Skip to content

Commit 980049d

Browse files
author
Jeff Whitaker
authored
Merge pull request #197 from pyproj4/v2.1.0rel
prepare for 2.1.0 release
2 parents d579fe8 + a60d564 commit 980049d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/html/_sources/history.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Change Log
33

44
2.1.0
55
~~~~~
6-
* Added :class:`pyproj.Transformer` to make repetitive transformations more efficient (#187)
6+
* Added :class:`pyproj.Transformer` to make repetitive transformations more efficient (issue #187)
77
* Added fix for using local datumgrids with transform (issue #191)
88
* Added :class:`pyproj.Transformer.from_pipeline` to support pipeline transformations.
9+
* Added fix for conversion between radians/degrees for transformations (issues #192 & #195)
910

1011
2.0.2
1112
~~~~~

docs/html/history.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ <h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this
4040
<div class="section" id="id1">
4141
<h2>2.1.0<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
4242
<ul class="simple">
43-
<li>Added <code class="xref py py-class docutils literal notranslate"><span class="pre">pyproj.Transformer</span></code> to make repetitive transformations more efficient (#187)</li>
43+
<li>Added <code class="xref py py-class docutils literal notranslate"><span class="pre">pyproj.Transformer</span></code> to make repetitive transformations more efficient (issue #187)</li>
4444
<li>Added fix for using local datumgrids with transform (issue #191)</li>
4545
<li>Added <code class="xref py py-class docutils literal notranslate"><span class="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 &amp; #195)</li>
4647
</ul>
4748
</div>
4849
<div class="section" id="id2">

0 commit comments

Comments
 (0)