Skip to content

v4.0.0

Compare
Choose a tag to compare
@zpzim zpzim released this 13 Jun 01:10
· 10 commits to master since this release
c1ed842

This release will be the first one officially supporting pyscamp distributions on conda-forge. Shortly after this release goes live, you should be able to install SCAMP via:

conda install pyscamp-gpu -c conda-forge to install a CPU/GPU enabled pyscamp on Windows and Linux.

conda install pyscamp-cpu -c conda-forge to install a CPU-only version of pyscamp on Windows, Linux, and MacOS.

This release introduces a couple of breaking changes needed in order to support these distributions and further development on SCAMP.

  1. CUDA 11.0 or higher is required to build SCAMP now.
  2. The minimum cmake requirement has been increased to 3.18

What's Changed

  • Update SCAMP to require CUDA 11.0 or greater. by @zpzim in #109
  • Update docs with information on conda package availability by @zpzim in #111

Full Changelog: v3.0.3...v4.0.0