fmihpc / analysator

Python based package for analyzing vlsv files produced by Vlasiator
GNU General Public License v2.0
5 stars 32 forks source link

Deprecated escape #239

Closed alhom closed 3 weeks ago

alhom commented 1 month ago

So, modifiying some latex/mathmode string handling to not complain about deprecated escape sequences. Probably the best practice solution would be to use raw strings consistently here - but that's a chore and a half to go through.

alhom commented 1 month ago

This PR now also enables DeprecationWarnings, and replaces distutils with packaging. This does not touch the cmap deprecations, as that is another PR.

Contains #238