* Hotfix to get jit for basis functions working. There was a mistake in lowering to mlir in the last release. * I did a full run locally with this release to make sure all of the examples in `test_all` still pass.
* Adding windows support. * Adding MAC arm64 support. * Dropping Python 3.8 as per JAX deprecations. * Jaxlib 0 4 14 support by leakec in https://github.com/leakec/tfc/pull/27
* Minor updates to the symbolic constrained expression generator. * Added the `criuCheckpoint` feature to `TFCUtils` so one can checkpoint/restart their TFC programs with CRIU if running on a Linux system.