vallis / libstempo

libstempo — a Python wrapper for tempo2
MIT License
29 stars 33 forks source link

Switch from distutils StrictVersion to packaging Version #52

Closed mattpitkin closed 11 months ago

mattpitkin commented 1 year ago

Running libstempo (e.g., running the test_fakepulsar.py test script) can output a lot of deprecation warnings about using StrictVersion from distutils.version, which suggest switching to packaging.version. This PR makes that switch and gets rid of the warnings.

mattpitkin commented 11 months ago

Closed by #61.