Skip to content

Commit

Permalink
Update package for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jul 12, 2017
1 parent 5dd6454 commit 1524936
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Michael Torpey, Wilf A. Wilson et al.

Licensing information can be found in the LICENSE file.

## Version 0.9.0 (released 12/07/2017)
This release introduces several new features.

### New Features in Version 0.9.0
The following attributes and properties were added by
[James D. Mitchell](http://goo.gl/ZtViV6):

* `ArticulationPoints` (and its synonym `CutVertices`)
* `IsBiconnectedDigraph`
* `IsCycleDigraph`

The following operations related to matchings were added by Isabella Scott and
[Wilf A. Wilson](http://wilf.me):

* `IsMatching`
* `IsPerfectMatching`
* `IsMaximalMatching`

## Version 0.8.1 (released 18/05/2017)
This is a minor release, which updates the README file and updates the list of
package authors and contributors.
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "0.8.1">
## <!ENTITY VERSION "0.9.0">
## <!ENTITY GAPVERS "4.8.2">
## <!ENTITY GRAPEVERS "4.5">
## <!ENTITY IOVERS "4.4.4">
## <!ENTITY ORBVERS "4.7.5">
## <!ENTITY ARCHIVENAME "digraphs-0.8.1">
## <!ENTITY ARCHIVENAME "digraphs-0.9.0">
## <!ENTITY COPYRIGHTYEARS "2014-17">
## <#/GAPDoc>

SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "",
Version := "0.8.1",
Date := "18/05/2017",
Version := "0.9.0",
Date := "12/07/2017",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 0.9.0 - 12/07/2017
release 0.8.1 - 18/05/2017
release 0.8.0 - 17/05/2017
release 0.7.1 - 22/03/2017
Expand Down

0 comments on commit 1524936

Please sign in to comment.