Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.85 #68

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGES log for the 'Utils' package

## Version 0.84dev for GAP 4.12.2 (08/01/24)
* (08/01/24) avoid tgrivial function wrappers in List and ForAll
## Version 0.85 for GAP 4.12.2 (23/01/24)
* (08/01/24) avoid trivial function wrappers in List and ForAll

## Version 0.84 for GAP 4.12.2 (11/09/23)
* (11/09/23) changed manual and test for DirectSumDecompositionMatrices
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "utils",
Subtitle := "Utility functions in GAP",
Version := "0.84dev",
Date := "08/01/2024", # dd/mm/yyyy format
Version := "0.85",
Date := "23/01/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -146,7 +146,7 @@ TestFile := "tst/testall.g",
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 2015-2023, The GAP Group. <P/>\n",
"&copyright; 2015-2024, The GAP Group. <P/>\n",
"The &Utils; package is free software; you can redistribute it ",
"and/or modify it under the terms of the GNU General ",
"Public License as published by the Free Software Foundation; ",
Expand All @@ -167,7 +167,7 @@ AutoDoc := rec(
"<P/>\n",
"Bug reports, suggestions and comments are, of course, welcome.\n",
"Please contact the last author at ",
"<Email>[email protected]</Email> ",
"<Email>[email protected]</Email> ",
"or submit an issue at the GitHub repository ",
"<URL>https://github.com/gap-packages/utils/issues/</URL>.\n"
),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Other generally useful functions, which are not deemed suitable for the main lib

## Copyright

The `Utils` package is Copyright {\copyright} The GAP Group, 2015-2022.
The `Utils` package is Copyright {\copyright} The GAP Group, 2015-2024.

`Utils` is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -43,6 +43,6 @@ of the GAP root directory.

If you have a question relating to `Utils`, encounter any problems,
or wish to suggest other functions to be transferred to the package, please
* email <[email protected]>
* email <[email protected]>
* or report an issue on the GitHub issue tracker at:
<https://github.com/gap-packages/utils/issues/new>