alexlib / pivpy

PIVPy helps to understand PIV results, inspired by PIVMAT
http://pivpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

breaking backward compatibility from 0.0.15 to 0.0.16 #38

Closed alexlib closed 2 years ago

alexlib commented 2 years ago

This pull request breaks backward compatibility. The main idea is to use xarray.plot capabilities and stop using custom units. Now every array has its units and standard_name such that plotting is possible by xarray.plot

plus reshuffled all the io routines, improved the reading from directories, etc.

some things will not work as before, please take care and sorry. Use Getting_started.ipynb to see the way things work.