3e26c51eba
- update to 1.4.9: * add support for Python 3.14 PR #196#198 * include Python.h, or headers including Python.h, before system headers
Dirk Mueller2025-09-21 19:35:33 +00:00
8213b6d9c3
- Update to 1.4.8 * Drop support for Python 3.8 and 3.9 * Do not link to MSVCP on Windows and drop windows 32 bits support * Add support for free-threaded builds on Python 3.13
Nico Krapp2025-01-14 13:29:08 +00:00
9e09bce9a5
Accepting request 1217423 from devel:languages:python
Ana Guerrero2024-10-25 17:18:36 +00:00
1190a1ad7e
- update to 1.4.7: * no library changes only fixes to the build infrastructure * drop support for Python 3.7 * add support for Python 3.13
Dirk Mueller2024-10-23 20:27:38 +00:00
da2e8dfd5d
Accepting request 1129229 from devel:languages:python
Ana Guerrero2023-11-28 21:18:53 +00:00
65fedef3bd
- update to 1.4.5: * implement exceptions in Python * add missing signature of Constraint.violated for Python wrapper * add support for Python 3.12 - revert use of nullpointer introduced in #142Dirk Mueller2023-11-27 19:32:54 +00:00
2750b47233
- update to 1.4.4: - fix timing in shared data release procedure PR #149 - revert use of nullpointer introduced in #142 Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on some platforms (see #144 ) PR #145Dirk Mueller2022-07-24 09:18:07 +00:00
5a8b66cf11
Accepting request 989430 from home:bnavigator:branches:devel:languages:python
Matej Cepl2022-07-16 11:01:35 +00:00
298fac5a3d
- 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
Dirk Mueller2022-01-05 10:28:56 +00:00
f6bb6b25da
- 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 #88Dirk Mueller2020-12-20 09:34:03 +00:00
b9482e8ac7
- Update to 1.1.0: * prevent attempting a dual optimize on a dummy row PR #56closes#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
Tomáš Chvátal
2019-07-24 08:31:16 +00:00