|
1 | 1 | # Readme info:
|
2 | 2 |
|
3 |
| -Version: 1.4.3 <br/> |
| 3 | +Version: 1.5.0 <br/> |
4 | 4 | Authors: Keith Sterling <br/>
|
5 |
| -Date: 1st December 2017 <br/> |
6 |
| - |
7 |
| -### Whats New in 1.4 |
8 |
| -The next stage of refactoring sees defaults.aiml and personality.aiml refactored out into specific files grouped around topics, subjects and patterns. |
9 |
| -In the same way that 1.3 introduced a easier way to manage reductions, 1.4 introduces the same easy way to manage actual responses. |
| 5 | +Date: 12th December 2017 <br/> |
| 6 | + |
| 7 | +### What's new in 1.5 |
| 8 | +This version sees a huge increase in the number of categories, adding an additional 45K to the Y-Bot bain |
| 9 | +Also in this release sees the socket bot client first major outing and updates to the get/set nodes to support multi |
| 10 | +threading and multi client support, fixing an issue in the sanic rest client along the way |
| 11 | +Finally this release also sees the webchat client get multi user support through the use of session cookies |
| 12 | + |
| 13 | +### What's New in 1.4 |
| 14 | +The next stage of refactoring sees defaults.aiml and personality.aiml refactored out into specific files grouped around |
| 15 | +topics, subjects and patterns. |
| 16 | +In the same way that 1.3 introduced a easier way to manage reductions, 1.4 introduces the same easy way to manage actual |
| 17 | +responses. |
10 | 18 | Subsequent point releases will see this refactoring continue.
|
11 | 19 |
|
12 |
| -### Whats New in 1.3 |
| 20 | +### What's New in 1.3 |
13 | 21 | 1.3 saw the compete refactoring of the reductions AIML files. These contained over 27K lines of AIML, making
|
14 | 22 | it almost impossible to edit and maintain. This releases breaks these files into subject specific files.
|
15 | 23 | Further releases will see the refactoring continue in more detail
|
16 | 24 |
|
17 |
| -### Whats New in 1.2 |
| 25 | +### What's New in 1.2 |
18 | 26 | * RDF Engine completely rewritten to be fully compatible with Alice grammar
|
19 | 27 | * Refactored Y-Bot triples.txt into more understandable and workable files based on category
|
20 | 28 | * New RDF Formatter tool in utils
|
21 | 29 | * Updated use of file handling to open all but neccassary files in readonly mode
|
22 | 30 | * Conversations now persistent between bot restarts
|
23 | 31 |
|
24 |
| -### Whats New in 1.1 |
| 32 | +### What's New in 1.1 |
25 | 33 | * CSV Output.
|
26 | 34 | * Default Variables
|
27 | 35 |
|
28 |
| - |
29 | 36 | # Introduction
|
30 | 37 |
|
31 | 38 | Program Y is an AIML interpretor written in Python. It includes an entire Python 3 framework for building you own chat bots using
|
|
0 commit comments