Skip to content

Commit 77b3e69

Browse files
Final announcement
1 parent b5e5591 commit 77b3e69

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88

99
Collection of pandas [stub files](https://www.python.org/dev/peps/pep-0484/#stub-files>) initially generated using [stubgen](https://github.com/python/mypy/blob/master/mypy/stubgen.py), fixed when necessary and then partially completed.
1010

11-
|CI|PyPi version | PyPI Downloads | Conda Downloads | Python support | License
12-
|--|--|--|--|--|--|
13-
| [![VirtusLab](https://circleci.com/gh/VirtusLab/pandas-stubs.svg?style=svg)]() | [![PyPI package](https://img.shields.io/pypi/v/pandas-stubs.svg)](https://pypi.org/project/pandas-stubs) | [![PyPI download month](https://img.shields.io/pypi/dm/pandas-stubs.svg)](https://pypi.python.org/pypi/pandas-stubs/) | [![PyPI download month](https://anaconda.org/conda-forge/pandas-stubs/badges/downloads.svg)](https://anaconda.org/conda-forge/pandas-stubs) | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/pandas-stubs.svg)](https://pypi.python.org/pypi/pandas-stubs/)|[![GitHub license](https://img.shields.io/github/license/VirtusLab/pandas-stubs.svg)](https://github.com/VirtusLab/pandas-stubs/blob/master/LICENSE)
11+
# Announcement - pandas_stubs moved! This repository is now deprecated!
1412

15-
# Announcement - pandas_stubs is moving!
16-
17-
**Starting from July 2022 `pandas_stubs` package will no longer be sourced from here
13+
**As of July 2022 `pandas_stubs` package is no longer sourced from here
1814
but instead from a repository owned and maintained by the core pandas team:**
1915
https://github.com/pandas-dev/pandas-stubs
2016

@@ -23,11 +19,7 @@ together with the [current pandas_stubs repository](https://github.com/VirtusLab
2319

2420
All future development will take place in the new repository and both the PyPI and CondaForge distributions will be sourced from there.
2521

26-
If you're having any problems with the current package please try switching over, and report any issues on the new Github page. Direct pip install and conda are still unsupported but try the following command:
27-
```
28-
pip install git+https://github.com/pandas-dev/pandas-stubs
29-
```
30-
or just clone the repository manually and specify it in `mypy.ini`.
22+
If you're having any problems with the current package please try switching over, and report any issues on the new Github page. It's available both on PyPI and conda-forge.
3123

3224
Related issue: [172](https://github.com/VirtusLab/pandas-stubs/issues/172)
3325

@@ -38,15 +30,17 @@ Due to extensive pandas API, quality of the proposed annotations is, for the mos
3830

3931
## Installation
4032

33+
**This works only for legacy versions. Any version higher than shown here will install a version from the new repository.**
34+
4135
The easiest way is using PyPI. This will add `.pyi` files to `pandas` package location, which will be removed when uninstalling:
4236
```
43-
pip install pandas-stubs
37+
pip install pandas-stubs==1.2.0.62
4438
```
4539

4640
Another way to install is using Conda:
4741

4842
```
49-
conda install -c conda-forge pandas-stubs
43+
conda install -c conda-forge pandas-stubs=1.2.0.62
5044
```
5145

5246
Alternatively, if you want a cleaner `PYTHONPATH` or wish to modify the annotations, manual options are:
@@ -151,6 +145,6 @@ pytests tests/snippets
151145
```
152146

153147
# Disclaimer
154-
This project provides additional functionality for [pandas](https://pandas.pydata.org/docs/index.html) library. Pandas is available under it's own [license](https://github.com/pandas-dev/pandas/blob/master/LICENSE).
148+
This project provides additional functionality for [pandas](https://pandas.pydata.org/docs/index.html) library. Pandas is available under its own [license](https://github.com/pandas-dev/pandas/blob/master/LICENSE).
155149

156150
This project is not owned, endorsed, or sponsored by any of AQR Capital Management, NumFOCUS, LLC, Lambda Foundry, Inc. and PyData Development Team.

0 commit comments

Comments
 (0)