space-physics / msise00

NRL MSISE-00 atmospheric model-- in Python and Matlab
https://ccmc.gsfc.nasa.gov/pub/modelweb/atmospheric/msis/
MIT License
47 stars 22 forks source link

Python 2.7 support, but f-strings... #2

Closed bharding512 closed 7 years ago

bharding512 commented 7 years ago

Is Python 2.7 supported? I think the use of f-strings might preclude this. Hopefully I'm missing something.

scivision commented 7 years ago

The future-fstrings module seamlessly translates fstrings to old style strings.

pip install future-fstrings

The support for Python 2.7 is withering off in the major numerical analysis packages. Already Ipython has had a few releases that are Python 3 only.