Skip to content

Commit

Permalink
Version 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 1, 2017
1 parent d095003 commit 74534b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file describes changes in the cvec package.

2.5.7 (2017-08-01)
- Remove CompatibleMatrix method (this *undocumented* API will be
removed in GAP 4.9)
- Fix several broken references in the manual

2.5.6 (2016-11-08)
- Fix a bug reported by Jan De Beule which resulted in cvec incorrectly
converting certain GAP matrices to cvec matrices.
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.6",
Date := "08/11/2016", # dd/mm/yyyy format
Version := "2.5.7",
Date := "01/08/2017", # 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.6
2.5.7

1 comment on commit 74534b3

@olexandr-konovalov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Picked up this release for testing:

* cvec - new version 2.5.7 discovered!!!
  ============================================
  Getting new archives from 
  https://github.com/gap-packages/cvec/releases/download/v2.5.7/cvec-2.5.7
[ ".tar.bz2", ".tar.gz" ]
  unpacking cvec-2.5.7.tar.gz
  Validation of the info file successful!
  Package cvec 2.5.7 from 01/08/2017 has dependencies:
  * NeededOtherPackages [ [ "GAPDoc", ">= 1.2" ], [ "IO", ">= 4.1" ], 
  [ "orb", ">= 4.2" ] ]
  * GAP >=4.5.5
  finding text files  . . .

=====================text files==========================
cvec-2.5.7/CHANGES
cvec-2.5.7/GPL
cvec-2.5.7/init.g
cvec-2.5.7/LICENSE
cvec-2.5.7/makedoc.g
cvec-2.5.7/PackageInfo.g
cvec-2.5.7/read.g
cvec-2.5.7/README
cvec-2.5.7/TODO
cvec-2.5.7/VERSION
cvec-2.5.7/doc/chap0.html
cvec-2.5.7/doc/chap0.txt
cvec-2.5.7/doc/chap0_mj.html
cvec-2.5.7/doc/chap1.html
cvec-2.5.7/doc/chap1.txt
cvec-2.5.7/doc/chap1_mj.html
cvec-2.5.7/doc/chap2.html
cvec-2.5.7/doc/chap2.txt
cvec-2.5.7/doc/chap2_mj.html
cvec-2.5.7/doc/chap3.html
cvec-2.5.7/doc/chap3.txt
cvec-2.5.7/doc/chap3_mj.html
cvec-2.5.7/doc/chap4.html
cvec-2.5.7/doc/chap4.txt
cvec-2.5.7/doc/chap4_mj.html
cvec-2.5.7/doc/chap5.html
cvec-2.5.7/doc/chap5.txt
cvec-2.5.7/doc/chap5_mj.html
cvec-2.5.7/doc/chap6.html
cvec-2.5.7/doc/chap6.txt
cvec-2.5.7/doc/chap6_mj.html
cvec-2.5.7/doc/chap7.html
cvec-2.5.7/doc/chap7.txt
cvec-2.5.7/doc/chap7_mj.html
cvec-2.5.7/doc/chap8.html
cvec-2.5.7/doc/chap8.txt
cvec-2.5.7/doc/chap8_mj.html
cvec-2.5.7/doc/chap9.html
cvec-2.5.7/doc/chap9.txt
cvec-2.5.7/doc/chap9_mj.html
cvec-2.5.7/doc/chapBib.html
cvec-2.5.7/doc/chapBib.txt
cvec-2.5.7/doc/chapBib_mj.html
cvec-2.5.7/doc/chapInd.html
cvec-2.5.7/doc/chapInd.txt
cvec-2.5.7/doc/chapInd_mj.html
cvec-2.5.7/doc/chooser.html
cvec-2.5.7/doc/cvec.bib
cvec-2.5.7/doc/cvec.xml
cvec-2.5.7/doc/datastrucs.xml
cvec-2.5.7/doc/examples.xml
cvec-2.5.7/doc/gaplib.xml
cvec-2.5.7/doc/install.xml
cvec-2.5.7/doc/intro.xml
cvec-2.5.7/doc/lefttoc.css
cvec-2.5.7/doc/linalg.xml
cvec-2.5.7/doc/manual.css
cvec-2.5.7/doc/matrices.xml
cvec-2.5.7/doc/nocolorprompt.css
cvec-2.5.7/doc/performance.xml
cvec-2.5.7/doc/ragged.css
cvec-2.5.7/doc/scalars.xml
cvec-2.5.7/doc/times.css
cvec-2.5.7/doc/title.xml
cvec-2.5.7/doc/toggless.css
cvec-2.5.7/doc/vectors.xml
cvec-2.5.7/example/mats.g
cvec-2.5.7/gap/calibration.gi
cvec-2.5.7/gap/cmat.gd
cvec-2.5.7/gap/cmat.gi
cvec-2.5.7/gap/cvec.gd
cvec-2.5.7/gap/cvec.gi
cvec-2.5.7/gap/linalg.gd
cvec-2.5.7/gap/linalg.gi
cvec-2.5.7/gap/matrix.gi
cvec-2.5.7/gap/quarry.g
cvec-2.5.7/gap/test.gi
cvec-2.5.7/src/cvec.c
cvec-2.5.7/src/gf2lib.def
cvec-2.5.7/src/gf2lib_32.c
cvec-2.5.7/src/gf2lib_32.h
cvec-2.5.7/src/gf2lib_64.c
cvec-2.5.7/src/gf2lib_64.h
cvec-2.5.7/src/gf2libh.def
cvec-2.5.7/src/quarry.c
cvec-2.5.7/test/gcd.g
cvec-2.5.7/test/matmultest.g
cvec-2.5.7/test/matobjtest.g
cvec-2.5.7/test/polynomials.g
cvec-2.5.7/test/scatest.g
cvec-2.5.7/test/sqrt.g
cvec-2.5.7/test/winograd.g
cvec-2.5.7/tst/conversion.tst
cvec-2.5.7/tst/echelon.tst
cvec-2.5.7/tst/polynomials.tst
cvec-2.5.7/tst/testall.g

=====================end of the list of text files=======
=====================binary files========================
cvec-2.5.7/.mailmap
cvec-2.5.7/aclocal.m4
cvec-2.5.7/autogen.sh
cvec-2.5.7/BUGS
cvec-2.5.7/burschen.gp
cvec-2.5.7/configure
cvec-2.5.7/configure.ac
cvec-2.5.7/configure_like_gap
cvec-2.5.7/Makefile.am
cvec-2.5.7/Makefile.in
cvec-2.5.7/TIMINGS
cvec-2.5.7/cnf/ar-lib
cvec-2.5.7/cnf/compile
cvec-2.5.7/cnf/config.guess
cvec-2.5.7/cnf/config.sub
cvec-2.5.7/cnf/depcomp
cvec-2.5.7/cnf/install-sh
cvec-2.5.7/cnf/ltmain.sh
cvec-2.5.7/cnf/missing
cvec-2.5.7/cnf/pkgconfig.h.in
cvec-2.5.7/doc/clean
cvec-2.5.7/doc/manual.js
cvec-2.5.7/doc/manual.pdf
cvec-2.5.7/doc/manual.six
cvec-2.5.7/doc/rainbow.js
cvec-2.5.7/doc/toggless.js
cvec-2.5.7/local/calibration.capella
cvec-2.5.7/local/calibration.prokyon
cvec-2.5.7/m4/ac_find_gap.m4
cvec-2.5.7/m4/ax_cc_maxopt.m4
cvec-2.5.7/m4/ax_check_compile_flag.m4
cvec-2.5.7/m4/ax_compiler_vendor.m4
cvec-2.5.7/m4/ax_gcc_archflag.m4
cvec-2.5.7/m4/ax_gcc_x86_cpuid.m4
cvec-2.5.7/m4/libtool.m4
cvec-2.5.7/m4/ltoptions.m4
cvec-2.5.7/m4/ltsugar.m4
cvec-2.5.7/m4/ltversion.m4
cvec-2.5.7/m4/lt~obsolete.m4
cvec-2.5.7/test/benchresults
cvec-2.5.7/test/results.winograd
cvec-2.5.7/test/scatest.results

=====================end of the list of binary files=====
=====================ignored files=======================

=====================end of the list of ignored files====

Please sign in to comment.