Project 'spossann/gvec_to_python' was moved to 'gvec-group/gvec_to_python'. Please update any links and bookmarks that may still have the old path.
Evidence collection
 v1.2.2-evidences-362.json   ea2b806d   
   Collected Apr 9, 2024
Release notes
Version 1.2.2
- In 1.2.1 the option 
flat_evalwas added for marker evaluation. - Return a numpy contiguous array from 
GVEC.transform(). 
Evidence collection
 v1.2.1-evidences-358.json   50a28c74   
   Collected Mar 20, 2024
Release notes
Version 1.2.1
- Enable flat (marker) evaluation, see !19
 - Removed 
GVEC_domain.matmul_5d; usenumpy.swapaxeswith @ instead. - Removed 
GVEC_domain.matvec_5dand all related kernels; added new methodsprepare_batch_vectorandfinalize_batch_vectorto use numpy routines instead. The filegeometry.kernels.pyhas been deleted. - Updated version number to 
1.2.1 
Evidence collection
 v1.2.0-evidences-313.json   1a936cc8   
   Collected Nov 16, 2023
Release notes
Version 1.2.0
- Compile with language C by default.
 - Added command line options, seen with 
compile-gvec-tp -h - The "--compiler" option can now take the four compilers available in pyccel ("GNU" is the default, "intel", "PGI", "nvidia"). Moreover, a JSON file can be specified to define a custom compiler (see pyccel doc).
 
Evidence collection
 v1.1.3-evidences-265.json   4ae911c0   
   Collected Jul 10, 2023
Release notes
Version 1.1.3
- Add compile flag 
--conda-warnings offonly if pyccel version is 1.8.0 or greater. 
Evidence collection
 v1.1.2-evidences-263.json   c2fdd117   
   Collected Jul 6, 2023
Release notes
Version 1.1.2
- Move to gvec group
 
Evidence collection
 v1.1.1-evidences-246.json   aefa52d8   
   Collected May 4, 2023
Release notes
- Adapted build, ci, README and LICENSE for the publication on PyPI.