Skip to content

Commit

Permalink
commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
aschleg committed Jun 29, 2020
1 parent 6490430 commit 438ade7
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,8 +6,6 @@ Changelog and version changes made with each release.
## Version 2.1.3

* `organization_id` parameter in the `animals` method should now only return animals from specified organization IDs.
* The deprecation warning should no longer appear when results are returned as a pandas DataFrame when setting the
`return_df` parameter to `True`.

## Version 2.1.2

Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/build/html/_sources/versions.rst.txt
Expand Up @@ -9,8 +9,6 @@ Version 2.1.3
-------------

- :code:`organization_id` parameter in the :code:`animals` method should now only return animals from specified organization IDs.
- The deprecation warning should no longer appear when results are returned as a pandas DataFrame when setting the
:code:`return_df` parameter to :code:`True`.

Version 2.1.2
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/build/html/versions.html
Expand Up @@ -186,8 +186,6 @@
<h2>Version 2.1.3<a class="headerlink" href="#version-2-1-3" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><code class="code docutils literal notranslate"><span class="pre">organization_id</span></code> parameter in the <code class="code docutils literal notranslate"><span class="pre">animals</span></code> method should now only return animals from specified organization IDs.</p></li>
<li><p>The deprecation warning should no longer appear when results are returned as a pandas DataFrame when setting the
<code class="code docutils literal notranslate"><span class="pre">return_df</span></code> parameter to <code class="code docutils literal notranslate"><span class="pre">True</span></code>.</p></li>
</ul>
</div>
<div class="section" id="version-2-1-2">
Expand Down
2 changes: 0 additions & 2 deletions docs/source/versions.rst
Expand Up @@ -9,8 +9,6 @@ Version 2.1.3
-------------

- :code:`organization_id` parameter in the :code:`animals` method should now only return animals from specified organization IDs.
- The deprecation warning should no longer appear when results are returned as a pandas DataFrame when setting the
:code:`return_df` parameter to :code:`True`.

Version 2.1.2
-------------
Expand Down
2 changes: 1 addition & 1 deletion petpy/api.py
Expand Up @@ -11,7 +11,7 @@


from pandas import DataFrame
from pandas import json_normalize
from pandas.io.json import json_normalize
import requests
from urllib.parse import urljoin

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
pandas>=1.0.0
pandas>=0.22.0
requests>=2.18.4

0 comments on commit 438ade7

Please sign in to comment.