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: gambit/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fixes
Choose a base ref
...
head repository: gambit/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 15, 2022

  1. Merge pull request #2 from gambit/fixes

    Fixes before SW22.
    feeley authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2659c27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from gambit/fixes

    Unbox Python Cell object when converting procedures.
    belmarca authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5d5bd7c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Add csv example.

    belmarca committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    de03e00 View commit details
    Browse the repository at this point in the history
  2. Proper relative path.

    belmarca committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    fd6fb98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from gambit/examples

    Add CSV example.
    belmarca authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    2d635cc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Clarify README.

    belmarca committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2a7a8db View commit details
    Browse the repository at this point in the history
  2. Proper wording.

    belmarca committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5de1122 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from gambit/readme-fix

    Clarify installation procedure in README.
    belmarca authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4f08ece View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    b88dbba View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Remove unused comments in PyObject*->object.

    These were used for a past implementation of custom converters.
    belmarca committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3a8456b View commit details
    Browse the repository at this point in the history
  2. Fix double conversion of Scheme procedures.

    The `procedure->PyObject*/function` procedure already converts its
    argumetn (`proc`) into a `SchemeObject`. We must not do it again in `python-SchemeProcedure`.
    belmarca committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a0805f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9fdcf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Configuration menu
    Copy the full SHA
    9425002 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    0a092ca View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Create demo.scm

    feeley authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    c5410b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a28437 View commit details
    Browse the repository at this point in the history
Loading