ttricco / sarracen

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.
https://sarracen.readthedocs.io
GNU General Public License v3.0
16 stars 18 forks source link

Type hinting generics #42

Closed ttricco closed 2 years ago

ttricco commented 2 years ago

Have used tuple[] type hinting (instead of Tuple[]) in many functions, which is only valid in Python 3.9+.

See PEP 585, https://peps.python.org/pep-0585/.

ttricco commented 2 years ago

Closed with commit 579ea84e3fd894633a1933928e16f6c8111286ee.