Matej Cepl
078ed02459
- Use git cloned archive gh#pandas-dev/pandas#54907 - Update to 2.1.0 * https://pandas.pydata.org/pandas-docs/version/2.1.0/whatsnew/v2.1.0.html * Avoid NumPy object dtype for strings by default * DataFrame reductions preserve extension dtypes * Copy-on-Write improvements * New DataFrame.map() method and support for ExtensionArrays * New implementation of DataFrame.stack() * Other minor enhancements (see link above) ## Backwards incompatible API changes * pandas 2.1.0 supports Python 3.9 and higher * Increased minimum versions for numpy 1.22.3 and some optional dependencies * arrays.PandasArray has been renamed NumpyExtensionArray and the attached dtype name changed from PandasDtype to NumpyEADtype; importing PandasArray still works until the next major version (GH 53694) ## Deprecations * Deprecated silent upcasting in setitem-like Series operations * Deprecated parsing datetimes with mixed time zones * Other Deprecation (see link above) ## More * Performance Improvements (see link above) * Bug fixes (see linkl above) - Switch to meson build system OBS-URL: https://build.opensuse.org/request/show/1109356 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=94
17 lines
605 B
Plaintext
17 lines
605 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/pandas-dev/pandas.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.1.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="filename">pandas</param>
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|