Skip to content

Commit

Permalink
Update version numbers etc for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 8, 2022
1 parent 54c6254 commit f23a362
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3
1.6.0
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ Wilf A. Wilson, Michael Young et al.

Licensing information can be found in the `LICENSE` file.

## Version 1.6.0 (released 08/09/2022)

This is a minor release including a number of new features:

* Implement `IsPermutationDigraph` by @baydrea in
https://github.com/digraphs/Digraphs/pull/513
* Add more implications (including some implications of falsity) by @wilfwilson
in https://github.com/digraphs/Digraphs/pull/494
* Add `OnTuplesDigraphs` and `OnSetsDigraphs` by @wilfwilson in
https://github.com/digraphs/Digraphs/pull/449
* Add checks for upper/lower semimodular lattices by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/375
* Add `AsDigraph` for partial perms by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/526
* Add `DigraphRandomWalk` by @mtorpey in
https://github.com/digraphs/Digraphs/pull/543
* Add constructors for random digraphs with particular properties by
@KamranKSharma in https://github.com/digraphs/Digraphs/pull/531
* Add `LatticeDigraphEmbedding` method by @MTWhyte in https://github.com/digraphs/Digraphs/pull/538
* Add `IsDistributiveLatticeDigraph` property by @MTWhyte in https://github.com/digraphs/Digraphs/pull/528

The following improvements were also made:

* Make improvements to `IsMeetSemilatticeDigraph` and
`IsJoinSemilatticeDigraph` by @MTWhyte in
https://github.com/digraphs/Digraphs/pull/556
* Add a workaround for macOS code signing issues by @fingolfin in
https://github.com/digraphs/Digraphs/pull/555

## Version 1.5.3 (released 20/05/2022)

This is a minor release including the following changes:
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.5.3">
## <!ENTITY VERSION "1.6.0">
## <!ENTITY GAPVERS "4.10.0">
## <!ENTITY GRAPEVERS "4.8.1">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY DATASTRUCTURESVERS "0.2.5">
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2">
## <!ENTITY ARCHIVENAME "digraphs-1.5.3">
## <!ENTITY ARCHIVENAME "digraphs-1.6.0">
## <!ENTITY COPYRIGHTYEARS "2014-22">
## <#/GAPDoc>

Expand All @@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
Version := "1.5.3",
Date := "20/05/2022", # dd/mm/yyyy format
Version := "1.6.0",
Date := "08/09/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
ArchiveFormats := ".tar.gz",

Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 1.6.0 - 08/09/2022
release 1.5.3 - 20/05/2022
release 1.5.2 - 30/03/2022
release 1.5.1 - 29/03/2022
Expand Down

0 comments on commit f23a362

Please sign in to comment.