22Change Log - advertools
33=======================
44
5+ 0.16.5 (2025-03-19)
6+ -------------------
7+
8+ * Fixed
9+ - Issue with loading parquet emoji file (issue https://github.com/eliasdabbas/advertools/issues/398)
10+
5110.16.4 (2024-12-19)
612-------------------
713
@@ -124,7 +130,7 @@ Change Log - advertools
124130 - Allow optional trailing space in log files (contributed by @andypayne)
125131
126132* Fixed
127- - Replace newlines with spaces while parsing JSON-LD which was causing
133+ - Replace newlines with spaces while parsing JSON-LD which was causing
128134 errors in some cases.
129135
130136
@@ -140,7 +146,7 @@ Change Log - advertools
140146 parameter
141147
142148* Fixed
143- - Clarify that while authenticating for Twitter only ``app_key `` and
149+ - Clarify that while authenticating for Twitter only ``app_key `` and
144150 ``app_secret `` are required, with the option to provide ``oauth_token ``
145151 and ``oauth_token_secret `` if/when needed.
146152
@@ -210,7 +216,7 @@ Change Log - advertools
210216* Changed
211217 - Query parameter columns in ``url_to_df `` DataFrame are now sorted by how
212218 full the columns are (the percentage of values that are not `NA `)
213-
219+
2142200.11.1 (2021-04-09)
215221-------------------
216222
@@ -467,7 +473,7 @@ Change Log - advertools
467473 feeling (+ve or -ve).
468474
469475 - New function `word_tokenize `:
470-
476+
471477 * Used by `word_frequency ` to get tokens of
472478 1,2,3-word phrases (or more).
473479 * Split a list of text into tokens of a specified number of words each.
@@ -540,7 +546,7 @@ Change Log - advertools
540546* New function `serp_youtube `
541547 - Query YouTube API for videos, channels, or playlists
542548 - Multiple queries (product of parameters) in one function call
543- - Reponse looping and merging handled, one DataFrame
549+ - Reponse looping and merging handled, one DataFrame
544550* `serp_goog ` return Google's original error messages
545551* twitter responses with entities, get the entities extracted, each in a
546552 separate column
@@ -578,7 +584,7 @@ Change Log - advertools
578584------------------
579585
580586* New set of kw_<match-type> functions.
581- * Full testing and coverage.
587+ * Full testing and coverage.
582588
5835890.1.0 (2018-07-02)
584590------------------
0 commit comments