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

MAINT: Use .is_monotonic_increasing replace .is_monotonic #749

Merged
merged 1 commit into from Oct 24, 2022

Conversation

Zeroto521
Copy link
Owner

@Zeroto521 Zeroto521 commented Oct 24, 2022

  • closes #xxxx
  • whatsnew entry

.is_monotonic is depracated.

  /home/runner/work/my-data-toolkit/my-data-toolkit/dtoolkit/accessor/series/set_unique_index.py:87: FutureWarning: is_monotonic is deprecated and will be removed in a future version. Use is_monotonic_increasing instead.
    elif not s.index.is_monotonic:

@Zeroto521 Zeroto521 enabled auto-merge (squash) October 24, 2022 06:37
@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Merging #749 (e53260c) into main (48c2913) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   99.46%   99.46%           
=======================================
  Files         110      110           
  Lines        1500     1500           
  Branches      149      149           
=======================================
  Hits         1492     1492           
  Misses          2        2           
  Partials        6        6           
Impacted Files Coverage Δ
dtoolkit/accessor/series/set_unique_index.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Zeroto521 Zeroto521 merged commit acda850 into main Oct 24, 2022
@Zeroto521 Zeroto521 deleted the accessor/warning/set_unique_index branch October 24, 2022 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant