Skip to content

Commit

Permalink
Merge pull request #197 from pyproj4/v2.1.0rel
Browse files Browse the repository at this point in the history
prepare for 2.1.0 release
  • Loading branch information
jswhit authored Mar 15, 2019
2 parents d579fe8 + a60d564 commit 980049d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/html/_sources/history.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Change Log

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

2.0.2
~~~~~
Expand Down
3 changes: 2 additions & 1 deletion docs/html/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ <h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this
<div class="section" id="id1">
<h2>2.1.0<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<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>
<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>
<li>Added fix for using local datumgrids with transform (issue #191)</li>
<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>
<li>Added fix for conversion between radians/degrees for transformations (issues #192 &amp; #195)</li>
</ul>
</div>
<div class="section" id="id2">
Expand Down
Loading

0 comments on commit 980049d

Please sign in to comment.