Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v1.2.0 #128

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Prepare for release v1.2.0 #128

merged 1 commit into from
Jan 29, 2024

Conversation

airwoodix
Copy link
Collaborator

Summary

Bump package version and freeze changelog for release v1.2.0.

@wilfried-huss
Copy link
Collaborator

I don't know if this problem is now, but there is a problem with the encoding in the Windows tests:

C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\qiskit-aqt-provider-gPSaTfai-py3.10\lib\site-packages\qiskit\visualization\circuit\text.py:787: RuntimeWarning: The encoding cp1252 has a limited charset. Consider a different encoding in your environment. UTF-8 is being used instead
  warn(
Traceback (most recent call last):
  File "D:\a\qiskit-aqt-provider\qiskit-aqt-provider\examples\quickstart-transpile.py", line 30, in <module>
    print(transpiled_circuit)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 30-60: character maps to <undefined>

@airwoodix
Copy link
Collaborator Author

I saw this when working on #123. It appears when printing a qiskit QuantumCircuit instance. I don't know how to fix that but also didn't invest much time in it because it's not critical (actual errors would still fail the CI step).

@airwoodix airwoodix merged commit 881e1f0 into master Jan 29, 2024
15 checks passed
@airwoodix airwoodix deleted the release-1.2.0 branch January 29, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants