|
1 | 1 | Changelog for python-aiml
|
2 | 2 |
|
3 |
| - - refactored to make it compatible for both Python2 (tested on 2.7) & Python3 |
4 |
| - (tested on 3.4) |
5 |
| - - Default encoding behaviour for input & output strings: UTF-8 encoded |
6 |
| - strings are used in Py2 (for backwards compatibility), unicode strings |
7 |
| - in Py3. This can be changed via the Kernel.setTextEncoding() method. |
8 |
| - - Tests moved from inside package to separate test files, and refactored |
9 |
| - to use standard Python unit test infrastructure |
10 |
| - - Additional argument 'chdir' to Kernel.bootstrap() method |
11 |
| - - aimlvalidate & test scripts install as package scripts "aiml-validate" and |
12 |
| - "aiml-bot". Thet have been refactored and contain additional arguments |
13 |
| - - The "standard" AIML set has been moved as package data, and installs with |
14 |
| - it |
| 3 | +version 0.9.0 |
| 4 | + |
| 5 | +* Refactored to make it compatible for both Python2 (tested on 2.7) & Python3 |
| 6 | + (tested on 3.4) |
| 7 | +* By default utf8-encoded strings are used in Py2 (for backwards compatibility), |
| 8 | + and standard strings (i.e unicode) in Py3 |
| 9 | + - This can be changed via the `Kernel.setTextEncoding()` method. |
| 10 | +* Tests moved from inside package to separate test files, and refactored to use |
| 11 | + standard Python unit test infrastructure |
| 12 | +* Additional argument _chdir_ to `Kernel.bootstrap()` method |
| 13 | +* aimlvalidate & test scripts install now as package scripts aiml-validate and |
| 14 | + aiml-bot. They have been refactored and contain additional arguments |
| 15 | +* The "standard" AIML set has been moved as package data, and installs with it |
| 16 | +* Added ALICE AIML v. 1.9 from aiml-en-us-foundation-alice at |
| 17 | + https://code.google.com/archive/p/aiml-en-us-foundation-alice/downloads |
| 18 | + * aiml-en-us-foundation-alice has GNU Lesser GPL license |
| 19 | + (http://www.gnu.org/licenses/lgpl.html) |
| 20 | + * a few AIML 1.9 files have been corrected. Two of them have been commented |
| 21 | + out since they use the AIML 2.0 <learn> construct |
| 22 | + |
15 | 23 |
|
16 | 24 |
|
17 | 25 | ------------------------------------------------------------------------------
|
|
0 commit comments