Package Release Info

python-partd-1.4.2-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-partd

Change Logs

* Tue Nov 19 2024 Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
  * Configure filterwarnings=error for pytest
  * Fix pandas internals changes
  * Run doctests again
* Sun Apr 21 2024 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Tue Dec 12 2023 Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
  * Avoid deprecated is_datetime64tz_dtype from pandas
  * Update Python version classifiers
* Sun Sep 10 2023 Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
  * no release notes
  * DataFrame._data deprecation in pandas (#65)
  * Use pickle for pandas Index with extension dtype (#64)
* Tue Oct 04 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Version 1.3.0
  * Remove deprecated use of `Index._get_attributes_dict` (#60)
  * Avoid `pandas` testing deprecation warning (#59)
  * Add support for Python 3.9, drop support for Python 3.5 and 3.6 (#54)
  * Use `is_alive` in favour of `isAlive` for Python 3.9 compatibility (#53)
* Fri Aug 13 2021 Ben Greiner <code@bnavigator.de>
- update to 1.2.0
  * no release notes
  * fixes compatibility with pandas 1.3 -- gh#dask/partd#49
Version: 1.1.0-bp155.2.9
* Tue Jul 23 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
  * no upstream changelog
Version: 1.1.0-bp152.1.7
* Wed Mar 11 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to 1.1.0
  * add versioneer
  * Bump to py3
  * Handle unknown ExtensionArrays with pickle
* Tue Jul 23 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
  * no upstream changelog
* Mon Jun 03 2019 pgajdos@suse.com
- version update to 0.3.10
  * no upstream changelog
- use %pytest macro
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 0.3.8-bp150.2.4
* Sun Mar 11 2018 sebix+novell.com@sebix.at
- Use %license macro for license.
* Thu Nov 02 2017 arun@gmx.de
- specfile:
  * add LICENSE.txt to %doc
- update to version 0.3.8:
  * BUG: Fixed serialization for Datetime with tz (#25)
  * Path management (#24)
  * Add LICENSE.txt to manifest. (#23)
  * `msgpack.packb` may not have packed utf-8 compatible bytes, so
    don't … (#22)
  * Fix pandas/numpy serialization (#21)
  * Handle categorical indices
* Wed Apr 19 2017 toddrme2178@gmail.com
- Update to version 0.3.7
- Only make hard requirements BuildRequires and Requires.
- Implement single-spec version.
* Tue Jul 14 2015 toddrme2178@gmail.com
- Initial version