v4.0.0
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.
- CUDA 11.0 or higher is required to build SCAMP now.
- 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