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

Released on 2025-11-11.

## Upgrade Instructions

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

## IDE

* Basis Gates field under “Hardware Aware” now starts empty. If left empty, synthesis applies default basis gates automatically based on connectivity; select one or more gates to override.

## Interface Changes

* Update the QSVT functions to use [Capturing](https://https:///qmod-reference/language-reference/operators/?h=captur#capturing-context-variables-and-parameters).
  See the following [example](https:///explore/functions/qmod_library_reference/classiq_open_library/qsvt/qsvt/).

## Enhancements

* Add functions for getting polynomial approximations for common use cases - `poly_jacobi_anger_<>` for
  Hamiltonian Simulation and `poly_inversion` for matrix inversion.

## Bug Fixes

* Fix an issue that caused certain execution runs to fail due to incompatible gates
