# Changelog ## v1.2.0 (July 23, 2024) * Support TOSHIBA SQBM+ v2.0.3 on {py:class}`~amplify.SQBM2Client`. ## v1.1.0 (May 13, 2024) * Support NEC Vector Annealing Service 2.0 on {py:class}`~amplify.NECVA2Client`. * Improve the efficiency of the `Substitute` quadratization method and significantly reduce the number of auxiliary variables. * Add support for Linux ARM64. ```{dropdown} v1.1.1 (May 28, 2024) * Fix type hints for `Result` class. ``` ## v1.0.0 (Jan. 27, 2024) * Release version 1.0. ```{dropdown} v1.0.2 (Feb. 20, 2024) * Add documents in English. * Fix redundant deprecation warnings. * Add `client.ocean` namespace for legacy compatibility. ``` ```{dropdown} v1.0.3 (Mar. 01, 2024) * Support Advantage_system6.4. * Support Advantage2_prototype2.2. ``` ```{dropdown} v1.0.4 (Mar. 15, 2024) * Fix a problem where SQBM request data is not sent correctly on Windows. ``` ```{dropdown} v1.0.5 (Mar. 19, 2024) * Support Advantage2_prototype2.3. ```