|
52 | 52 | core.rolling.DatasetCoarsen.var |
53 | 53 | core.rolling.DatasetCoarsen.boundary |
54 | 54 | core.rolling.DatasetCoarsen.coord_func |
| 55 | + core.rolling.DatasetCoarsen.keep_attrs |
55 | 56 | core.rolling.DatasetCoarsen.obj |
56 | 57 | core.rolling.DatasetCoarsen.side |
57 | 58 | core.rolling.DatasetCoarsen.trim_excess |
|
104 | 105 | core.resample.DatasetResample.dims |
105 | 106 | core.resample.DatasetResample.groups |
106 | 107 |
|
| 108 | + core.rolling.DatasetRolling.argmax |
| 109 | + core.rolling.DatasetRolling.argmin |
107 | 110 | core.rolling.DatasetRolling.count |
108 | 111 | core.rolling.DatasetRolling.max |
109 | 112 | core.rolling.DatasetRolling.mean |
|
115 | 118 | core.rolling.DatasetRolling.var |
116 | 119 | core.rolling.DatasetRolling.center |
117 | 120 | core.rolling.DatasetRolling.dim |
| 121 | + core.rolling.DatasetRolling.keep_attrs |
118 | 122 | core.rolling.DatasetRolling.min_periods |
119 | 123 | core.rolling.DatasetRolling.obj |
120 | 124 | core.rolling.DatasetRolling.rollings |
121 | 125 | core.rolling.DatasetRolling.window |
122 | 126 |
|
| 127 | + core.weighted.DatasetWeighted.obj |
| 128 | + core.weighted.DatasetWeighted.weights |
| 129 | + |
123 | 130 | core.rolling_exp.RollingExp.mean |
124 | 131 |
|
125 | 132 | Dataset.argsort |
|
188 | 195 | core.rolling.DataArrayCoarsen.var |
189 | 196 | core.rolling.DataArrayCoarsen.boundary |
190 | 197 | core.rolling.DataArrayCoarsen.coord_func |
| 198 | + core.rolling.DataArrayCoarsen.keep_attrs |
191 | 199 | core.rolling.DataArrayCoarsen.obj |
192 | 200 | core.rolling.DataArrayCoarsen.side |
193 | 201 | core.rolling.DataArrayCoarsen.trim_excess |
|
238 | 246 | core.resample.DataArrayResample.dims |
239 | 247 | core.resample.DataArrayResample.groups |
240 | 248 |
|
| 249 | + core.rolling.DataArrayRolling.argmax |
| 250 | + core.rolling.DataArrayRolling.argmin |
241 | 251 | core.rolling.DataArrayRolling.count |
242 | 252 | core.rolling.DataArrayRolling.max |
243 | 253 | core.rolling.DataArrayRolling.mean |
|
249 | 259 | core.rolling.DataArrayRolling.var |
250 | 260 | core.rolling.DataArrayRolling.center |
251 | 261 | core.rolling.DataArrayRolling.dim |
| 262 | + core.rolling.DataArrayRolling.keep_attrs |
252 | 263 | core.rolling.DataArrayRolling.min_periods |
253 | 264 | core.rolling.DataArrayRolling.obj |
254 | 265 | core.rolling.DataArrayRolling.window |
255 | 266 | core.rolling.DataArrayRolling.window_labels |
256 | 267 |
|
| 268 | + core.weighted.DataArrayWeighted.obj |
| 269 | + core.weighted.DataArrayWeighted.weights |
| 270 | + |
257 | 271 | DataArray.argsort |
258 | 272 | DataArray.clip |
259 | 273 | DataArray.conj |
|
277 | 291 | core.accessor_dt.DatetimeAccessor.days_in_month |
278 | 292 | core.accessor_dt.DatetimeAccessor.daysinmonth |
279 | 293 | core.accessor_dt.DatetimeAccessor.hour |
| 294 | + core.accessor_dt.DatetimeAccessor.is_leap_year |
| 295 | + core.accessor_dt.DatetimeAccessor.is_month_end |
| 296 | + core.accessor_dt.DatetimeAccessor.is_month_start |
| 297 | + core.accessor_dt.DatetimeAccessor.is_quarter_end |
| 298 | + core.accessor_dt.DatetimeAccessor.is_quarter_start |
| 299 | + core.accessor_dt.DatetimeAccessor.is_year_end |
| 300 | + core.accessor_dt.DatetimeAccessor.is_year_start |
280 | 301 | core.accessor_dt.DatetimeAccessor.microsecond |
281 | 302 | core.accessor_dt.DatetimeAccessor.minute |
282 | 303 | core.accessor_dt.DatetimeAccessor.month |
|
291 | 312 | core.accessor_dt.DatetimeAccessor.weekofyear |
292 | 313 | core.accessor_dt.DatetimeAccessor.year |
293 | 314 |
|
| 315 | + core.accessor_dt.TimedeltaAccessor.ceil |
| 316 | + core.accessor_dt.TimedeltaAccessor.floor |
| 317 | + core.accessor_dt.TimedeltaAccessor.round |
| 318 | + core.accessor_dt.TimedeltaAccessor.days |
| 319 | + core.accessor_dt.TimedeltaAccessor.microseconds |
| 320 | + core.accessor_dt.TimedeltaAccessor.nanoseconds |
| 321 | + core.accessor_dt.TimedeltaAccessor.seconds |
| 322 | + |
294 | 323 | core.accessor_str.StringAccessor.capitalize |
295 | 324 | core.accessor_str.StringAccessor.center |
296 | 325 | core.accessor_str.StringAccessor.contains |
|
365 | 394 | Variable.min |
366 | 395 | Variable.no_conflicts |
367 | 396 | Variable.notnull |
| 397 | + Variable.pad |
368 | 398 | Variable.prod |
369 | 399 | Variable.quantile |
370 | 400 | Variable.rank |
|
407 | 437 |
|
408 | 438 | IndexVariable.all |
409 | 439 | IndexVariable.any |
| 440 | + IndexVariable.argmax |
| 441 | + IndexVariable.argmin |
410 | 442 | IndexVariable.argsort |
411 | 443 | IndexVariable.astype |
412 | 444 | IndexVariable.broadcast_equals |
|
436 | 468 | IndexVariable.min |
437 | 469 | IndexVariable.no_conflicts |
438 | 470 | IndexVariable.notnull |
| 471 | + IndexVariable.pad |
439 | 472 | IndexVariable.prod |
440 | 473 | IndexVariable.quantile |
441 | 474 | IndexVariable.rank |
|
538 | 571 | ufuncs.tanh |
539 | 572 | ufuncs.trunc |
540 | 573 |
|
| 574 | + plot.plot |
| 575 | + plot.line |
| 576 | + plot.step |
| 577 | + plot.hist |
| 578 | + plot.contour |
| 579 | + plot.contourf |
| 580 | + plot.imshow |
| 581 | + plot.pcolormesh |
| 582 | + plot.scatter |
| 583 | + |
541 | 584 | plot.FacetGrid.map_dataarray |
542 | 585 | plot.FacetGrid.set_titles |
543 | 586 | plot.FacetGrid.set_ticks |
|
547 | 590 | CFTimeIndex.any |
548 | 591 | CFTimeIndex.append |
549 | 592 | CFTimeIndex.argsort |
| 593 | + CFTimeIndex.argmax |
| 594 | + CFTimeIndex.argmin |
550 | 595 | CFTimeIndex.asof |
551 | 596 | CFTimeIndex.asof_locs |
552 | 597 | CFTimeIndex.astype |
| 598 | + CFTimeIndex.calendar |
| 599 | + CFTimeIndex.ceil |
553 | 600 | CFTimeIndex.contains |
554 | 601 | CFTimeIndex.copy |
| 602 | + CFTimeIndex.days_in_month |
555 | 603 | CFTimeIndex.delete |
556 | 604 | CFTimeIndex.difference |
557 | 605 | CFTimeIndex.drop |
|
562 | 610 | CFTimeIndex.equals |
563 | 611 | CFTimeIndex.factorize |
564 | 612 | CFTimeIndex.fillna |
| 613 | + CFTimeIndex.floor |
565 | 614 | CFTimeIndex.format |
566 | 615 | CFTimeIndex.get_indexer |
567 | 616 | CFTimeIndex.get_indexer_for |
|
602 | 651 | CFTimeIndex.reindex |
603 | 652 | CFTimeIndex.rename |
604 | 653 | CFTimeIndex.repeat |
| 654 | + CFTimeIndex.round |
605 | 655 | CFTimeIndex.searchsorted |
606 | 656 | CFTimeIndex.set_names |
607 | 657 | CFTimeIndex.set_value |
|
688 | 738 | backends.NetCDF4DataStore.is_remote |
689 | 739 | backends.NetCDF4DataStore.lock |
690 | 740 |
|
| 741 | + backends.H5NetCDFStore.autoclose |
691 | 742 | backends.H5NetCDFStore.close |
692 | 743 | backends.H5NetCDFStore.encode |
693 | 744 | backends.H5NetCDFStore.encode_attribute |
694 | 745 | backends.H5NetCDFStore.encode_variable |
| 746 | + backends.H5NetCDFStore.format |
695 | 747 | backends.H5NetCDFStore.get_attrs |
696 | 748 | backends.H5NetCDFStore.get_dimensions |
697 | 749 | backends.H5NetCDFStore.get_encoding |
698 | 750 | backends.H5NetCDFStore.get_variables |
| 751 | + backends.H5NetCDFStore.is_remote |
699 | 752 | backends.H5NetCDFStore.load |
| 753 | + backends.H5NetCDFStore.lock |
| 754 | + backends.H5NetCDFStore.open |
700 | 755 | backends.H5NetCDFStore.open_store_variable |
701 | 756 | backends.H5NetCDFStore.prepare_variable |
702 | 757 | backends.H5NetCDFStore.set_attribute |
|
0 commit comments