Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dask arrays in datetime_to_numeric #6556

Merged
merged 8 commits into from
May 31, 2022

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    35ed378 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    dcherian committed May 1, 2022
    Configuration menu
    Copy the full SHA
    dfe200d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cff4f1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge branch 'main' into dask-datetime-to-numeric

    * main: (24 commits)
      Fix overflow issue in decode_cf_datetime for dtypes <= np.uint32 (pydata#6598)
      Enable flox in GroupBy and resample (pydata#5734)
      Add setuptools as dependency in ASV benchmark CI (pydata#6609)
      change polyval dim ordering (pydata#6601)
      re-add timedelta support for polyval (pydata#6599)
      Minor Dataset.map docstr clarification (pydata#6595)
      New inline_array kwarg for open_dataset (pydata#6566)
      Fix polyval overloads (pydata#6593)
      Restore old MultiIndex dropping behaviour (pydata#6592)
      [docs] add Dataset.assign_coords example (pydata#6336) (pydata#6558)
      Fix zarr append dtype checks (pydata#6476)
      Add missing space in exception message (pydata#6590)
      Doc Link to accessors list in extending-xarray.rst (pydata#6587)
      Fix Dataset/DataArray.isel with drop=True and scalar DataArray indexes (pydata#6579)
      Add some warnings about rechunking to the docs (pydata#6569)
      [pre-commit.ci] pre-commit autoupdate (pydata#6584)
      terminology.rst: fix link to Unidata's "netcdf_dataset_components" (pydata#6583)
      Allow string formatting of scalar DataArrays (pydata#5981)
      Fix mypy issues & reenable in tests (pydata#6581)
      polyval: Use Horner's algorithm + support chunked inputs (pydata#6548)
      ...
    dcherian committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0783df3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge branch 'main' into dask-datetime-to-numeric

    * main:
      concatenate docs style (pydata#6621)
      Typing for open_dataset/array/mfdataset and to_netcdf/zarr (pydata#6612)
      {full,zeros,ones}_like typing (pydata#6611)
    dcherian committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bde40e4 View commit details
    Browse the repository at this point in the history
  2. Backward compatibility dask

    dcherian committed May 20, 2022
    Configuration menu
    Copy the full SHA
    398f1b6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    07e6569 View commit details
    Browse the repository at this point in the history
  2. Better fix

    dcherian committed May 28, 2022
    Configuration menu
    Copy the full SHA
    193b695 View commit details
    Browse the repository at this point in the history