diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-05 17:16:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-08 08:41:49 -0800 |
| commit | 4e066e9a1e8fef5fb8f3a3072cd58c54817f89b6 (patch) | |
| tree | 9f39f99b8a95534b5e38a689bc98af6e3fadfc49 /meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb | |
| parent | ab7a90e844134be0f9d7cc8cf5e434d04da64c5f (diff) | |
| download | meta-openembedded-4e066e9a1e8fef5fb8f3a3072cd58c54817f89b6.tar.gz | |
python3-pandas: Upgrade 1.1.4 -> 1.2.0
Upgrade to release 1.2.0:
- Optionally disallow duplicate labels
- Passing arguments to fsspec backends
- Support for binary file handles in to_csv
- Support for short caption and table position in to_latex
- Change in default floating precision for read_csv and read_table
- Experimental nullable data types for float data
- Index/column name preservation when aggregating
- GroupBy supports EWM operations directly
- Various bug fixes
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb new file mode 100644 index 0000000000..0cb631990c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "pandas library for high-performance data analysis tools" | ||
| 2 | DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ | ||
| 3 | high-performance, easy-to-use data structures and data analysis tools for \ | ||
| 4 | the Python programming language." | ||
| 5 | HOMEPAGE = "http://pandas.pydata.org/" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "e03386615b970b8b41da6a68afe717626741bb2431cec993640685614c0680e4" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | ${PYTHON_PN}-json \ | ||
| 21 | ${PYTHON_PN}-numpy \ | ||
| 22 | ${PYTHON_PN}-dateutil \ | ||
| 23 | ${PYTHON_PN}-pytz \ | ||
| 24 | " | ||
