Skip to content

Commit

Permalink
minor update in PackageInfo.g
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Feb 7, 2024
1 parent 9283570 commit 01f52d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ authors:
- family-names: Kozin
given-names: "Valerii K."
title: "QDistRnd: Calculate the distance of a q-ary quantum stabilizer code"
version: v0.8.5
date-released: 2022-03-21
version: v0.9.3
date-released: 2024-02-06
repository-code: "https://github.com/QEC-pages/QDistRnd"
url: "https://QEC-pages.github.io/QDistRnd/"
keywords:
Expand Down
16 changes: 6 additions & 10 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ SetPackageInfo(
rec(
PackageName := "QDistRnd",
Subtitle := "Calculate the distance of a q-ary quantum stabilizer code",
Version := "0.9.2",
Date := "19/01/2024",
Version := "0.9.3",
Date := "06/02/2024",
License := "GPL-2.0-or-later",
PackageWWWHome := "https://QEC-pages.github.io/QDistRnd",
SourceRepository :=
Expand Down Expand Up @@ -57,7 +57,6 @@ SetPackageInfo(
Email := "[email protected]",
WWWHome := "http://faculty.ucr.edu/~leonid",
PostalAddress := Concatenation( [
"Leonid Pryadko\n",
"Department of Physics & Astronomy\n",
"University of California\n",
"Riverside, CA 92521\n",
Expand All @@ -73,7 +72,6 @@ SetPackageInfo(
Email := "[email protected]",
WWWHome := "https://sites.google.com/view/vadim-shabashov/",
PostalAddress := Concatenation( [
"Vadim Shabashov\n",
"The Department of Physics & Engineering\n",
"ITMO University\n",
"St. Petersburg, 197101\n",
Expand All @@ -87,11 +85,9 @@ SetPackageInfo(
IsMaintainer := true,
Email := "[email protected]",
PostalAddress := Concatenation( [
"Valerii Kozin\n",
"The Department of Physics & Engineering\n",
"ITMO University\n",
"St. Petersburg, 197101\n",
"Russia" ] ),
"Department of Physics, University of Basel\n",
"Klingelbergstrasse 82, CH-4056 Basel,\n",
"Switzerland" ] ),
Institution := "ITMO University"

This comment has been minimized.

Copy link
@fingolfin

fingolfin Feb 9, 2024

Contributor

@LeonidPryadko shouldn't this line also be changed?

)

Expand Down Expand Up @@ -134,7 +130,7 @@ SetPackageInfo(
TitlePage := rec(
Copyright := """
<Index>License</Index>
&copyright; 2021 by Leonid P. Pryadko and Vadim A. Shabashov<P/>
&copyright; 2021--2024 by Leonid P. Pryadko and Vadim A. Shabashov<P/>
&QDistRnd; package is free software;
you can redistribute it and/or modify it under the terms of the
<URL Text="GNU General Public License">https://www.fsf.org/licenses/gpl.html</URL>
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ included with `GAP` version 4.11; this or later version of `GAP` is
strongly recommended.

## Installation
As of February 2022, the `QDistRnd` package is not distributed with a
standard installation of `GAP`.
Starting with GAP.4.13.0, the `QDistRnd` package is distributed with a standard installation of `GAP`.

This comment has been minimized.

Copy link
@fingolfin

fingolfin Feb 9, 2024

Contributor

oops, "GAP.4.13.0" -> "GAP 4.13.0" ? not very important, but maybe fix (no need for a new release, but this way it'll be fixed in the next release)


To install the package permanently, download the latest released version from
[releases](https://github.com/QEC-pages/QDistRnd/releases/)
Expand Down

0 comments on commit 01f52d2

Please sign in to comment.