Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coin-or/CyLP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.91.6
Choose a base ref
...
head repository: coin-or/CyLP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.92.0
Choose a head ref
  • 8 commits
  • 32 files changed
  • 3 contributors

Commits on Oct 20, 2023

  1. .github/workflows/cibuildwheel.yml: Update (#180)

    * setup.py: Set python_requires="<3.12"
    * pyproject.toml: Avoid oldest-supported-numpy on PyPy
    * pyproject.toml (tool.cibuildwheel): Skip PyPy >= 3.10
    * pyproject.toml (tool.cibuildwheel): Skip PyPy i686
    * .github/workflows/cibuildwheel.yml: Use a separate matrix job for i686
    mkoeppe authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2178e19 View commit details
    Browse the repository at this point in the history
  2. Remove outdated self-cimports in pyx files and other Cython 3 prep (#179

    )
    
    * Remove outdated self-cimports in pyx files
    * Use absolute cimports only
    * Remove a duplicate 'cdef cppclass'
    * Do not use cpdef for variables
    mkoeppe authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    615a193 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Switch to Cython 3 (#183)

    * cylp/cy/CyCbcModel.pxd: Update exception specs for Cython 3
    * pyproject.toml: Require Cython 3; pin to 3.0.4
    mkoeppe authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c152a78 View commit details
    Browse the repository at this point in the history
  2. Remove py2 (#185)

    * cylp/*/CyClpSimplex_api.h: Remove Python 2 support
    * setup.py: Remove Python 2 support
    mkoeppe authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    036f0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5252f View commit details
    Browse the repository at this point in the history
  4. Python 3.12 support (#184)

    * setup.py: Allow Python 3.12
    * pyproject.toml (tool.cibuildwheel): Do not build 3.12 i686 wheel because there is no numpy wheel
    mkoeppe authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ee90a81 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. support np.array for modeling

    - implement @ operator for np.array
    - check * is not used with np.array
    - add __array_ufunc__ = None to allow CyLPExpr to take over np.array broadcasting (remove need for PyLPArray)
    sdementen authored and tkralphs committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8473183 View commit details
    Browse the repository at this point in the history
  2. Bump version

    tkralphs committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    55606cc View commit details
    Browse the repository at this point in the history
Loading