File: ChangeLog

package info (click to toggle)
logilab-constraint 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 2,762; xml: 165; makefile: 20
file content (83 lines) | stat: -rw-r--r-- 1,857 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
ChangeLog for logilab.constraint
================================

2015-07-06  --  0.6.0
    * python3 support

2012-03-29  --  0.5.0
    * drop pscysupport (#90272)

    * make FiniteDomain inherits from set builting (#89865)

    * test fixes



2008-08-07  --  0.4.0
    * allow capture of solver output



2005-09-05  --  0.3.0
    * Added finite interval domains and constraints in module
      constraint.fi

    * constraint now depends on logilab.common to support a larger number
      of python versions 

    * Optimisation of finite domains by using copy on write

    * Better heuristics for constraint queuing



2005-06-17  --  0.2.7
    * Added fd.InSet special constraint that tests for set inclusion

    * bumped copyright

    * pylint fixes



2004-12-22  --  0.2.6
    * Dropped support for python2.2, added support for python2.4

    * Optimized version of Expression and BinaryExpression, as well as
      several other optimizations lead to increased performance (money2 runs
      almost 40% faster with the new release, queens about 20%)

    * Optimizations in the search algorithm leads to important speedups
      when only looking for a single solution (instead of performing an
      exhaustive search of all solutions)

    * Added a warning when psyco cannot be loaded



2004-06-13  --  0.2.5
    * logilab/debian packaging

    * New constraint AllDistinct with linear narrowing time

    * updated unit tests

    * updated send+more=money example

    * added RandomizingDistributor



2002-10-16  --  0.2.3
    * New distributors SplitDistributor and EnumeratorDistributor

    * fast solution in examples/menza2.py

    * Dichotomy distributors can now split domains in more than two parts.

    * added timestamps to log messages

    * updated queens.py to use the new EnumeratorDistributor (25% speed increase)