NEWS
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 08 Aug 2011 00:00:00 +0200
branch1.0
changeset 1123 351009ebb624
parent 1001 7d26a96745f7
permissions -rw-r--r--
Release series 1.0.x has reached its end of life.
alpar@1077
     1
2011-08-08 Version 1.0.7 released
alpar@1077
     2
alpar@1077
     3
        Release series 1.0 has reached its end of life. This is the last
alpar@1077
     4
        bugfix release in that series.
alpar@1077
     5
alpar@1077
     6
        #382: Allow lgf files without Arc maps
alpar@1077
     7
        #392: Bug fix in Dfs::start(s,t)
alpar@1077
     8
alpar@1001
     9
2010-10-21 Version 1.0.6 released
alpar@1001
    10
alpar@1001
    11
        Bugfix release.
alpar@1001
    12
alpar@1001
    13
        #366: Fix Pred[Matrix]MapPath::empty()
alpar@1001
    14
        #371: Bug fix in (di)graphCopy()
alpar@1001
    15
              The target graph is cleared before adding nodes and arcs/edges.
alpar@1001
    16
alpar@1001
    17
alpar@937
    18
2010-03-08 Version 1.0.5 released
alpar@937
    19
alpar@937
    20
        Bugfix release.
alpar@937
    21
alpar@937
    22
        #250: Fix in pathSource() and pathTarget()
alpar@937
    23
        #321: Use pathCopy(from,to) instead of copyPath(to,from)
alpar@937
    24
        #330: Bug fix in map_extender.h
alpar@937
    25
        #335: Fix clear() function in ExtendFindEnum (#335)
alpar@937
    26
        #336: Fix the date field comment of graphToEps() output
alpar@937
    27
alpar@545
    28
2009-05-05 Version 1.0.4 released
alpar@545
    29
alpar@545
    30
        Bugfix release.
alpar@545
    31
alpar@545
    32
        #274,#280: Install lemon/config.h and fix its bad include by core.h
alpar@545
    33
        #275: Prefix macro names with LEMON_ in lemon/config.h
alpar@545
    34
        ----: Small script for making the release tarballs added
alpar@545
    35
        ----: Minor improvement in unify-sources.sh (a76f55d7d397)
alpar@545
    36
alpar@534
    37
2009-03-27 LEMON joins to the COIN-OR initiative
alpar@534
    38
alpar@534
    39
        COIN-OR (Computational Infrastructure for Operations Research,
alpar@534
    40
        http://www.coin-or.org) project is an initiative to spur the
alpar@534
    41
        development of open-source software for the operations research
alpar@534
    42
        community.
alpar@534
    43
alpar@532
    44
2009-03-26 Version 1.0.3 released
alpar@532
    45
alpar@532
    46
        Bugfix release, mainly targeting better AIX/xlC and WIN32
alpar@532
    47
        compatibility.
alpar@532
    48
alpar@532
    49
        ----: Minor clarification in the LICENSE file
alpar@532
    50
        ----: Add missing unistd.h include to time_measure.h
alpar@532
    51
        #204: Compilation bug fixed in graph_to_eps.h with VS2005
alpar@532
    52
        #214,#215: windows.h is never be included by lemon headers
alpar@532
    53
        #230: Build systems check the availability of 'long long' type
alpar@532
    54
        #229: Default implementation of Tolerance<> is used for integer types
alpar@532
    55
        #211,#212: Various fixes for compiling on AIX
alpar@532
    56
        ----: Improvements in CMAKE config
alpar@532
    57
              - docs is installed in share/doc/
alpar@532
    58
              - detects newer versions of Ghostscript
alpar@532
    59
        #239: Fix missing 'inline' specifier in time_measure.h
alpar@532
    60
        
alpar@505
    61
2009-01-23 Version 1.0.2 released
alpar@505
    62
alpar@505
    63
        Bugfix release.
alpar@505
    64
alpar@505
    65
        #193: Bugfix in GraphReader::skipSection()
alpar@505
    66
        #195: Bugfix in ConEdgeIt()
alpar@505
    67
        #197: Bugfix in heap unionfind
alpar@505
    68
              * This bug affects Edmond's general matching algorithms.
alpar@505
    69
                (Not available in this release.)
alpar@505
    70
        #207: Fix 'make install' without 'make html' using CMAKE
alpar@505
    71
        #208: Suppress or fix VS2008 compilation warnings
alpar@505
    72
        ----: Update the LEMON icon
alpar@505
    73
        ----: Enable the component-based installer
alpar@505
    74
              (in installers made by CPACK)
alpar@505
    75
        ----: Set the proper version for CMAKE in the tarballs
alpar@505
    76
              (made by autotools).
alpar@505
    77
alpar@440
    78
2008-12-06 Version 1.0.1 released
alpar@440
    79
alpar@440
    80
        Bugfix release.
alpar@440
    81
alpar@440
    82
        #170: Bugfix SmartDigraph::split()
alpar@440
    83
        #171: Bugfix in SmartGraph::restoreSnapshot()
alpar@440
    84
        #172: Extended test cases for graphs and digraphs
alpar@440
    85
        #173: Bugfix in Random
alpar@440
    86
              * operator()s always return a double now
alpar@440
    87
              * the faulty real<Num>(Num) and real<Num>(Num,Num)
alpar@440
    88
                have been removed
alpar@440
    89
        #187: Remove DijkstraWidestPathOperationTraits
alpar@440
    90
        #61:  Bugfix in DfsVisit
alpar@440
    91
alpar@322
    92
2008-10-13 Version 1.0 released
alpar@262
    93
alpar@262
    94
	This is the first stable release of LEMON. Compared to the 0.x
alpar@262
    95
	release series, it features a considerably smaller but more
alpar@262
    96
	matured set of tools. The API has also completely revised and
alpar@262
    97
	changed in several places.
alpar@262
    98
alpar@322
    99
	* The major name changes compared to the 0.x series (see the
alpar@322
   100
          Migration Guide in the doc for more details)
alpar@262
   101
          * Graph -> Digraph, UGraph -> Graph
alpar@262
   102
          * Edge -> Arc, UEdge -> Edge
alpar@262
   103
	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
alpar@262
   104
	* Other improvements
alpar@262
   105
	  * Better documentation
alpar@262
   106
	  * Reviewed and cleaned up codebase
alpar@262
   107
	  * CMake based build system (along with the autotools based one)
alpar@262
   108
	* Contents of the library (ported from 0.x)
alpar@262
   109
	  * Algorithms
alpar@262
   110
       	    * breadth-first search (bfs.h)
alpar@262
   111
       	    * depth-first search (dfs.h)
alpar@262
   112
       	    * Dijkstra's algorithm (dijkstra.h)
alpar@262
   113
       	    * Kruskal's algorithm (kruskal.h)
alpar@262
   114
    	  * Data structures
alpar@262
   115
       	    * graph data structures (list_graph.h, smart_graph.h)
alpar@262
   116
       	    * path data structures (path.h)
alpar@262
   117
       	    * binary heap data structure (bin_heap.h)
alpar@262
   118
       	    * union-find data structures (unionfind.h)
alpar@262
   119
       	    * miscellaneous property maps (maps.h)
alpar@262
   120
       	    * two dimensional vector and bounding box (dim2.h)
alpar@262
   121
          * Concepts
alpar@262
   122
       	    * graph structure concepts (concepts/digraph.h, concepts/graph.h,
alpar@262
   123
              concepts/graph_components.h)
alpar@262
   124
       	    * concepts for other structures (concepts/heap.h, concepts/maps.h,
alpar@262
   125
	      concepts/path.h)
alpar@262
   126
    	  * Tools
alpar@262
   127
       	    * Mersenne twister random number generator (random.h)
alpar@262
   128
       	    * tools for measuring cpu and wall clock time (time_measure.h)
alpar@262
   129
       	    * tools for counting steps and events (counter.h)
alpar@262
   130
       	    * tool for parsing command line arguments (arg_parser.h)
alpar@262
   131
       	    * tool for visualizing graphs (graph_to_eps.h)
alpar@262
   132
       	    * tools for reading and writing data in LEMON Graph Format
alpar@262
   133
              (lgf_reader.h, lgf_writer.h)
alpar@262
   134
            * tools to handle the anomalies of calculations with
alpar@262
   135
	      floating point numbers (tolerance.h)
alpar@262
   136
            * tools to manage RGB colors (color.h)
alpar@262
   137
    	  * Infrastructure
alpar@262
   138
       	    * extended assertion handling (assert.h)
alpar@262
   139
       	    * exception classes and error handling (error.h)
alpar@262
   140
      	    * concept checking (concept_check.h)
alpar@262
   141
       	    * commonly used mathematical constants (math.h)