File: HISTORY.rst

package info (click to toggle)
babelfish 0.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: python: 787; makefile: 5; sh: 3
file content (119 lines) | stat: -rw-r--r-- 1,757 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
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
Changelog
=========

0.5.4
-----
**release date:** 2015-01-24

* Fix setuptools deprecation warning

0.5.3
-----
**release date:** 2014-06-22

* Better equality semantics for Language, Country, Script

0.5.2
-----
**release date:** 2014-05-25

* Babelfish objects (Language, Country, Script) are now picklable
* Added support for Python 3.4


0.5.1
-----
**release date:** 2014-01-26

* Add a register method to ConverterManager to register without loading


0.5.0
-----
**release date:** 2014-01-25

**WARNING:** Backward incompatible changes

* Simplify converter management with ConverterManager class
* Make babelfish usable in place
* Add Python 2.6 / 3.2 compatibility


0.4.0
-----
**release date:** 2013-11-21

**WARNING:** Backward incompatible changes

* Add converter support for Country
* Language/country reverse name detection is now case-insensitive
* Add alpha3t, scope and type converters
* Use lazy loading of converters


0.3.0
-----
**release date:** 2013-11-09

* Add support for scripts
* Improve built-in converters
* Add support for ietf


0.2.1
-----
**release date:** 2013-11-03

* Fix reading of data files


0.2.0
-----
**release date:** 2013-10-31

* Add str method
* More explicit exceptions
* Change repr format to use ascii only


0.1.5
-----
**release date:** 2013-10-21

* Add a fromcode method on Language class
* Add a codes attribute on converters


0.1.4
-----
**release date:** 2013-10-20

* Fix converters not raising NoConversionError


0.1.3
-----
**release date:** 2013-09-29

* Fix source distribution


0.1.2
-----
**release date:** 2013-09-29

* Add missing files to source distribution


0.1.1
-----
**release date:** 2013-09-28

* Fix python3 support


0.1
---
**release date:** 2013-09-28

* Initial version