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

Released on 2025-11-30.

## Upgrade Instructions

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

## Interface Changes

* Function `exponentiation_with_depth_constraint` is deprecated and will no
  longer be supported starting on 2025-12-10 at the earliest.
  Instead, use `exponentiate`.

## Enhancements

* Add functions for encoding conversions between binary, unary, and one-hot representations:
  `binary_to_one_hot`, `binary_to_unary`, `one_hot_to_unary`,
  `one_hot_to_binary`, `unary_to_one_hot`, `unary_to_binary`,
  `inplace_binary_to_one_hot`, and `inplace_one_hot_to_unary`.
* Change precision of GPU simulators to single-precision to make better use of hardware.

## Bug Fixes

* Fixed a bug in Hardware-Aware Quantum Program.
* Fixed [concatenations](https:///qmod-reference/language-reference/quantum-variables/#concatenation-operator)
  arguments to input and output quantum parameters.

## IDE

* Fixed a bug in Jobs page after Executing on several hardwares.
* Added a better labeling in the QP visualization. Now on "Show label" user will see label as on the closed box. On hover user will see full label.
* Fixed issue with duplicate error snackbar in the Jobs page.
