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

Feature/0.4.0 catchup #11

Merged
merged 4 commits into from
Oct 15, 2023
Merged

Feature/0.4.0 catchup #11

merged 4 commits into from
Oct 15, 2023

Conversation

fmowl10
Copy link
Contributor

@fmowl10 fmowl10 commented Oct 12, 2023

  • Update dependency
    • from qiskit-classroom-converter 0.3.0 to qiskit-classroom-converter 0.4.0
  • use /tmp for snap packages or flatpak packages
  • Chnage Visualiazation code
    • underscore to stackrel

from

\begin{bmatrix}
0 & 1 & 0 & 0  \\
0 & 0 & 1 & 0  \\
0 & 0 & 0 & 1  \\
1 & 0 & 0 & 0  \\
\end{bmatrix}_{ddd}

to

\stackrel{hey}{
\begin{bmatrix}
0 & 1 & 0 & 0  \\
 0 & 0 & 1 & 0  \\
 0 & 0 & 0 & 1  \\
 1 & 0 & 0 & 0  \\
 \end{bmatrix}
}

@fmowl10 fmowl10 added the enhancement New feature or request label Oct 12, 2023
@fmowl10 fmowl10 self-assigned this Oct 12, 2023
self.view.show_alert_message("conversion processe error")
print(exc)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로그로 남게 로깅 메시지로 바꾸거나, 프린트문 제거하는 게 좋아보입니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다이얼로그에 붙이는 식으로 바꾸겠습니다.

@fmowl10 fmowl10 merged commit ef6c1e4 into develop Oct 15, 2023
3 checks passed
@fmowl10 fmowl10 deleted the feature/0.4.0-Catchup branch October 15, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants