Thanks to visit codestin.com
Credit goes to github.com

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: python-constraint/python-constraint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: python-constraint/python-constraint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2
Choose a head ref
  • 10 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 7, 2024

  1. Add ability to pass custom Random to MinConflictsSolver

    This allows it to be used repeatably.
    Timmmm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    98cd2c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Configuration menu
    Copy the full SHA
    afa4cb5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Removed suggested changes to CHANGELOG as they should not be made from a pull request
    fjwillemsen authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    97fdc5a View commit details
    Browse the repository at this point in the history
  3. Update solvers.py

    Changed type hint from List to list
    fjwillemsen authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    c73fd02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from Timmmm/random

    Add ability to pass custom Random to MinConflictsSolver
    fjwillemsen authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    7fa43c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    221b9f5 View commit details
    Browse the repository at this point in the history
  6. Include .so compiled files to wheel package

    Apparently, poetry does not include .so files by default when using
    packages. To solve this, we add an additional include line that ensures
    the compiled cpython shared libraries are included in the wheel
    packages.
    
    In addition, tests are also included now in the sdist tarball.
    iyanmv committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    a500ea3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #88 from iyanmv/fix-wheel

    Include .so compiled cpython libraries to wheel package
    fjwillemsen authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    fe511fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ce7a94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97f4cd6 View commit details
    Browse the repository at this point in the history
Loading