Skip to content

Releases: stfc/RegentParticleDSL

Version 0.2

02 Mar 15:53
a6e2239

Choose a tag to compare

This is a release for version 0.2.

Significant changes have taken place since version 0.1, including:

  • Implementation of the invoke keyword.
  • Significant improvement on including the library.
  • Support for reduction operations, enabling parallelism.
  • A simple SPH-like implementation - correctness is not guaranteed
  • Testing moved to github actions.
  • Some refactoring from neighbour search algorithms to Utility functions.

Bugfixes:

  • HDF5 IO module performance

There are also some other small parts not yet finished, which are likely to be expanded and improved upon for version 0.3:

  • Timing functionality
  • Debug check functionality.

Initial release

02 Oct 12:17
a9ebe60

Choose a tag to compare

Initial release - this is ready to test small examples with.
We know for larger and/or longer runs there is a memory leak with the current neighbour search method - this is one of the next major parts of development.

Initial release candidate

11 Sep 14:53

Choose a tag to compare

Pre-release

Initial release candidate, with Dockerfile and some initial docs. While waiting on hanging code fixes and more docs we're in release candidate mode.