-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGES.txt
57 lines (44 loc) · 2.76 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
49
50
51
52
53
54
55
56
57
Changes
=======
1.3.2
---------------
- Added a requirements specifically for running tests.
- Bug fix on _generateFeatureRequest function.
1.3.1
---------------
- Improved log level control. If pyGDP methods are run in verbose mode, the terminal log handler is set to INFO level rather than ERROR.
- Implemented ability to change filename and recheck interval in the top-level pyGDP methods.
- Reorganized package into sub-modules instead of sub-packages.
- docstrings should bubble up to ‘wrapper’ methods in pyGDP.py
1.3.0-dev (2014-10-10)
---------------
- New testing framework implemented. Lettuce behavior driven development framework now wraps the nose testing framework.
- Substantial refactor to reorganize the package into logical sub packages. Backward compatibility was maintained as much as possible.
- Improved installation instructions and installation utilities.
- Examples updated.
- Dataset availability caused some tests to be permanently broken.
- Incorporated a function to execute the bioClim WPS algorithm.
- Incorporated some better exception handling.
- Implemented some basic logging which requires the latest owslib.
1.2.2 (2013-06-25)
---------------
- Implemented attribute and attribute value handling for ArcGIS-Server. As of the release of this functionality, debugging of the core-GDP is ongoing for the ArcGIS Server WFS payload.
1.2.1 (2013-05-16)
---------------
- Now allow startTime and endTime to be None. This is helpful if you want all time steps, the default behavior given no time, or if you want to access a dataset with no timesteps.
- Implemented a check for dodsC in urls and switch http to odds if that is the case for all urls that go through featureweightedgridstatistics.
1.2.0 (2013-04-23)
---------------
- Several improvements to install/setup details.
- CSW search implemented for getDatasetURIs. 'title, abstract, [uri1, uri2, ...]' is response format.
- urls returned from CSW search that contain dodsC have http replaced with dods.
- Examples and tests expanded and fixed up substantially.
- Network and other errors while checking process status are excepted up to ten times before failure.
- Improvement to FeatureWeightedGridStatistics algorithm, now implements correct multiplicity for all inputs.
- Fixed up _getFeatureCollectionGeoType to work more predictably and protect from naive requests.
- In all algorithms, value=None now returns a feature collection that returns all values, otherwise explicit gmlIDs or values are required.
- Now catching invalid shapefile attribute values and raising an exception when they are not found.
1.1.1 (2013-01-10)
---------------
- Versioning applied at 1.1.1, project well underway, still a work in progress.
- Basic functionality in place to get input parameters and execute all GDP algorithms.