You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix blank note output
* return whatever user passes, even if they r duplicates
* add DropLabel for dropping columns
* generic select with tests
* update test_select.py
* update changelog
* update docs in select
* add version notifications
* update docs for DropLabel class
* update admonition
* ensure booleans are converted into arrays
-[ENH]`select_rows` function added for flexible row selection. Add support for MultiIndex selection via dictionary. Issue #1124@samukweku
31
+
-[ENH]`select_rows` function added for flexible row selection. Generic `select` function added as well. Add support for MultiIndex selection via dictionary. Issue #1124@samukweku
32
32
-[TST] Compat with macos and window, to fix `FailedHealthCheck` Issue #1181@Zeroto521
33
33
-[INF] Merge two docs CIs (`docs-preview.yml` and `docs.yml`) to one. And add `documentation` pytest mark. PR #1183@Zeroto521
34
34
-[INF] Merge `codecov.yml` (only works for the dev branch pushing event) into `tests.yml` (only works for PR event). PR #1185@Zeroto521
0 commit comments