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

Released on 2025-12-07.

## Upgrade Instructions

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

## Enhancements

* Add quantum modular arithmetic functions to the open library, enabling modular quantum operations:
  modular addition, multiplication, squaring, negation, and inversion: `modular_add_inplace`,
  `modular_double_inplace`, `modular_negate_inplace`, `modular_multiply`, `modular_square`,
  `modular_multiply_constant`, `modular_multiply_constant_inplace`, `modular_to_montgomery_inplace`,
  `modular_montgomery_to_standard_inplace`, `modular_inverse_inplace`, `kaliski_iteration`, and
  `modular_rsub_inplace`.
* Change precision of GPU simulators to single-precision to make better use of hardware.
* Add functions `get_execution_actions` and `get_execution_actions_async` return a pandas DataFrame of execution actions. Filter by id, session\_id, status, name, provider, backend, program\_id, cost range (total\_cost\_min/max), and time ranges (start\_time\_min/max, end\_time\_min/max). All filters are combined with AND logic.
* Add functions `get_synthesis_actions` and `get_synthesis_actions_async` return a pandas DataFrame of synthesis actions. Filter by id, status, backend, program\_id, backend\_name, optimization\_parameter, random\_seed, max\_width, max\_gate\_count, cost range (total\_cost\_min/max), and time ranges (start\_time\_min/max, end\_time\_min/max). All filters are combined with AND logic.

## Bug Fixes

* Fix uncomputation of function calls with input or output concatenations.
* Fix within-apply bug caused by variable declarations nested in the "within"
  block.
