File: ChangeLog

package info (click to toggle)
python-fann2 1%3A1.2.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 500 kB
  • sloc: cpp: 1,615; ansic: 862; python: 116; makefile: 22; sh: 13
file content (39 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (4)
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.