Skip to content

Qiskit Finance 0.3.0

Compare
Choose a tag to compare
@manoelmarques manoelmarques released this 15 Dec 17:12
· 114 commits to main since this release
6f7e9ca

Changelog

New Features

  • Wrap all library circuits in qiskit_finance.circuit.library into gates such that when they are drawn they appear as blocks with their given name instead of the decomposition. For example

Bug Fixes

  • Fixed a handling error in the Yahoo provider when only one ticker is entered. Added exception error if no ticker is entered. Limit yfinance to >=0.1.62 as previous versions have a JSON decoder error.