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