|
1 | 1 | 1.0b1
|
2 | 2 | -----
|
3 | 3 |
|
4 |
| -* Release date: Still under development. |
5 |
| -* Remove pyzoltan, cyarray into their own packages on pypi. |
| 4 | +Around 140 pull requests were merged. Thanks to all who contributed to this |
| 5 | +release (in alphabetical order): Abhinav Muta, Aditya Bhosale, Amal Sebastian, |
| 6 | +Ananyo Sen, Antonio Valentino, Dinesh Adepu, Jeffrey D. Daye, Navaneet, Miloni |
| 7 | +Atal, Pawan Negi, Prabhu Ramachandran, Rohan Kaushik, Tetsuo Koyama, and Yash |
| 8 | +Kothari. |
| 9 | + |
| 10 | +* Release date: 1st March 2022. |
| 11 | + |
| 12 | +* Enhancements: |
| 13 | + |
| 14 | + * Use github actions for tests and also test OpenCL support on CI. |
| 15 | + * Parallelize the build step of the octree NNPS on the CPU. |
| 16 | + * Support for packing initial particle distributions. |
| 17 | + * Add support for setting load balancing weights for particle arrays. |
| 18 | + * Use meshio to read data and convert them into particles. |
| 19 | + * Add support for conditional group of equations. |
| 20 | + * Add options to control loop limits in a Group. |
| 21 | + * Add ``pysph binder``, ``pysph cull``, and ``pysph cache``. |
| 22 | + * Use OpenMP for initialize, loop and post_loop. |
| 23 | + * Added many SPH schemes: CRKSPH, SISPH, basic ISPH, SWE, TSPH, PSPH. |
| 24 | + * Added a mirror boundary condition along coordinate axes. |
| 25 | + * Add support for much improved inlets and outlets. |
| 26 | + * Add option ``--reorder-freq`` to turn on spatial reordering of particles. |
| 27 | + * API: Integrators explicitly call update_domain. |
| 28 | + * Basic CUDA support. |
| 29 | + * Many important improvements to the pysph Mayavi viewer. |
| 30 | + * Many improvements to the 3D and 2D jupyter viewer. |
| 31 | + * ``Application.customize_output`` can be used to customize viewer. |
| 32 | + * Use ``~/.compyle/config.py`` for user customizations. |
| 33 | + * Remove pyzoltan, cyarray, and compyle into their own packages on pypi. |
| 34 | + |
| 35 | +* Bug fixes: |
| 36 | + |
| 37 | + * Fix issue with update_nnps being called too many times when set for a |
| 38 | + group. |
| 39 | + * Many OpenCL related fixes and improvements. |
| 40 | + * Fix bugs in the parallel manager code and add profiling information. |
| 41 | + * Fix hdf5 compressed output. |
| 42 | + * Fix ``pysph dump_vtk`` |
| 43 | + * Many fixes to various schemes. |
| 44 | + * Fix memory leak with the neighbor caching. |
| 45 | + * Fix issues with using PySPH on FreeBSD. |
| 46 | + |
6 | 47 |
|
7 | 48 | 1.0a6
|
8 | 49 | -----
|
|
0 commit comments