dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
822 stars 67 forks source link

Bug fixes and tweaks for v3.4.0 #192

Closed dgasmith closed 2 years ago

dgasmith commented 2 years ago

A few final bug fixes for v3.4.0.

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

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 https://github.com/dgasmith/opt_einsum/issues/191 for v3.5.0+ plans.

Status

codecov[bot] commented 2 years ago

Codecov Report

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

janeyx99 commented 1 year ago

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

jcmgray commented 1 year ago

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

dgasmith commented 1 year ago

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.