Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit b244fb6

Browse files
committed
Changelog for version 0.2
1 parent f967a27 commit b244fb6

6 files changed

Lines changed: 36 additions & 12 deletions

File tree

0 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

1.18 KB
Binary file not shown.

docs/_build/html/_sources/index.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,14 @@ Sections of the documents earmarked by users.
619619
Changelog
620620
=========
621621

622+
0.2
623+
---
624+
625+
- Python 3 support
626+
- PEP8 and PyFlakes compliance
627+
- Coverage reports on testing via coveralls.io
628+
629+
622630
0.16
623631
----
624632

docs/_build/html/index.html

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,15 @@ <h2>Other data<a class="headerlink" href="#other-data" title="Permalink to this
804804
<div class="section" id="changelog">
805805
<h2>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
806806
<div class="section" id="id9">
807-
<h3>0.16<a class="headerlink" href="#id9" title="Permalink to this headline"></a></h3>
807+
<h3>0.2<a class="headerlink" href="#id9" title="Permalink to this headline"></a></h3>
808+
<ul class="simple">
809+
<li>Python 3 support</li>
810+
<li>PEP8 and PyFlakes compliance</li>
811+
<li>Coverage reports on testing via coveralls.io</li>
812+
</ul>
813+
</div>
814+
<div class="section" id="id10">
815+
<h3>0.16<a class="headerlink" href="#id10" title="Permalink to this headline"></a></h3>
808816
<ul class="simple">
809817
<li>Continuous integration testing with TravisCI</li>
810818
<li>Fixed bug with empty strings in Document descriptions</li>
@@ -815,16 +823,16 @@ <h3>0.16<a class="headerlink" href="#id9" title="Permalink to this headline">¶<
815823
<li>Added access checks when retrieving txt, pdf, img about a document</li>
816824
</ul>
817825
</div>
818-
<div class="section" id="id10">
819-
<h3>0.15<a class="headerlink" href="#id10" title="Permalink to this headline"></a></h3>
826+
<div class="section" id="id11">
827+
<h3>0.15<a class="headerlink" href="#id11" title="Permalink to this headline"></a></h3>
820828
<ul class="simple">
821829
<li>File objects can now be submitted for uploading</li>
822830
<li>Added more support for unicode data thanks to contributions by <a class="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
823831
<li>Smarter lazy loading of Document attributes missing from a search</li>
824832
</ul>
825833
</div>
826-
<div class="section" id="id11">
827-
<h3>0.14<a class="headerlink" href="#id11" title="Permalink to this headline"></a></h3>
834+
<div class="section" id="id12">
835+
<h3>0.14<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h3>
828836
<ul class="simple">
829837
<li>Added <tt class="docutils literal"><span class="pre">data</span></tt> attribute on Document for storing dictionaries of arbitrary metadata</li>
830838
<li>Added <tt class="docutils literal"><span class="pre">secure</span></tt> option for Document uploads to prevent data from being sent to OpenCalais</li>
@@ -833,22 +841,22 @@ <h3>0.14<a class="headerlink" href="#id11" title="Permalink to this headline">¶
833841
<li>Added all Document upload arguments to <tt class="docutils literal"><span class="pre">upload_directory</span></tt> method</li>
834842
</ul>
835843
</div>
836-
<div class="section" id="id12">
837-
<h3>0.13<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h3>
844+
<div class="section" id="id13">
845+
<h3>0.13<a class="headerlink" href="#id13" title="Permalink to this headline"></a></h3>
838846
<ul class="simple">
839847
<li><tt class="docutils literal"><span class="pre">upload_directory</span></tt> method for documents</li>
840848
</ul>
841849
</div>
842-
<div class="section" id="id13">
843-
<h3>0.12<a class="headerlink" href="#id13" title="Permalink to this headline"></a></h3>
850+
<div class="section" id="id14">
851+
<h3>0.12<a class="headerlink" href="#id14" title="Permalink to this headline"></a></h3>
844852
<ul class="simple">
845853
<li><tt class="docutils literal"><span class="pre">get_or_create_by_title</span></tt> method for projects</li>
846854
<li>Document and project creation methods now return an object, not the new id.</li>
847855
<li>Projects can pulled by id or by title</li>
848856
</ul>
849857
</div>
850-
<div class="section" id="id14">
851-
<h3>0.11<a class="headerlink" href="#id14" title="Permalink to this headline"></a></h3>
858+
<div class="section" id="id15">
859+
<h3>0.11<a class="headerlink" href="#id15" title="Permalink to this headline"></a></h3>
852860
<ul class="simple">
853861
<li>Document search now returns <tt class="docutils literal"><span class="pre">mentions</span></tt> of the keyword in the documents</li>
854862
<li><tt class="docutils literal"><span class="pre">related_url</span></tt> and <tt class="docutils literal"><span class="pre">published_url</span></tt> attributes now more easily accessible</li>

docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,14 @@ Sections of the documents earmarked by users.
619619
Changelog
620620
=========
621621

622+
0.2
623+
---
624+
625+
- Python 3 support
626+
- PEP8 and PyFlakes compliance
627+
- Coverage reports on testing via coveralls.io
628+
629+
622630
0.16
623631
----
624632

0 commit comments

Comments
 (0)