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

Revert using __slots__ for Mapping subclasses in xray.utils #166

Merged
merged 1 commit into from
Jun 18, 2014

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Jun 18, 2014

This recently added some complexity for a very nominal speed benefit. And
it appears that it breaks joblib serialization, somehow (even though
pickle works). So for now, revert it -- and consider filing a joblib bug
if we can narrow it down.

This recently added some complexity for a very nominal speed benefit. And
it appears that it breaks joblib serialization, somehow (even though
pickle works). So for now, revert it -- and consider filing a joblib bug
if we can narrow it down.
@shoyer shoyer added this to the 0.2 milestone Jun 18, 2014
shoyer added a commit that referenced this pull request Jun 18, 2014
Revert using __slots__ for Mapping subclasses in xray.utils
@shoyer shoyer merged commit 1bf3c4b into pydata:master Jun 18, 2014
@shoyer shoyer deleted the dont-use-__slots__ branch June 18, 2014 19:12
@shoyer shoyer restored the dont-use-__slots__ branch June 18, 2014 19:21
@shoyer
Copy link
Member Author

shoyer commented Jun 18, 2014

Actually I just undid this change (by doing a local git reset --hard and then git push -f), since apparently it's not the issue for joblib...

shoyer added a commit to shoyer/xarray that referenced this pull request Jun 22, 2014
Fixes pydata#167

Related: pydata#166 (though I'm not sure why that didn't work)
keewis pushed a commit to keewis/xarray that referenced this pull request Jan 17, 2024
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.1 to 1.6.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.6.1...v1.6.4)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant