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