tidy3d icon indicating copy to clipboard operation
tidy3d copied to clipboard

Deprecation warning in old tidy3d

Open tylerflex opened this issue 3 years ago • 1 comments

Put deprecation warnings while importing package, suggesting users can pip install new version if they want and warning them that this version won't be updated.

tylerflex avatar Jan 28 '22 19:01 tylerflex

When user is importing lagcy tidy3d, we could check latest version by leveraging github release api,

curl \
  -H "Accept: application/vnd.github.v3+json" \
  https://api.github.com/repos/flexcompute/tidy3d/releases

an-li-the-dev avatar Mar 16 '22 08:03 an-li-the-dev

tidy3d on PyPI now points to the new version so closing this.

tylerflex avatar Feb 09 '23 15:02 tylerflex