This is a huge release with many breaking changes.
**Setups written for previous versions of Veros will not be compatible with this version.**
New versioning scheme
- We have decided to add +1 to the Veros version. Veros has been at a stage where it is mature enough for scientific applications for a while, and we feel that a version `1.x.x` reflects that better than `0.x.x`.
Major changes
- A new command line interface to execute Veros setups: `$ veros run mysetup.py`
- Bohrium is now replaced with JAX. JAX is easier to install and provides better performance on CPU and GPU.
- Overhauled the internal data model. All model state is now encapsulated in a `VerosState` object that can be passed around and inspected.
- Major performance increases on GPU.
- The PETSc linear solver now works on GPUs.
- Explicit support for custom variables and dimensions.
- Many bug fixes and quality-of-life improvements.
- Asset files are now in JSON format.
Internal changes
- Enforcing of a code formatting standard via `flake8` and `black`.
- Hand-written TDMA kernels (CUDA kernel by sefrin).
- A more robust testing suite.
- Better modularity of diagnostics and model restarts.