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

PR: Fix format specifier for integers in array and dataframe editors (Variable explorer) #23782

Merged
merged 3 commits into from
Feb 27, 2025

Conversation

jsbautista
Copy link
Contributor

Description of Changes

Fix float format specifier for an integer datatype in variable explorer.

Issue(s) Resolved

Fixes #22629

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct:
@jsbautista

@ccordoba12 ccordoba12 changed the title PR: fix format variable explorer PR: Fix format specifier for integers in array and dataframe editors (Variable explorer) Feb 21, 2025
@ccordoba12 ccordoba12 added this to the v6.0.5 milestone Feb 21, 2025
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

This needs a bit more work @jsbautista, see below.

Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

A couple of suggestions to improve the changes you did, then this should be ready.

Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

Looks good to me now, thanks @jsbautista!

@ccordoba12 ccordoba12 merged commit 24f491c into spyder-ide:master Feb 27, 2025
20 checks passed
@ccordoba12
Copy link
Member

@meeseeksdev please backport to 6.x

meeseeksmachine pushed a commit to meeseeksmachine/spyder that referenced this pull request Feb 27, 2025
…n array and dataframe editors (Variable explorer)
ccordoba12 pushed a commit that referenced this pull request Feb 27, 2025
…rs in array and dataframe editors (Variable explorer)) (#23837)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Format (d) is incorrect in Numpy array viewer
2 participants