Upcoming 2.0.0
Deprecation Warning
With the exception of any hot-fixes, the next release for pydar
will be version 2.0.0
. This will be a large overhaul of the package to better adhere to Pep8 Python Style best practices. This will include changes made to function and variable names. You will still be able to use the original function names, but they will now throw a DeprecationWarning
and advise you to use the new function name. Eventually the old names will be deprecated and no longer usable.
All the README and documentation information will be changed to reflect the new names, but if there are any questions, feel free to submit it at the pydar/issues
Backwards Compatibility Conflicts
- Distrubtion changed from
setup.py
topyproject.toml
- Python 3.13 version compatibility
Bug fixes and README.md edits
Pytests: Tests for Python 3.10, 3.11, 3.12, 3.13 against Ubuntu, macOS, Windows