Qiskit Finance 0.3.0
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.