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.
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.