NEWS
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 10 Aug 2013 14:53:43 +0200
branch1.1
changeset 1273 44670dddcfcb
parent 1096 bcb6e4402a6e
permissions -rw-r--r--
Update NEWS file
alpar@1273
     1
2013-08-10 Version 1.1.6 released
alpar@1273
     2
alpar@1273
     3
        Release series 1.1 has reached its end of life. This is the last
alpar@1273
     4
        bugfix release in that series.
alpar@1273
     5
alpar@1273
     6
        #432: Add missing doc/template.h to release tarball
alpar@1273
     7
        #433: Support shared library build
alpar@1273
     8
        ----: Update CPLEX lookup
alpar@1273
     9
        ----: Make CBC interface compatible with latest CBC releases
alpar@1273
    10
        ----: Intel C++ compatibility fixes
alpar@1273
    11
        #441: Fix buggy reinitialization in _solver_bits::VarIndex::clear()
alpar@1273
    12
        #444: Bugfix in path copy constructors and assignment operators
alpar@1273
    13
        #447: Bugfix in AllArcLookUp<>
alpar@1273
    14
        #448: Bugfix in adaptor_test.cc
alpar@1273
    15
        #449: Fix clang compilation warnings and errors
alpar@1273
    16
        #440: Fix a bug + remove redundant typedefs in dimacs-solver
alpar@1273
    17
        #453: Avoid GCC 4.7 compiler warnings
alpar@1273
    18
        #445: Fix missing initialization in CplexEnv::CplexEnv()
alpar@1273
    19
        #470: Suppress 'unused local typedefs' warnings, and resolve others
alpar@1273
    20
        #461: Bugfix in assert.h
alpar@1273
    21
        #294: Add explicit namespace to ignore_unused_variable_warning() usages
alpar@1273
    22
        #439: Fix biNodeConnected() function
alpar@1273
    23
        #439: Clarification in biNodeConnected() doc
alpar@1273
    24
        ----: Remove -Werror form AM_INIT_AUTOMAKE
alpar@1273
    25
alpar@1096
    26
2011-11-09 Version 1.1.5 released
alpar@1096
    27
alpar@1096
    28
        Bugfix release.
alpar@1096
    29
alpar@1096
    30
        #428: Add missing lemon/lemon.pc.cmake to the release tarball
alpar@1096
    31
        #429: Fix VS warnings
alpar@1096
    32
        #430: Fix LpBase::Constr two-side limit bug
alpar@1096
    33
alpar@1080
    34
2011-08-08 Version 1.1.4 released
alpar@1080
    35
alpar@1080
    36
        Bugfix release.
alpar@1080
    37
alpar@1080
    38
        #392: Bug fix in Dfs::start(s,t)
alpar@1080
    39
        #414: Fix wrong initialization in Preflow
alpar@1080
    40
        #404: Update Doxygen configuration
alpar@1080
    41
        #416: Support tests with valgrind
alpar@1080
    42
        #418: Better Win CodeBlock/MinGW support
alpar@1080
    43
        #419: Backport build environment improvements from the main branch
alpar@1080
    44
              - Build of mip_test and lp_test precede the running of the tests
alpar@1080
    45
              - Also search for coin libs under ${COIN_ROOT_DIR}/lib/coin
alpar@1080
    46
              - Do not look for COIN_VOL libraries
alpar@1080
    47
        #382: Allow lgf file without Arc maps
alpar@1080
    48
        
alpar@1003
    49
2010-10-21 Version 1.1.3 released
alpar@1003
    50
alpar@1003
    51
        Bugfix release.
alpar@1003
    52
alpar@1003
    53
        #366: Fix Pred[Matrix]MapPath::empty()
alpar@1003
    54
        #371: Bug fix in (di)graphCopy()
alpar@1003
    55
              The target graph is cleared before adding nodes and arcs/edges.
alpar@1003
    56
alpar@1003
    57
        #356: Fix multiple execution bug in weighted matchings
alpar@1003
    58
        #364: Add missing UndirectedTags
alpar@1003
    59
        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
alpar@1003
    60
        #372: Fix a critical bug in preflow
alpar@1003
    61
alpar@939
    62
2010-03-08 Version 1.1.2 released
alpar@939
    63
alpar@939
    64
        Bugfix release.
alpar@939
    65
alpar@939
    66
        #317: Fix (and improve) error message in mip_test.cc
alpar@939
    67
              Remove unnecessary OsiCbc dependency
alpar@939
    68
        #250: Fix in pathSource() and pathTarget()
alpar@939
    69
        #322: Distribute LEMONConfig.cmake.in
alpar@939
    70
        #321: Use pathCopy(from,to) instead of copyPath(to,from)
alpar@939
    71
        #330: Bug fix in map_extender.h
alpar@939
    72
        #335: Fix clear() function in ExtendFindEnum
alpar@939
    73
        #337: Use void* as LPX object pointer
alpar@939
    74
        #336: Fix the date field comment of graphToEps() output
alpar@939
    75
        #323: Bug fix in Suurballe
alpar@939
    76
alpar@853
    77
2009-10-03 Version 1.1.1 released
alpar@853
    78
alpar@853
    79
        Bugfix release.
alpar@853
    80
alpar@853
    81
        #295: Suppress MSVC warnings using pragmas
alpar@853
    82
        ----: Various CMAKE related improvements
alpar@853
    83
              * Remove duplications from doc/CMakeLists.txt
alpar@853
    84
              * Rename documentation install folder from 'docs' to 'html'
alpar@853
    85
              * Add tools/CMakeLists.txt to the tarball
alpar@853
    86
              * Generate and install LEMONConfig.cmake
alpar@853
    87
              * Change the label of the html project in Visual Studio
alpar@853
    88
              * Fix the check for the 'long long' type
alpar@853
    89
              * Put the version string into config.h
alpar@853
    90
              * Minor CMake improvements
alpar@853
    91
              * Set the version to 'hg-tip' if everything fails
alpar@853
    92
        #311: Add missing 'explicit' keywords
alpar@853
    93
        #302: Fix the implementation and doc of CrossRefMap
alpar@853
    94
        #308: Remove duplicate list_graph.h entry from source list
alpar@853
    95
        #307: Bug fix in Preflow and Circulation
alpar@853
    96
alpar@712
    97
2009-05-13 Version 1.1 released
alpar@712
    98
alpar@712
    99
        This is the second stable release of the 1.x series. It
alpar@712
   100
        features a better coverage of the tools available in the 0.x
alpar@712
   101
        series, a thoroughly reworked LP/MIP interface plus various
alpar@712
   102
        improvements in the existing tools.
alpar@712
   103
alpar@712
   104
        * Much improved M$ Windows support
alpar@712
   105
          * Various improvements in the CMAKE build system
alpar@712
   106
          * Compilation warnings are fixed/suppressed
alpar@712
   107
        * Support IBM xlC compiler
alpar@712
   108
        * New algorithms
alpar@712
   109
          * Connectivity related algorithms (#61)
alpar@712
   110
          * Euler walks (#65)
alpar@712
   111
          * Preflow push-relabel max. flow algorithm (#176)
alpar@712
   112
          * Circulation algorithm (push-relabel based) (#175)
alpar@712
   113
          * Suurballe algorithm (#47)
alpar@712
   114
          * Gomory-Hu algorithm (#66)
alpar@712
   115
          * Hao-Orlin algorithm (#58)
alpar@712
   116
          * Edmond's maximum cardinality and weighted matching algorithms
alpar@712
   117
            in general graphs (#48,#265)
alpar@712
   118
          * Minimum cost arborescence/branching (#60)
alpar@712
   119
          * Network Simplex min. cost flow algorithm (#234)
alpar@712
   120
        * New data structures
alpar@712
   121
          * Full graph structure (#57)
alpar@712
   122
          * Grid graph structure (#57)
alpar@712
   123
          * Hypercube graph structure (#57)
alpar@712
   124
          * Graph adaptors (#67)
alpar@712
   125
          * ArcSet and EdgeSet classes (#67)
alpar@712
   126
          * Elevator class (#174)
alpar@712
   127
        * Other new tools
alpar@712
   128
          * LP/MIP interface (#44)
alpar@712
   129
            * Support for GLPK, CPLEX, Soplex, COIN-OR CLP and CBC
alpar@712
   130
          * Reader for the Nauty file format (#55)
alpar@712
   131
          * DIMACS readers (#167)
alpar@712
   132
          * Radix sort algorithms (#72)
alpar@712
   133
          * RangeIdMap and CrossRefMap (#160)
alpar@712
   134
        * New command line tools
alpar@712
   135
          * DIMACS to LGF converter (#182)
alpar@712
   136
          * lgf-gen - a graph generator (#45)
alpar@712
   137
          * DIMACS solver utility (#226)
alpar@712
   138
        * Other code improvements
alpar@712
   139
          * Lognormal distribution added to Random (#102)
alpar@712
   140
          * Better (i.e. O(1) time) item counting in SmartGraph (#3)
alpar@712
   141
          * The standard maps of graphs are guaranteed to be
alpar@712
   142
            reference maps (#190)
alpar@712
   143
        * Miscellaneous
alpar@712
   144
          * Various doc improvements
alpar@712
   145
          * Improved 0.x -> 1.x converter script
alpar@712
   146
alpar@712
   147
        * Several bugfixes (compared to release 1.0):
alpar@712
   148
          #170: Bugfix SmartDigraph::split()
alpar@712
   149
          #171: Bugfix in SmartGraph::restoreSnapshot()
alpar@712
   150
          #172: Extended test cases for graphs and digraphs
alpar@712
   151
          #173: Bugfix in Random
alpar@712
   152
                * operator()s always return a double now
alpar@712
   153
                * the faulty real<Num>(Num) and real<Num>(Num,Num)
alpar@712
   154
                  have been removed
alpar@712
   155
          #187: Remove DijkstraWidestPathOperationTraits
alpar@712
   156
          #61:  Bugfix in DfsVisit
alpar@712
   157
          #193: Bugfix in GraphReader::skipSection()
alpar@712
   158
          #195: Bugfix in ConEdgeIt()
alpar@712
   159
          #197: Bugfix in heap unionfind
alpar@712
   160
                * This bug affects Edmond's general matching algorithms
alpar@712
   161
          #207: Fix 'make install' without 'make html' using CMAKE
alpar@712
   162
          #208: Suppress or fix VS2008 compilation warnings
alpar@712
   163
          ----: Update the LEMON icon
alpar@712
   164
          ----: Enable the component-based installer
alpar@712
   165
                (in installers made by CPACK)
alpar@712
   166
          ----: Set the proper version for CMAKE in the tarballs
alpar@712
   167
                (made by autotools)
alpar@712
   168
          ----: Minor clarification in the LICENSE file
alpar@712
   169
          ----: Add missing unistd.h include to time_measure.h
alpar@712
   170
          #204: Compilation bug fixed in graph_to_eps.h with VS2005
alpar@712
   171
          #214,#215: windows.h should never be included by lemon headers
alpar@712
   172
          #230: Build systems check the availability of 'long long' type
alpar@712
   173
          #229: Default implementation of Tolerance<> is used for integer types
alpar@712
   174
          #211,#212: Various fixes for compiling on AIX
alpar@712
   175
          ----: Improvements in CMAKE config
alpar@712
   176
                - docs is installed in share/doc/
alpar@712
   177
                - detects newer versions of Ghostscript
alpar@712
   178
          #239: Fix missing 'inline' specifier in time_measure.h
alpar@712
   179
          #274,#280: Install lemon/config.h
alpar@712
   180
          #275: Prefix macro names with LEMON_ in lemon/config.h
alpar@712
   181
          ----: Small script for making the release tarballs added
alpar@712
   182
          ----: Minor improvement in unify-sources.sh (a76f55d7d397)
alpar@712
   183
alpar@534
   184
2009-03-27 LEMON joins to the COIN-OR initiative
alpar@534
   185
alpar@534
   186
        COIN-OR (Computational Infrastructure for Operations Research,
alpar@534
   187
        http://www.coin-or.org) project is an initiative to spur the
alpar@534
   188
        development of open-source software for the operations research
alpar@534
   189
        community.
alpar@534
   190
alpar@322
   191
2008-10-13 Version 1.0 released
alpar@262
   192
alpar@1273
   193
        This is the first stable release of LEMON. Compared to the 0.x
alpar@1273
   194
        release series, it features a considerably smaller but more
alpar@1273
   195
        matured set of tools. The API has also completely revised and
alpar@1273
   196
        changed in several places.
alpar@262
   197
alpar@1273
   198
        * The major name changes compared to the 0.x series (see the
alpar@322
   199
          Migration Guide in the doc for more details)
alpar@262
   200
          * Graph -> Digraph, UGraph -> Graph
alpar@262
   201
          * Edge -> Arc, UEdge -> Edge
alpar@1273
   202
          * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
alpar@1273
   203
        * Other improvements
alpar@1273
   204
          * Better documentation
alpar@1273
   205
          * Reviewed and cleaned up codebase
alpar@1273
   206
          * CMake based build system (along with the autotools based one)
alpar@1273
   207
        * Contents of the library (ported from 0.x)
alpar@1273
   208
          * Algorithms
alpar@1273
   209
            * breadth-first search (bfs.h)
alpar@1273
   210
            * depth-first search (dfs.h)
alpar@1273
   211
            * Dijkstra's algorithm (dijkstra.h)
alpar@1273
   212
            * Kruskal's algorithm (kruskal.h)
alpar@1273
   213
          * Data structures
alpar@1273
   214
            * graph data structures (list_graph.h, smart_graph.h)
alpar@1273
   215
            * path data structures (path.h)
alpar@1273
   216
            * binary heap data structure (bin_heap.h)
alpar@1273
   217
            * union-find data structures (unionfind.h)
alpar@1273
   218
            * miscellaneous property maps (maps.h)
alpar@1273
   219
            * two dimensional vector and bounding box (dim2.h)
alpar@262
   220
          * Concepts
alpar@1273
   221
            * graph structure concepts (concepts/digraph.h, concepts/graph.h,
alpar@262
   222
              concepts/graph_components.h)
alpar@1273
   223
            * concepts for other structures (concepts/heap.h, concepts/maps.h,
alpar@1273
   224
              concepts/path.h)
alpar@1273
   225
          * Tools
alpar@1273
   226
            * Mersenne twister random number generator (random.h)
alpar@1273
   227
            * tools for measuring cpu and wall clock time (time_measure.h)
alpar@1273
   228
            * tools for counting steps and events (counter.h)
alpar@1273
   229
            * tool for parsing command line arguments (arg_parser.h)
alpar@1273
   230
            * tool for visualizing graphs (graph_to_eps.h)
alpar@1273
   231
            * tools for reading and writing data in LEMON Graph Format
alpar@262
   232
              (lgf_reader.h, lgf_writer.h)
alpar@262
   233
            * tools to handle the anomalies of calculations with
alpar@1273
   234
              floating point numbers (tolerance.h)
alpar@262
   235
            * tools to manage RGB colors (color.h)
alpar@1273
   236
          * Infrastructure
alpar@1273
   237
            * extended assertion handling (assert.h)
alpar@1273
   238
            * exception classes and error handling (error.h)
alpar@1273
   239
            * concept checking (concept_check.h)
alpar@1273
   240
            * commonly used mathematical constants (math.h)