-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGES.txt
31 lines (23 loc) · 906 Bytes
/
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
CHANGES
========
2011.201 Last significant commit to code.google.com/p/aima-python -- 2011
------
* svn commit number 201
* committed by "withal"
2013.202 Darius fixed "Issue 35" on code.google.com/p/aima-python -- 2013
------
* svn commit number 202
* committed by "withal"
2014.0 logistics refactoring, port repo to git and make pypi+github-friendly
---------
* move code to folder named after pypi package (aima)
* svn repo authors and commit history ported to git and pushed to github
* setup.py and aima/__init__.py (with version and authors) added by Hobson
* CHANGES.txt, LICENSE.txt (MIT)
* svn wiki ported to README as markdown
* empty requirements.txt
* .travis.yml for continuous deployment testing and green button on github
2015.2.15 allow unhashable states in search.Node
-----
* add force_hashable() function
* use `force_hashable()` when assigning states to nodes and hashing states