Package Release Info

python-kiwisolver-1.2.0-bp154.1.22

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-kiwisolver

Change Logs

Version: 1.2.0-bp153.1.1
* Thu Apr 16 2020 pgajdos@suse.com
- version update to 1.2.0
  * setup.py: proper python version pinning and cut 1.2.0 release
- python3 only, e. g. requires cppy, which is python3 only
Version: 1.1.0-bp152.1.8
* Wed Jul 24 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.1.0:
  * prevent attempting a dual optimize on a dummy row PR #56 closes #15
  * add dump and dumps methods to inspect the internal state of the solver PR #56
  * test on Python 3.7 PR #51
  * improvemnts to setup.py and tests PR #46 #50
Version: 1.0.1-bp150.2.4
* Wed Mar 28 2018 jengelh@inai.de
- Quantify speeds in description.
* Fri Mar 23 2018 tchvatal@suse.com
- Cleanup with spec-cleaner
- Switch to github archive to have tests
* Tue Feb 13 2018 toddrme2178@gmail.com
- Update to 1.0.1
  * allow unicode strings for variable name in Python 2
  * allow unicode strings as strength specifiers in Python 2
- Update to 1.0.0
  * Allow anonymous variables (solver PR #32, wrappers PR #22)
  * Solver: Define binary operators as free functions (PR #23)
  * Wrappers: support for Python 3 (PR #13)
  * Wrappers: drop distribute dependency in favor of setuptools (PR #22)
  * Wrappers: add a comprehensive test suite
- Implement single-spec version
- Complete spec file rewrite.
* Fri Sep 04 2015 toddrme2178@gmail.com
- Initial version