Skip to content

Misc fixes#679

Merged
skirpichev merged 7 commits into
mpmath:masterfrom
skirpichev:misc
Apr 16, 2023
Merged

Misc fixes#679
skirpichev merged 7 commits into
mpmath:masterfrom
skirpichev:misc

Conversation

@skirpichev

@skirpichev skirpichev commented Apr 4, 2023

Copy link
Copy Markdown
Collaborator

@cbm755 cbm755 left a comment

Copy link
Copy Markdown
Contributor

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."

Comment thread MANIFEST.in Outdated
Comment thread .github/workflows/test.yml Outdated
return (self.__rows == other.__rows and self.__cols == other.__cols
and self.__data == other.__data)
except AttributeError:
return NotImplemented

Copy link
Copy Markdown
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

cbm755 commented Apr 16, 2023

Copy link
Copy Markdown
Contributor

LGTM!

@skirpichev skirpichev merged commit d100a89 into mpmath:master Apr 16, 2023
@skirpichev skirpichev deleted the misc branch April 16, 2023 05:42
@skirpichev skirpichev added this to the 1.4 milestone May 9, 2025
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