v0.5.2
v0.5.2 fixes a critical bug introduced in v0.5.1. It is now possible to import MuyGPyS
without installing JAX
, as intended. There are no other semantic changes to the code, so all features of v0.5.1 are preserved. Changes in detail:
- Added
MuyGPyS._src.jaxconfig.Config
, which provides a local copy ofjax._src.config.Config
for the inheritance ofMuyGPyS._src.config.MuyGPySConfig
in casejax
is not installed.