Changelog History
Page 2
-
v1.1.0.dev0
January 30, 2020 -
v1.0.5 Changes
June 17, 2020๐ This is a minor bug-fix release in the 1.0.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.
-
v1.0.4 Changes
May 28, 2020๐ This is a minor bug-fix release in the 1.0.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.
-
v1.0.3 Changes
March 18, 2020๐ This is a minor bug-fix release in the 1.0.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.
-
v1.0.2 Changes
March 12, 2020๐ This is a minor bug-fix release in the 1.0.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.
-
v1.0.1 Changes
February 05, 2020๐ This is a minor bug-fix release in the 1.0.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.
-
v1.0.0 Changes
January 29, 2020๐ This is a major release from 0.25.3, and includes a number of API changes, new
๐ features, enhancements, and performance improvements along with a large number
๐ of bug fixes.Highlights include
- ๐ A redesigned website and documentation theme
- ๐ Using Numba in
rolling.apply
- ๐ A new DataFrame method for converting to Markdown
- ๐ A new scalar for missing values
- ๐ Dedicated extension types for string and
๐ nullable boolean data
๐ See the whatsnew for a list of all the
๐ changes.๐ The release can be installed from PyPI
โฌ๏ธ python -m pip install --upgrade pandas
0๏ธโฃ Or with conda from the defaults or conda-forge channels.
conda install pandas
๐ Please report any issues with the release candidate on the pandas
issue tracker. -
v1.0.0.rc0 Changes
January 09, 2020๐ This is the first release candidate for 1.0.0. If all goes well, we'll release pandas 1.0.0 in about two weeks.
Highlights include
- ๐ A new scalar for missing values
- ๐ Dedicated extension types for string and
๐ nullable boolean data - ๐ Using Numba in
rolling.apply
- ๐ A redesigned website and documentation theme
๐ See the whatsnew for a list of all the
๐ changes.๐ The release can be installed from PyPI
โฌ๏ธ python -m pip install --upgrade --pre pandas==1.0.0rc0
Or from conda-forge
conda install -c conda-forge/label/rc pandas==1.0.0rc0
๐ Please report any issues with the release candidate on the pandas
issue tracker. -
v0.26.0.dev0
July 18, 2019 -
v0.25.3 Changes
October 31, 2019๐ This is a minor bug-fix release in the 0.25.x series and includes some regression fixes
โฌ๏ธ and bug fixes. We recommend that all users upgrade to this version.๐ See the full whatsnew for a list of all the changes.
๐ The release can be installed with conda from the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
๐ Please report any issues with the release on the pandas issue tracker.