Skip to content
forked from pydata/xarray

Commit 71fce9b

Browse files
headtr1ckmax-sixty
andauthored
Enable pandas type checking (pydata#9213)
* remove pandas from ignore missing imports * add Any to dim arg of concat as placeholder * allow sequence of np.ndarrays as coords in dataArray constructor * fix several typing issues in tests * fix more types * more fixes * more typing... * we are getting there? * who might have guessed it... more typing * continue fixing typing issues * fix some typed_ops * fix last non-typed-ops errors * update typed ops * remove useless DaskArray type in scalar or array type * fix missing import in type_checking * fix import * improve cftime offsets typing * fix classvars * fix some checks * fix a broken test * improve typing of test_concat * fix broken concat * add whats-new --------- Co-authored-by: Maximilian Roos <[email protected]>
1 parent 7477fd1 commit 71fce9b

35 files changed

+632
-504
lines changed

doc/whats-new.rst

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Documentation
8282
Internal Changes
8383
~~~~~~~~~~~~~~~~
8484

85+
- Enable typing checks of pandas (:pull:`9213`).
86+
By `Michael Niklas <https://github.com/headtr1ck>`_.
8587

8688
.. _whats-new.2024.06.0:
8789

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ module = [
120120
"netCDF4.*",
121121
"netcdftime.*",
122122
"opt_einsum.*",
123-
"pandas.*",
124123
"pint.*",
125124
"pooch.*",
126125
"pyarrow.*",

0 commit comments

Comments
 (0)