phoebe-project / phoebe2

PHOEBE - Eclipsing Binary Star Modeling Software
http://phoebe-project.org
GNU General Public License v3.0
80 stars 30 forks source link

Dropping distutils dependencies across the code #793

Closed aprsa closed 10 months ago

aprsa commented 10 months ago

In addition to the separate PR that removes distutils from setup.py, there were a number of distutils' LooseVersion() and StrictVersion() uses throughout the code. These have been replaced by packaging.version.parse. In addition, the code that added IAU 2015 resolution units to astropy <= 2.0 has been removed as we require astropy 3+.