Skip to content
## [2.0.0] - 2025-07-30

### Added

- Add an input argument to set the random number generator seed
- Add an OpenCL solver (#13)
- Handle single precision (#12)
- Add a JAX solver
- Fix the seed from the CLI (#10)

### Changed

- Major refactoring for better isolation
- The sequential version of the solver is now in the solver.numpy module
- The run dict is simplified
- Use -- in CLI options
- Use uv in the CI pipeline
- The CI pipeline now uses a DinD runner

### Removed

- References to old code in the documentation