> ## Documentation Index
> Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.94.0

Released on 2025-09-29.

## Upgrade Instructions

* [Python SDK](/getting-started/registration_installations#platform-version-updates)
* The IDE upgrades automatically.

## Deprecations

1. Python 3.9 is no longer supported in the Python SDK. The minimum supported
   version is now Python 3.10.

## Enhancements

* Added the [`skip_control` statement](https:///qmod-reference/language-reference/statements/skip-control/)
  to the Qmod language. `skip_control` applies a quantum statements
  unconditionally.
* Add `pauli_operator_to_matrix`, the sparse counterpart of `hamiltonian_to_matrix`.
* Add new quantum functions for modular arithmetics: `modular_add_qft_space`, `modular_multiply`,
  and `inplace_modular_multiply`.
  Those functions use `skip_control` statements for specifying their efficient controlled version.

## Bug Fixes

* Fix a bug where an error is raised when synthesizing with a maximum width constraint, even though a solution exists.
* Fix `qasm_to_qmod` quantum argument size calculations (resulting in, for
  instance, illegal `control` statements generated from `mcx` gates).
