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

Misc fixes #679

Merged
merged 7 commits into from
Apr 16, 2023
Merged

Misc fixes #679

merged 7 commits into from
Apr 16, 2023

Conversation

skirpichev
Copy link
Collaborator

@skirpichev skirpichev commented Apr 4, 2023

Copy link
Contributor

@cbm755 cbm755 left a comment

Choose a reason for hiding this comment

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

This looks good to me!

The build packaging dependency probably should've been a different PR: I've never used that before, but I looked it up and it seems reasonable to me.

https://pypi.org/project/build/ <-- "A simple, correct Python build frontend."

MANIFEST.in Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
return (self.__rows == other.__rows and self.__cols == other.__cols
and self.__data == other.__data)
except AttributeError:
return NotImplemented
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd not seen this before, but I skimmed https://stackoverflow.com/questions/40780004/returning-notimplemented-from-eq

I also tested this, and confirm that the A9 == None test below.

@cbm755
Copy link
Contributor

cbm755 commented Apr 16, 2023

LGTM!

@skirpichev skirpichev merged commit d100a89 into mpmath:master Apr 16, 2023
6 checks passed
@skirpichev skirpichev deleted the misc branch April 16, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants