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

Released on 2026-01-11.

## Upgrade Instructions

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

## Enhancements

* Support array subscripts with missing slices (e.g., `arr[1:]` and `arr[:9]`) in Python Qmod.
* Add qmod\_to\_qubit\_op function to convert from SparsePauliOp to OpenFermion's QubitOp data structure.

## Bug Fixes

* IDE - Fix selection in Quantum Program Execution Jobs tab - Make the first job on the jobs list be selected
* Fix synthesis of functions with `Output` quantum parameters called under `invert`.
