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

Released on 2025-03-31.

## Upgrade Instructions

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

## Interface Changes

1. The functions `construct_qsvm_model`, `construct_finance_model`, and
   `construct_grover_model` have been removed from the SDK.
   Check out our Qmod implementations of the QSVM, finance, and Grover
   algorithms on the [Classiq library](https://github.com/Classiq/classiq-library).

### Enhancements

* `QuantumProgram` objects have been optimized to be significantly leaner, improving performance across all actions that handle them.
* Visualizing Quantum Programs is now significantly faster.
* Added the functions `prepare_complex_amplitudes` and `inplace_prepare_complex_amplitudes`.

##### Quantum Program Visualization

* Auto-expand QMOD statements without expressions (e.g. `power`).
  <img src="https://mintcdn.com/classiq/sA-J-h8chQJV9OAG/release-notes/resources/images/power_expanded_example.png?fit=max&auto=format&n=sA-J-h8chQJV9OAG&q=85&s=c002fde85e6bb9b5c0b0fc2b32aebca0" alt="plot" width="1198" height="340" data-path="release-notes/resources/images/power_expanded_example.png" />
* Statements with quantum expressions now display their corresponding expression directly on the block.
  <img src="https://mintcdn.com/classiq/sA-J-h8chQJV9OAG/release-notes/resources/images/expression-details-example.png?fit=max&auto=format&n=sA-J-h8chQJV9OAG&q=85&s=9080d55528b8cd577231c64a0c0e45a5" alt="plot" width="620" height="698" data-path="release-notes/resources/images/expression-details-example.png" />
