Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LilianBoulard committed Apr 18, 2023
1 parent c552053 commit eb7d7f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ Major changes
Minor changes
-------------
* Improvement of date column detection and date format inference in :class:`TableVectorizer`. The
format inference now finds a format which works for all non-missing values of the column, instead
of relying on pandas behavior. If no such format exists, the column is not casted to a date column.
:pr:`543` by :user:`Leo Grinsztajn <LeoGrin>`
format inference now finds a format which works for all non-missing values of the column, instead
of relying on pandas behavior. If no such format exists, the column is not casted to a date column.
:pr:`543` by :user:`Leo Grinsztajn <LeoGrin>`

Release 0.4.0
=============

Major changes
-------------
* `SuperVectorizer` is renamed as :class:`TableVectorizer`, a warning is raised when using the old name.
:pr:`484` by :user:`Jovan Stojanovic <jovan-stojanovic>`
:pr:`484` by :user:`Jovan Stojanovic <jovan-stojanovic>`

* New experimental feature: joining tables using :func:`fuzzy_join` by approximate key matching. Matches are based
on string similarities and the nearest neighbors matches are found for each category.
Expand Down

0 comments on commit eb7d7f9

Please sign in to comment.