Version 0.1.2
·
1754 commits
to master
since this release
Better defaults for grid divisor lists, full support for 3D grids, and a simpler way to specify the problem size of 1D grids.
[0.1.2] - 2017-03-29
Changed
- allow non-tuple problem_size for 1D grids
- changed default for grid_div_y from None to block_size_y
- converted the tutorial to a Jupyter Notebook
- CUDA backend prints device in use, similar to OpenCL backend
- migrating from nosetests to pytest
- rewrote many of the examples to save results to json files
Added
- full support for 3D grids, including option for grid_div_z
- separable convolution example