Skip to content

Commit ca9781a

Browse files
authored
update README to indicate level of 2.0 support (#643)
1 parent 5dd1820 commit ca9781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ convention of providing stubs in a separate package, as specified in [PEP 561](h
1717
pandas. In general, these stubs are narrower than what is possibly allowed by pandas,
1818
but follow a convention of suggesting best recommended practices for using pandas.
1919

20-
The stubs are likely incomplete in terms of covering the published API of pandas.
20+
The stubs are likely incomplete in terms of covering the published API of pandas. NOTE: The current 2.0.x releases of pandas-stubs do not support all of the new features of pandas 2.0. See this [tracker](https://github.com/pandas-dev/pandas-stubs/issues/624) to understand the current compatibility with version 2.0.
2121

2222
The stubs are tested with [mypy](http://mypy-lang.org/) and [pyright](https://github.com/microsoft/pyright#readme) and are currently shipped with the Visual Studio Code extension
2323
[pylance](https://github.com/microsoft/pylance-release#readme).

0 commit comments

Comments
 (0)