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

Bug fixes and tweaks for v3.4.0 #192

Merged
merged 6 commits into from
Jul 6, 2022
Merged

Bug fixes and tweaks for v3.4.0 #192

merged 6 commits into from
Jul 6, 2022

Conversation

dgasmith
Copy link
Owner

@dgasmith dgasmith commented Jul 3, 2022

A few final bug fixes for v3.4.0.

The current changes compared to v3.3.0 mostly fall into the following categories:

  • Minor bug fixes
  • Decent MyPy support
  • Mkdocs/GH based docs which look nicer.

Generally we wait until some feature; however, It has been some time since we have had a release and the bug fixes are QoL improvements. See #191 for v3.5.0+ plans.

Status

  • Ready to go

@codecov
Copy link

codecov bot commented Jul 3, 2022

Codecov Report

Merging #192 (30d304b) into master (89cf0b3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

opt_einsum/paths.py Outdated Show resolved Hide resolved
@dgasmith dgasmith merged commit a274599 into master Jul 6, 2022
@dgasmith dgasmith deleted the fixes/various_bugs branch July 6, 2022 01:11
romanngg pushed a commit to romanngg/opt_einsum that referenced this pull request Jul 6, 2022
* Unpins MyPy, now appears stable

* Minor typing tweaks

* Skips unicode surrogates, fixes dgasmith#182

* Adds simple validation to BranchBound, fixes dgasmith#136

* More accurate branch bound exception handler

* Update opt_einsum/paths.py
dgasmith added a commit that referenced this pull request Jul 9, 2022
…195)

* Fix `dp` to work for contractions with no sized axes (scalars only).

* Add comma for linter

* Bug fixes and tweaks for v3.4.0 (#192)

* Unpins MyPy, now appears stable

* Minor typing tweaks

* Skips unicode surrogates, fixes #182

* Adds simple validation to BranchBound, fixes #136

* More accurate branch bound exception handler

* Update opt_einsum/paths.py

Co-authored-by: Daniel Smith <[email protected]>
@janeyx99
Copy link
Contributor

janeyx99 commented Jan 3, 2023

Hey @dgasmith! curious if there's any timeline for releasing 3.4.0 yet?

@jcmgray
Copy link
Collaborator

jcmgray commented Apr 1, 2023

I'm also wondering about a v3.4.0 release (including for conda-forge/staged-recipes#22451). Let me know if there is something I can help with?

@dgasmith
Copy link
Owner Author

dgasmith commented Apr 1, 2023

Let's work on current PRs a bit, my main concern is that typing may be annoying for downstream users. No blockers beyond that at the moment beyond a little time.

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.

3 participants