Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 510 Bytes

whats-new.rst

File metadata and controls

29 lines (20 loc) · 510 Bytes

xarray_extras

What's New

python

import numpy as np import pandas as pd import xarray np.random.seed(123456)

v0.2.0 (2018-07-15)

  • New function xarray_extras.csv.to_csv
  • Speed up interpolation for k=2 and k=3
  • CI: Rigorous tracking of minimum dependency versions
  • CI: Explicit support for Python 3.7

v0.1.0 (2018-05-19)

Initial release.