Skip to content
Snippets Groups Projects
  • Released date
  • Created date
Sort by:

Evidence collection

Collected Apr 9, 2024

Release notes

Version 1.2.2

  • In 1.2.1 the option flat_eval was added for marker evaluation.
  • Return a numpy contiguous array from GVEC.transform().

Evidence collection

Collected Mar 20, 2024

Release notes

Version 1.2.1

  • Enable flat (marker) evaluation, see !19
  • Removed GVEC_domain.matmul_5d; use numpy.swapaxes with @ instead.
  • Removed GVEC_domain.matvec_5d and all related kernels; added new methods prepare_batch_vector and finalize_batch_vector to use numpy routines instead. The file geometry.kernels.py has been deleted.
  • Updated version number to 1.2.1

Evidence collection

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

Collected Jul 10, 2023

Release notes

Version 1.1.3

  • Add compile flag --conda-warnings off only if pyccel version is 1.8.0 or greater.

Evidence collection

Collected Jul 6, 2023

Release notes

Version 1.1.2

  • Move to gvec group

Evidence collection

Collected May 4, 2023

Release notes

  • Adapted build, ci, README and LICENSE for the publication on PyPI.