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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.15.1.txt
+5-7
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,17 @@ users upgrade to this version.
19
19
20
20
API changes
21
21
~~~~~~~~~~~
22
-
23
-
22
+
24
23
.. _whatsnew_0151.enhancements:
25
24
26
25
Enhancements
27
26
~~~~~~~~~~~~
28
27
29
28
- Added option to select columns when importing Stata files (:issue:`7935`)
30
-
31
29
- Qualify memory usage in ``DataFrame.info()`` by adding ``+`` if it is a lower bound (:issue:`8578`)
32
-
33
-
30
+
- Added support for 3-character ISO and non-standard country codes in :func:``io.wb.download()`` (:issue:`8482`)
31
+
- :ref:`World Bank data requests <remote_data.wb>` now raise Warnings and ValueErrors based on an ``errors`` argument, as well as a list of hard-coded country codes and the World Bank's JSON response. In prior versions, the error messages didn't look at the World Bank's JSON response. Problem-inducing input were simply dropped prior to the request. The issue was that many good countries were cropped in the hard-coded approach. All countries will work now, but some bad countries will raise exceptions because some edge cases break the entire response.
0 commit comments