-
Notifications
You must be signed in to change notification settings - Fork 24
/
ChangeLog
39 lines (27 loc) · 1.08 KB
/
ChangeLog
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
=========
CHANGELOG
=========
1.1.2 - 2017-12-07
* Fix badly placed return value for nested conditional under FANN libs search function.
* Fixed indentation for raise function under for loop.
1.1.1 - 2017-12-07
* Added '/usr/lib64' directory to FANN libs search function for setup.py.
* Removed unnecessary search block for FreeBSD specifics.
* Pylinted setup.py.
1.1.0 - 2017-10-02
* Fixed build for Windows OS.
* Added Windows installation details to README.
* Added support for 2.7 - 3.6.
* Fixed functions that return arrays and functions that deal with "FANN::connection arrays". Patch by @troiganto.
* Created wheel files for FreeBSD, Windows x64 & Linux (py27 & py36).
1.0.7 - 2015-03-31
* Fixed build for ARM devices
1.0.6 - 2015-03-30
* Fixed type/size checking for array of arrays (ksuszka/patch-1).
* Updated README.
* Added ChangeLog.
1.0.0 - 2014-06-20
* Original python bindings included with FANN 2.1.0beta, updated to include
support for python 2.6-3.4.
* Added pypi package for these bindings.
* Added pkgsrc package for these bindings.