Skip to content

Commit

Permalink
Version 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 19, 2015
1 parent 0df5393 commit a2150cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
This file describes changes in the cvec package.

X.Y (YYYY-MM-DD)
2.5.4 (2015-12-18)
- Some functions accept slightly more general input. For example, it
is now in some cases acceptable to use finite field elements like
Z(4)^0 (which is equal, but not identical, to Z(2)^0) as input when
cvec is expecting elements of GF(2).
- Fix EmptySemiEchelonBasis: its documentation said it expects a
sample vector, but the implementation expected a sample matrix. Now
both are possible, and both are documented.
- Fix some errors in the manual.
- Move website to http://gap-packages.github.io/cvec/
- Stop using GenericHashFunc_C (formerly provided by the orb package)
- ...

2.5.3 (2014-11-08)
- Tweak the build system to avoid potential issues when the source
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "cvec",
Subtitle := "Compact vectors over finite fields",
Version := "2.5.3",
Date := "08/11/2014", # dd/mm/yyyy format
Version := "2.5.4",
Date := "18/12/2015", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.3
2.5.4
4 changes: 2 additions & 2 deletions doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Compact vectors over finite fields
</Subtitle>
<Version>
2.5.3
2.5.4
</Version>
<Author>
Max Neunhöffer<Alt Only="LaTeX"><Br/></Alt>
Expand Down Expand Up @@ -37,7 +37,7 @@ Germany<Br/>

</Author>
<Date>
08/11/2014
18/12/2015
</Date>
<Copyright>
&copyright; 2005-2014 by Max Neunhöffer<P/>
Expand Down

0 comments on commit a2150cb

Please sign in to comment.