forked from openaddresses/machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
269 lines (191 loc) · 7.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
2015-09-29: 2.3.0
- Added code, tests, and documentation for regular updates to dot map.
2015-09-26: 2.2.7
- Switched to best paging methods depending on feature support in an ESRI server.
2015-09-22: 2.2.6
- Fixed error with missing sample data.
2015-09-22: 2.2.5
- Improved error logging.
2015-09-18: 2.2.4
- Added worker state announcement to Slack.
2015-09-17: 2.2.3
- Fixed missing import.
2015-09-17: 2.2.2
- Fixed missing static files.
2015-09-17: 2.2.1
- Improved HTML and front page.
2015-09-13: 2.2.0
- Added conform "id" attribute for record identifiers like parcel APNs.
- Documented internals and processes.
2015-09-11: 2.1.8
- Skipping README files when building collections.
- Added tests for openaddr.package_output.
2015-09-05: 2.1.7
- Fixed missing templates/* in setup.py.
2015-09-02: 2.1.6
- Updated HTML in set and index views.
- Moved bucket name to configurable option in openaddr-collect-extracts.
2015-09-02: 2.1.5
- Fixed bug in ci.collect.iterate_local_processed_files().
2015-09-01: 2.1.4
- Added website and license information to data downloads.
2015-08-27: 2.1.3
- Fixed a bunch of long-standing bugs in templates.
- Upgraded psycopg2 to 2.6.1 for Windows compatibility.
2015-08-24: 2.1.2
- Linked to collected extracts from front page.
2015-08-24: 2.1.1
- Fixed a bug in ci.collect.
2015-08-24: 2.1.0
- Added regional extracts to openaddr-collect-extracts script.
2015-08-22: 2.0.0
- Dropped support for deprecated merge conform tag.
- Removed code and scripts related to old-style batch processing.
- Added support for new join and regexp conform tags.
- Differentiated index HTML template from set pages.
2015-08-20: 1.21.1
- Fixed urlretrieve bug in future.backports.http.client.
2015-08-20: 1.21.0
- Added openaddr-collect-extracts script for assembling zip archive.
2015-08-17: 1.20.2
- Replaced inline summary sample data with dynamic requests.
- Replaced front page HTML with cumulative results.
2015-08-13: 1.20.1
- Added /latest/set HTTP endpoint with redirect.
2015-08-13: 1.20.0
- Added support for new-style street list merge source syntax.
2015-08-06: 1.19.4
- Fixed Python 2 compatibility for set state.txt response.
2015-08-06: 1.19.3
- Refactored Python 2 compatibility for uritemplate.expand().
2015-08-05: 1.19.2
- Fixed unicode error in summarize.convert_run().
2015-08-05: 1.19.1
- Fixed unicode error in summarize.summarize_set().
2015-08-05: 1.19.0
- Added web view for sets matching data.openaddresses.io summaries.
- Added memcache to support heavier web views.
2015-07-29: 1.18.4
- Moved DB access functions down to ci.objects.
2015-07-28: 1.18.3
- Fixed GeoJSON excerpt error.
2015-07-27: 1.18.2
- Fixed TypeError in future.backports.urllib.parse.urljoin() argument types.
2015-07-27: 1.18.1
- Reporting local vars in weird urljoin error.
2015-07-26: 1.18.0
- Added new views for sets and jobs to CI web application.
- Added owner, repository, and render column to sets table.
- Added dashboard views for historic set metrics.
2015-07-18: 1.17.0
- Added run-debug-webhooks.py script for debugging Flask app.
- Added openaddr-enqueue-sources script for enqueuing complete sources.
- Moved CI Flask app down to ci.webhooks.
2015-07-12: 1.16.1
- Fixed a task queue delay timing bug.
2015-07-12: 1.16.0
- Added openaddr-ci-enqueue batch script and sets table.
2015-07-08: 1.15.1
- Fixed calculation of worker ID to the worker machine itself.
2015-07-07: 1.15.0
- Removed old timestamp with no timezone column from CI runs table.
2015-07-07: 1.14.0
- Added new timestamp with timezone column to CI runs table.
2015-07-07: 1.13.0
- Added new information to CI runs table about worker boxes and data sources.
- Fixed a bug with improperly-run payloads in openaddr.ci.
2015-07-05: 1.12.0
- Added support for signed calls to /hook with WEBHOOK_SECRETS.
2015-07-05: 1.11.0
- Formally added openaddr.ci service and worker features with documentation.
2015-07-04: 1.10.7
- Fixed ci.worker some logic bugs for repeated runs.
2015-07-03: 1.10.6
- Reverted one 1.10.5 change that introduced a Python 2.7 bug.
2015-07-03: 1.10.5
- Fixed ci.worker some logic bugs for repeated runs.
2015-07-02: 1.10.4
- Fixed ci.worker zip archive generation file names.
- Fixed ci.worker re-use of previous run status and id.
2015-06-26: 1.10.3
- Started reusing cached openaddr.ci run results within five days.
2015-06-26: 1.10.2
- Changed openaddr.ci queue task contents.
2015-06-25: 1.10.1
- Fixed csvsplit bug in ExcerptDataTask.
- Started pushing openaddr.ci results to S3 with packaged zip archives.
- Improved appearance of job pages for public consumption.
- Fixed numerous small bugs in ongoing openaddr.ci work.
2015-06-17: 1.10.0
- Added City, District, and Region columns to output CSV.
- Added Amazon SNS logging and Cloudwatch reporting to openaddr.ci.
- Fixed numerous small bugs in ongoing openaddr.ci work.
2015-06-13: 1.9.4
- Added openaddr.ci setup and logging configuration for real use.
2015-06-08: 1.9.3
- Added "runs" table in openaddr.ci.worker for auto-scaled Amazon EC2.
2015-06-02: 1.9.2
- Updated internal workings of openaddr.ci.worker for auto-scaled Amazon EC2.
2015-05-26: 1.9.1
- Fixed a few case-sensitive filename errors in openaddr.conform (Christopher Eby).
2015-05-25: 1.9.0
- Added --repository, --branch, and --identity-file arguments to openaddr-ec2-run.
- Added "ec2-" prefixes to many openaddr-ec2-run arguments.
- Changed EC2 user script to accept code via scp instead of git download.
2015-05-23: 1.8.0
- Added role name argument to chef/run.sh.
- Added source dir argument to openaddr.process_all.
- Started openaddr.ci module for future queue-driven processing.
- Moved all tests into new openaddr.tests module.
2015-04-16: 1.7.1
- Fixed CSV decoding bugs.
- Linked to logs for output with missing sample data.
2015-04-06: 1.7.0
- Added --bigspender and --cheapskate EC2 spot price options to openaddr-ec2-run.
- Pinned requests-ftp to 0.2.0 for requests 2.2.1 compatibility.
- Fixed missing World Van der Grinten I projection.
- Fixed conform lat/lon requirement bug.
2015-03-28: 1.6.4
- Fixed render size for point sources.
2015-03-28: 1.6.3
- Fixed support for rendering point sources.
2015-03-14: 1.6.2
- Added Europe map render.
- Added .vrt files to newly-zipped processed results.
- Fixed ambiguously-named "x" and "y" columns in CSV internals.
2015-03-12: 1.6.1
- Fixed error on ESRI features with missing geometry.
2015-03-12: 1.6.0
- Fixed error with missing street names.
- Added support for named CSV files in conform objects.
- Added postcode column output.
- Added USA map render.
2015-02-24: 1.5.1
- Extended global job timeout to three hours.
2015-02-22: 1.5.0
- Added openaddr-esri2geojson conversion script.
2015-02-21: 1.4.2
- Added total address display in summary view.
2015-02-17: 1.4.1
- Fixed detection of geometry type in ESRI sources.
2015-02-16: 1.4.0
- Added rendered map color display of source status.
2015-01-31: 1.3.5
- Fixed a bug in output zip file creation.
2015-01-31: 1.3.4
- Added single output zip file, openaddresses-complete.zip.
2015-01-30: 1.3.3
- Fixed dangling reference to old ditch-node branch in EC2 user-data.
2015-01-29: 1.3.2
- Rewrote openaddr.cache() and openaddr.conform() to replace Node with Python.
2015-01-08: 1.3.1
- Added project description for PyPI.
2015-01-07: 1.3.0
- Added support for ISO-3166-2 administrative area rendering in summary view.
2015-01-04: 1.2.0
- Added support for ISO-3166-1 country rendering in summary view.
2014-12-20: 1.1.1
- Fixed cache time and process time state values.
2014-12-20: 1.1.0
- Added openaddr-process-one script for local processing of a single source.
2014-12-15: 1.0.0