================================== modelx v0.28.1 (2 August 2025) ================================== This release introduces the following enhancements and bug fixes. 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 Enhancements ============== * Add 'Caused by' section to the error message traceback (`GH177`_). .. _GH177: https://github.com/fumitoh/modelx/discussions/177 Bug Fixes ============ * Fix 'WindowsError: [Error 5] Access is denied' on write (`GH181`_). .. _GH181: https://github.com/fumitoh/modelx/issues/181