Changelog for
python3-kiwisolver-1.3.2-lp153.4.1.x86_64.rpm :
* Wed Jan 05 2022 Dirk Müller
- update to 1.3.2: - Add support for Python 3.10, drop official support Python 3.6 - Remove direct accesses to ob_type in C-API use Py_TYPE instead
* Sun Dec 20 2020 Dirk Müller - update to 1.3.1: - allow to avoid linking against VC2014_1 on windows PR #97 - do not mark move constructor / assignment operator of expression as noexcept PR #97 This is to circumvent a suspected bug in the GCC compiler in the manylinux1 image. - add c++ benchmarks and run them on CIs PR #91 - modernize the c++ code by using more c++11 features PR #90 - introduce move semantic in some c++ constructors to improve performances PR #89 - add support for Python 3.9 PR #88
* Thu Apr 16 2020 pgajdosAATTsuse.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
* Wed Jul 24 2019 Tomáš Chvátal - 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
* Wed Mar 28 2018 jengelhAATTinai.de- Quantify speeds in description.
* Fri Mar 23 2018 tchvatalAATTsuse.com- Cleanup with spec-cleaner- Switch to github archive to have tests
* Tue Feb 13 2018 toddrme2178AATTgmail.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 toddrme2178AATTgmail.com- Initial version