File: CHANGES.txt

package info (click to toggle)
owslib 0.8.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 712 kB
  • ctags: 1,020
  • sloc: python: 9,298; makefile: 3
file content (69 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download | duplicates (2)
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
Changes
=======

0.7 (2013-02-18)
---------------

- Support for SOS 1.0.0, SOS 2.0.0, SensorML (thanks @kwilcox)
- Support for TMS (thanks @cleder)
- numerous bug fixes

0.6 (2012-12-22)
----------------

- Support for WMTS (thanks @bradh)
- packaging support (thanks @kalxas) for:
 - openSUSE
 - Debian
- addition of owslib.__version__
- ISO support:
 - multiple gmd:identificationInfo elements
 - gmd:distributorInfo elements
- WMS
 - read additional Layer attributes (thanks @elemoine)
- numerous bug fixes

0.5 (2012-06-15)
----------------

- Support for the following parsers:
 - WPS 1.0.0
 - WFS 1.1.0
 - CRS handling
  - URNs
  - URIs
  - EPSG:xxxx style
- etree.py looks for lxml.etree first now
- catch WMS service exceptions on GetCapabilities
- CSW exceptions are now Pythonic

0.4 (2011-10-02)
----------------
- Support for the following parsers:
 - CSW 2.0.2
 - OWS Common 1.0.0, 1.1.0, 2.0.0
 - Filter Encoding 1.1.0
 - ISO 19115:2003
 - FGDC CSDGM
 - NASA DIF
 - Dublin Core
 - WFS 2.0
 - WCS 1.1
- New SCM/bug/mailing list infrastructure
- Sphinx documentation

0.3 (2008-05-08)
----------------
- WCS support.
- Support for basic authorization in WMS requests (#107).

0.2.1 (2007-08-06)
------------------
- Added support for Python 2.5.
- Fixed ticket #105: Don't depend on Content-length in the http headers for
  getfeature.

0.2.0 (2007-02-01)
------------------
- Change license to BSD.
- Added service contact metadata.