You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate the setup to pyproject.toml. Minimalist version of setup.py is kept.
Remove the version.py file, the version is now in pyproject.toml
Move the import ai4neb into a specific config method: pn.config.import_AI4Neb() before using the Machine Learning tools. This avoid annoying message about Tensorflow to appear and speedup the import of pyneb when not using ML facilities.
Change the name of the package to pyneb instead of PyNeb (seems to be mandatory soon).