Skip to content

Commit

Permalink
Remove infer_datetime_format argument (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
eccabay authored Oct 25, 2023
1 parent 9726ad0 commit 123830b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Future Release
==============
* Enhancements
* Fixes
* Removed warning due to deprecated ``infer_datetime_format`` argument in pandas (:pr:`1785`)
* Changes
* Temporarily restrict pyarrow version due to serialization issues (:pr:`1768`)
* Documentation Changes
* Testing Changes
* Removed old performance testing workflow (:pr:`1776`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`, :user:`petejanuszewski1`
:user:`thehomebrewnerd`, :user:`petejanuszewski1`, :user:`eccabay`

v0.26.0 Aug 22, 2023
====================
Expand Down
1 change: 0 additions & 1 deletion woodwork/type_sys/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def col_is_datetime(col, datetime_format=None):
col,
errors="raise",
format=datetime_format,
infer_datetime_format=True,
)
return True

Expand Down

0 comments on commit 123830b

Please sign in to comment.