Releases: KMU-quantum-classroom/qiskit-classroom-converter
Releases · KMU-quantum-classroom/qiskit-classroom-converter
0.1.0
0.1.0 (2023-08-06)
Features :
- Add latex visualize feature for matrix & formula
- Add validation code
Fix :
- change BRA_KET_TO_MATRIX to STR_TO_BRA_KET naming
Deprecate :
- BRA_KET_TO_MATRIX was changed to STR_TO_BRA_KET and deprecated.
- drop support for Python 3.8 due to changes support for our dependency.
What's Changed
- 0.1.0 Release by @minwook-shin in #6
Full Changelog: 0.0.5...0.1.0
0.0.5
Fix:
- Changed to get the version from the package's metadata.
- Disabled 0.0.4 version.
Full Changelog: 0.0.3...0.0.5
0.0.4
Features :
- Add version information constant
- include Converter, Qiskit version
Fix:
- fix error that unnecessarily return value from logger.
Full Changelog: 0.0.3...0.0.4
0.0.3
Fix:
- Preventing automatic discovery in python setuptools.
- Optimize Python Package
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Bump tox from 4.6.3 to 4.6.4 by @dependabot in #3
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #1
- Bump qiskit from 0.43.2 to 0.44.0 by @dependabot in #4
- Bump qiskit-aer from 0.12.1 to 0.12.2 by @dependabot in #2
- 0.0.2 release by @minwook-shin in #5
Fix:
- Check the qiskit-aer package and resolve dependencies
- Change description_file syntax required by build system
- Reformat code
Full Changelog: 0.0.1...0.0.2
0.0.1
Features:
- initial release
Support convert method
- quantum circuit to bra-ket notation
- quantum circuit to matrix
- matrix to quantum circuit
- bra-ket notation to matrix
Full Changelog: https://github.com/KMU-quantum-classroom/qiskit-classroom-converter/commits/0.0.1