Changelog¶
All notable changes of this project will be documented here.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Develop¶
Added¶
- create_jax_discipline_from_discipline can create a JAXDiscipline from a discipline using JAX instead of NumPy and SciPy.
Version 2.0.2 (February 2025)¶
Changed¶
- Upgrade jax version to 0.4.38.
Version 2.0.1 (November 2024)¶
Fixed¶
- The JAXDiscipline now supports using namespaces.
Version 2.0.0 (November 2024)¶
Added¶
- Support GEMSEO v6.
- Support for Python 3.12.
- The Sellar problem in gemseo_jax.problems.sellar.
- The Sobieski's SSBJ problem in gemseo_jax.problems.sobieski.
Fixed¶
JAXDiscipline.compute_jacobian
correctly handles multidimensional input and output variables.
Version 1.0.0 (March 2024)¶
Initial version.