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.
<h1>0.2<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
52
+
<divclass="section" id="changelog">
53
+
<h1>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
54
+
<divclass="section" id="id1">
55
+
<h2>0.2<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
46
56
<ulclass="simple">
47
57
<li>Python 3 support</li>
48
58
<li>PEP8 and PyFlakes compliance</li>
49
59
<li>Coverage reports on testing via coveralls.io</li>
50
60
</ul>
51
61
</div>
52
62
<divclass="section" id="id2">
53
-
<h1>0.16<aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h1>
63
+
<h2>0.16<aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
54
64
<ulclass="simple">
55
65
<li>Continuous integration testing with TravisCI</li>
56
66
<li>Fixed bug with empty strings in Document descriptions</li>
@@ -62,15 +72,15 @@ <h1>0.16<a class="headerlink" href="#id2" title="Permalink to this headline">¶<
62
72
</ul>
63
73
</div>
64
74
<divclass="section" id="id3">
65
-
<h1>0.15<aclass="headerlink" href="#id3" title="Permalink to this headline">¶</a></h1>
75
+
<h2>0.15<aclass="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
66
76
<ulclass="simple">
67
77
<li>File objects can now be submitted for uploading</li>
68
78
<li>Added more support for unicode data thanks to contributions by <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
69
79
<li>Smarter lazy loading of Document attributes missing from a search</li>
70
80
</ul>
71
81
</div>
72
82
<divclass="section" id="id4">
73
-
<h1>0.14<aclass="headerlink" href="#id4" title="Permalink to this headline">¶</a></h1>
83
+
<h2>0.14<aclass="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
74
84
<ulclass="simple">
75
85
<li>Added <ttclass="docutils literal"><spanclass="pre">data</span></tt> attribute on Document for storing dictionaries of arbitrary metadata</li>
76
86
<li>Added <ttclass="docutils literal"><spanclass="pre">secure</span></tt> option for Document uploads to prevent data from being sent to OpenCalais</li>
@@ -80,26 +90,27 @@ <h1>0.14<a class="headerlink" href="#id4" title="Permalink to this headline">¶<
80
90
</ul>
81
91
</div>
82
92
<divclass="section" id="id5">
83
-
<h1>0.13<aclass="headerlink" href="#id5" title="Permalink to this headline">¶</a></h1>
93
+
<h2>0.13<aclass="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
84
94
<ulclass="simple">
85
95
<li><ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method for documents</li>
86
96
</ul>
87
97
</div>
88
98
<divclass="section" id="id6">
89
-
<h1>0.12<aclass="headerlink" href="#id6" title="Permalink to this headline">¶</a></h1>
99
+
<h2>0.12<aclass="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
90
100
<ulclass="simple">
91
101
<li><ttclass="docutils literal"><spanclass="pre">get_or_create_by_title</span></tt> method for projects</li>
92
102
<li>Document and project creation methods now return an object, not the new id.</li>
93
103
<li>Projects can pulled by id or by title</li>
94
104
</ul>
95
105
</div>
96
106
<divclass="section" id="id7">
97
-
<h1>0.11<aclass="headerlink" href="#id7" title="Permalink to this headline">¶</a></h1>
107
+
<h2>0.11<aclass="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
98
108
<ulclass="simple">
99
109
<li>Document search now returns <ttclass="docutils literal"><spanclass="pre">mentions</span></tt> of the keyword in the documents</li>
100
110
<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>
101
111
<li><ttclass="docutils literal"><spanclass="pre">normal</span></tt> sized images now available</li>
102
112
</ul>
113
+
</div>
103
114
</div>
104
115
105
116
@@ -110,15 +121,24 @@ <h1>0.11<a class="headerlink" href="#id7" title="Permalink to this headline">¶<
110
121
<divclass="sphinxsidebarwrapper">
111
122
<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>
49
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>
<h2>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h2>
101
-
<divclass="section" id="id1">
102
-
<h3>0.2<aclass="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
103
-
<ulclass="simple">
104
-
<li>Python 3 support</li>
105
-
<li>PEP8 and PyFlakes compliance</li>
106
-
<li>Coverage reports on testing via coveralls.io</li>
107
-
</ul>
108
-
</div>
109
-
<divclass="section" id="id2">
110
-
<h3>0.16<aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
111
-
<ulclass="simple">
112
-
<li>Continuous integration testing with TravisCI</li>
113
-
<li>Fixed bug with empty strings in Document descriptions</li>
114
-
<li>Raise errors when a user tries to save a data keyword reserved by DocumentCloud</li>
115
-
<li>Allow all-caps file extensions</li>
116
-
<li>Retry requests that fail with an increasing backoff delay</li>
117
-
<li>Fixed a bug in how titles are assigned to a file object</li>
118
-
<li>Added access checks when retrieving txt, pdf, img about a document</li>
119
-
</ul>
120
-
</div>
121
-
<divclass="section" id="id3">
122
-
<h3>0.15<aclass="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
123
-
<ulclass="simple">
124
-
<li>File objects can now be submitted for uploading</li>
125
-
<li>Added more support for unicode data thanks to contributions by <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
126
-
<li>Smarter lazy loading of Document attributes missing from a search</li>
127
-
</ul>
128
-
</div>
129
-
<divclass="section" id="id4">
130
-
<h3>0.14<aclass="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
131
-
<ulclass="simple">
132
-
<li>Added <ttclass="docutils literal"><spanclass="pre">data</span></tt> attribute on Document for storing dictionaries of arbitrary metadata</li>
133
-
<li>Added <ttclass="docutils literal"><spanclass="pre">secure</span></tt> option for Document uploads to prevent data from being sent to OpenCalais</li>
134
-
<li>Added <ttclass="docutils literal"><spanclass="pre">save</span></tt> alias on Document and Project objects that uses the pre-existing <ttclass="docutils literal"><spanclass="pre">put</span></tt> command</li>
135
-
<li>Fixed to url encoding to makes the system more unicode friendly</li>
136
-
<li>Added all Document upload arguments to <ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method</li>
137
-
</ul>
138
-
</div>
139
-
<divclass="section" id="id5">
140
-
<h3>0.13<aclass="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
141
-
<ulclass="simple">
142
-
<li><ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method for documents</li>
143
-
</ul>
144
-
</div>
145
-
<divclass="section" id="id6">
146
-
<h3>0.12<aclass="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
147
-
<ulclass="simple">
148
-
<li><ttclass="docutils literal"><spanclass="pre">get_or_create_by_title</span></tt> method for projects</li>
149
-
<li>Document and project creation methods now return an object, not the new id.</li>
150
-
<li>Projects can pulled by id or by title</li>
151
-
</ul>
152
-
</div>
153
-
<divclass="section" id="id7">
154
-
<h3>0.11<aclass="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
155
-
<ulclass="simple">
156
-
<li>Document search now returns <ttclass="docutils literal"><spanclass="pre">mentions</span></tt> of the keyword in the documents</li>
157
-
<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>
158
-
<li><ttclass="docutils literal"><spanclass="pre">normal</span></tt> sized images now available</li>
<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>
169
-
<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>
170
-
</ul>
171
-
</div>
172
110
<divclass="section" id="contributing">
173
111
<h2>Contributing<aclass="headerlink" href="#contributing" title="Permalink to this headline">¶</a></h2>
174
112
<ulclass="simple">
@@ -192,17 +130,6 @@ <h3><a href="#">Table Of Contents</a></h3>
0 commit comments