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
{{ message }}
This repository was archived by the owner on Jan 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/_build/html/_sources/changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Changelog
2
2
---------
3
3
4
+
1.0.0
5
+
~~~~~
6
+
7
+
* Adopted `semantic versioning <http://semver.org/>`_ without breaking existing packages on PyPI
8
+
* Fixed bugs with ``get_page_text``
9
+
* Added keyword argument during initialization that allows you to override the ``BASE_URI`` and connect with independent clones of DocumentCloud. Contributed by `Adi Eyal <https://github.com/adieyal>`_.
10
+
* Refactored unit tests to run more quickly and require fewer web requests
11
+
* Documentation moved from the gh-pages branch to master and refactored to be published via `ReadTheDocs <http://readthedocs.org>`_.
Copy file name to clipboardExpand all lines: docs/_build/html/_sources/credits.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ But it would not be possible without:
7
7
8
8
* `The DocumentCloud team <https://www.documentcloud.org/about>`_.
9
9
* `Chris Amico <https://github.com/eyeseast>`_, `Christopher Groskopf <https://github.com/onyxfish/>`_ and `Mitchell Kotler <http://www.muckrock.com/blog/using-the-documentcloud-api/>`_, who broke ground with code that I've adapted.
10
-
* Fixes from friendly people like `Joe Germuska <https://github.com/JoeGermuska>`_ and `Shane Shifflet <https://twitter.com/#!/shaneshifflett>`_.
10
+
* Fixes from friendly people like `Joe Germuska <https://github.com/JoeGermuska>`_, `Shane Shifflet <https://twitter.com/#!/shaneshifflett>`_ and `Adi Eyal <https://github.com/adieyal>`_.
<h1>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
54
54
<divclass="section" id="id1">
55
-
<h2>0.2<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
55
+
<h2>1.0.0<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
56
+
<ulclass="simple">
57
+
<li>Adopted <aclass="reference external" href="http://semver.org/">semantic versioning</a> without breaking existing packages on PyPI</li>
58
+
<li>Fixed bugs with <ttclass="docutils literal"><spanclass="pre">get_page_text</span></tt></li>
59
+
<li>Added keyword argument during initialization that allows you to override the <ttclass="docutils literal"><spanclass="pre">BASE_URI</span></tt> and connect with independent clones of DocumentCloud. Contributed by <aclass="reference external" href="https://github.com/adieyal">Adi Eyal</a>.</li>
60
+
<li>Refactored unit tests to run more quickly and require fewer web requests</li>
61
+
<li>Documentation moved from the gh-pages branch to master and refactored to be published via <aclass="reference external" href="http://readthedocs.org">ReadTheDocs</a>.</li>
62
+
</ul>
63
+
</div>
64
+
<divclass="section" id="id2">
65
+
<h2>0.2<aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
56
66
<ulclass="simple">
57
67
<li>Python 3 support</li>
58
68
<li>PEP8 and PyFlakes compliance</li>
59
69
<li>Coverage reports on testing via coveralls.io</li>
60
70
</ul>
61
71
</div>
62
-
<divclass="section" id="id2">
63
-
<h2>0.16<aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
72
+
<divclass="section" id="id3">
73
+
<h2>0.16<aclass="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
64
74
<ulclass="simple">
65
75
<li>Continuous integration testing with TravisCI</li>
66
76
<li>Fixed bug with empty strings in Document descriptions</li>
@@ -71,16 +81,16 @@ <h2>0.16<a class="headerlink" href="#id2" title="Permalink to this headline">¶<
71
81
<li>Added access checks when retrieving txt, pdf, img about a document</li>
72
82
</ul>
73
83
</div>
74
-
<divclass="section" id="id3">
75
-
<h2>0.15<aclass="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
84
+
<divclass="section" id="id4">
85
+
<h2>0.15<aclass="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
76
86
<ulclass="simple">
77
87
<li>File objects can now be submitted for uploading</li>
78
88
<li>Added more support for unicode data thanks to contributions by <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
79
89
<li>Smarter lazy loading of Document attributes missing from a search</li>
80
90
</ul>
81
91
</div>
82
-
<divclass="section" id="id4">
83
-
<h2>0.14<aclass="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
92
+
<divclass="section" id="id5">
93
+
<h2>0.14<aclass="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
84
94
<ulclass="simple">
85
95
<li>Added <ttclass="docutils literal"><spanclass="pre">data</span></tt> attribute on Document for storing dictionaries of arbitrary metadata</li>
86
96
<li>Added <ttclass="docutils literal"><spanclass="pre">secure</span></tt> option for Document uploads to prevent data from being sent to OpenCalais</li>
@@ -89,22 +99,22 @@ <h2>0.14<a class="headerlink" href="#id4" title="Permalink to this headline">¶<
89
99
<li>Added all Document upload arguments to <ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method</li>
90
100
</ul>
91
101
</div>
92
-
<divclass="section" id="id5">
93
-
<h2>0.13<aclass="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
102
+
<divclass="section" id="id6">
103
+
<h2>0.13<aclass="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
94
104
<ulclass="simple">
95
105
<li><ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method for documents</li>
96
106
</ul>
97
107
</div>
98
-
<divclass="section" id="id6">
99
-
<h2>0.12<aclass="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
108
+
<divclass="section" id="id7">
109
+
<h2>0.12<aclass="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
100
110
<ulclass="simple">
101
111
<li><ttclass="docutils literal"><spanclass="pre">get_or_create_by_title</span></tt> method for projects</li>
102
112
<li>Document and project creation methods now return an object, not the new id.</li>
103
113
<li>Projects can pulled by id or by title</li>
104
114
</ul>
105
115
</div>
106
-
<divclass="section" id="id7">
107
-
<h2>0.11<aclass="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
116
+
<divclass="section" id="id8">
117
+
<h2>0.11<aclass="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
108
118
<ulclass="simple">
109
119
<li>Document search now returns <ttclass="docutils literal"><spanclass="pre">mentions</span></tt> of the keyword in the documents</li>
110
120
<li><ttclass="docutils literal"><spanclass="pre">related_url</span></tt> and <ttclass="docutils literal"><spanclass="pre">published_url</span></tt> attributes now more easily accessible</li>
@@ -122,13 +132,14 @@ <h2>0.11<a class="headerlink" href="#id7" title="Permalink to this headline">¶<
122
132
<h3><ahref="index.html">Table Of Contents</a></h3>
<li><aclass="reference external" href="https://github.com/eyeseast">Chris Amico</a>, <aclass="reference external" href="https://github.com/onyxfish/">Christopher Groskopf</a> and <aclass="reference external" href="http://www.muckrock.com/blog/using-the-documentcloud-api/">Mitchell Kotler</a>, who broke ground with code that I’ve adapted.</li>
55
-
<li>Fixes from friendly people like <aclass="reference external" href="https://github.com/JoeGermuska">Joe Germuska</a> and <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
55
+
<li>Fixes from friendly people like <aclass="reference external" href="https://github.com/JoeGermuska">Joe Germuska</a>, <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a> and <aclass="reference external" href="https://github.com/adieyal">Adi Eyal</a>.</li>
0 commit comments