Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jul 3, 2022
1 parent 53620e9 commit 354de29
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 27 deletions.
4 changes: 2 additions & 2 deletions src/QuikGraph.Data/QuikGraph.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
Expand Down Expand Up @@ -28,7 +28,7 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Data</PackageId>
<PackageReleaseNotes>➟ Release 2.3.0
<PackageReleaseNotes>➟ Release 2.4.0
Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Data</PackageTags>
Expand Down
12 changes: 6 additions & 6 deletions src/QuikGraph.Graphviz/QuikGraph.Graphviz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Graphviz</PackageId>
<PackageReleaseNotes>➟ Release 2.3.1
<PackageReleaseNotes>➟ Release 2.4.0
Fixes:
- Properly treat common vertex format when converting a graph to Graphviz.
- Fix the conversion to Graphviz from delegate graph implementations.

Updates:
- Label has priority if set over Record on GraphvizVertex.
Optims:
- Slight optimizations.

New:
- Add support of HTML labels.</PackageReleaseNotes>
Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Graphviz</PackageTags>
</PropertyGroup>

Expand Down
5 changes: 1 addition & 4 deletions src/QuikGraph.MSAGL/QuikGraph.MSAGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.MSAGL</PackageId>
<PackageReleaseNotes>➟ Release 2.3.0
Fixes:
- Update reference to AutomaticGraphLayout packages in order to fix assembly strong naming issues.

<PackageReleaseNotes>➟ Release 2.4.0
Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET MSAGL</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/QuikGraph.Petri/QuikGraph.Petri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Petri</PackageId>
<PackageReleaseNotes>➟ Release 2.3.0
<PackageReleaseNotes>➟ Release 2.4.0
Updates:
- Update package dependencies.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Petri</PackageTags>
Expand Down
8 changes: 6 additions & 2 deletions src/QuikGraph.Serialization/QuikGraph.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Serialization</PackageId>
<PackageReleaseNotes>➟ Release 2.3.0
<PackageReleaseNotes>➟ Release 2.4.0
Updates:
- Update package dependencies.</PackageReleaseNotes>
- GraphML deserialization extensions now work on IMutableVertexAndEdgeSet rather than IMutableVertexAndEdgeListGraph (allow deserialization on undirected graph).
- Update package dependencies.

Misc:
- Add target to reduce dependencies in some cases.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization</PackageTags>
</PropertyGroup>

Expand Down
20 changes: 8 additions & 12 deletions src/QuikGraph/QuikGraph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,19 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph</PackageId>
<PackageReleaseNotes>➟ Release 2.3.0
Fixes:
- Fix the serialization implementation of UndirectedGraph, ArrayUndirectedGraph and UndirectedBidirectionalGraph.
- Fix A* implementation to also compute cost on tree edge.

<PackageReleaseNotes>➟ Release 2.4.0
Updates:
- Remove some serializable attributes from algorithms and predicates classes (homognization).
- Remove serializable attributes from delegate graphs implementations.
- All QuikGraph exceptions can be constructed with a custom message and an eventual inner exception.
- CompressedSparseRowGraph also implements IEdgeListGraph interface.
- EquateGraphs.Equate helpers now supports a wider range of graph comparisons.
- Vertices and edges removal notifications from AdjacencyGraph, EdgeListGraph, BidirectionalGraph and UndirectedGraph are more consistent.

Optims:
- Optimize vertices and/or edges removal operations on AdjacencyGraph, BidirectionalGraph, BidirectionalMatrixGraph, ClusteredAdjacencyGraph and UndirectedGraph.

New:
- Add the IDistancesCollection to interface the distance information retrieval from shortest path algorithms. Legacy accesses to distances are marked as obsolete.
- Expose a Prim relaxer.

Misc:
- Remove the dependency to System.Collections.NonGeneric for .NET Standard 1.3 target.</PackageReleaseNotes>
- Improve library documentation related to raisable exceptions.
- Remove the dependency to System.Reflection.TypeExtensions for .NET Standard 1.3 target.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 354de29

Please sign in to comment.