forked from azavea/python-omgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
48 lines (41 loc) · 1.46 KB
/
CHANGES.txt
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
v1.0, 2012-03-13
----------------
Initial Release
v1.1, 2012-03-22
----------------
Add ability to use ESRI premium tasks.
v1.2, 2012-04-04
----------------
Add Citizen Atlas (Washington DC) as a supported geocoder.
v1.3, 2012-04-20
----------------
Add ESRI SOAP locators as supported geocoders. Added suds
dependency. Remove default rejected entities from BING setting to a
postprocessor. Refactor constructors to fix bugs caused by mutable default
values.
v1.3.1, 2012-04-23
------------------
Refactor test runner. Support multiple fields in GroupBy
processor.
v1.3.2, 2012-04-25
------------------
Fix bug in ESRI geocoders in which defaults were appended
rather than overwritten.
v1.3.3, 2012-04-27
------------------
* Add SnapPoints postprocessor.
* Fix bug in tests (Bing was not being used even if the environment
variable BING_MAPS_API_KEY was set.
* Simplify ESRI ZIP processing
* Improve logging
v1.3.4, 2012-05-11
------------------
* Cast Nominatim coordinates returned in JSON from string to float.
This was causing an error in the SnapPoints postprocessor added
in v1.3.3, as the processor was attempting to evaluate mathematical
equations using strings instead of numbers. A test was added to
check that the types of the coordinates are successfully converted
to floats.
* Add test for SnapPoints postprocessor.
* Change __unicode__() method for places.Candidate to display info
indicating null or empty values, instead of just displaying "None".