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

Use ConfigParser instead of SafeConfigParser #208

Closed hongxu-jia closed 1 year ago

hongxu-jia commented 1 year ago

The SafeConfigParser class will be renamed to ConfigParser in Python 3.12 [1]. This alias will be removed in future versions.So we can use ConfigParser directly instead.

[1] https://github.com/python/cpython/issues/89336

Signed-off-by: Hongxu Jia hongxu.jia@windriver.com

Description

Provide a brief description of the PR's purpose here.

Todos

Notable points that this PR has either accomplished or will accomplish.

Questions

Status

codecov[bot] commented 1 year ago

Codecov Report

Merging #208 (0beacf9) into master (4c7eb61) will not change coverage. The diff coverage is n/a.