================================== modelx v0.29.0 (2 November 2025) ================================== This release introduces the following changes and enhancements. It includes major refactoring to improve the core components of modelx. To update modelx to the latest version, use the following command:: >>> pip install modelx --upgrade Anaconda users should use the ``conda`` command instead:: >>> conda update modelx Backward Incompatible Changes ============================= * :meth:`~modelx.core.space.UserSpace.reload` is deprecated and will be removed in a future release. * :meth:`~modelx.core.space.UserSpace.import_funcs` is deprecated and will be removed in a future release. Enhancements ============== * Support Python 3.14.