Updated for compatibility with new versions of required packages and Python 3.10. In doing so, corrected warnings generated from deprecated code. Also added a few minor new features that do not affect how previous functions were called but improves usability (e.g., raise Exception for common mistakes, etc). Plan for a more extensive feature upgrade soon. Also updated how package is built for deployment on PyPI using more current pyproject.toml/setuptools config.
Updated for compatibility with new versions of required packages and Python 3.10. In doing so, corrected warnings generated from deprecated code. Also added a few minor new features that do not affect how previous functions were called but improves usability (e.g.,
raise Exception
for common mistakes, etc). Plan for a more extensive feature upgrade soon. Also updated how package is built for deployment on PyPI using more current pyproject.toml/setuptools config.