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

Drop support for float128 outside of linux and mac #3930

Merged
merged 2 commits into from
May 20, 2020

Conversation

lucianopaz
Copy link
Contributor

Fixes #3929.

This simply drops support for float128 outside of linux and mac platforms.

Depending on what your PR does, here are a few things you might want to address in the description:

  • what are the (breaking) changes that this PR makes?
    None
  • important background, or details about the implementation
    Windows numpy does not support float128 dtype.
  • are the changes—especially new features—covered by tests and docstrings?
    No, this fixes a Windows issue and we do not test on other platforms that are not Linux.
  • right before it's ready to merge, mention the PR in the RELEASE-NOTES.md

RELEASE-NOTES.md Outdated Show resolved Hide resolved
Copy link
Contributor

@AlexAndorra AlexAndorra left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @lucianopaz ! Will merge once tests pass 😉

@AlexAndorra AlexAndorra merged commit 9e8a20d into pymc-devs:master May 20, 2020
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.

TypeError: data type "float128" not understood
3 participants