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: php1ic/pynch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: php1ic/pynch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pip-package
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 28 files changed
  • 1 contributor

Commits on Mar 7, 2025

  1. Make the project a pip installable package

    The GUI part has been removed entirely, a new pyproject file created and
    all the data files moved to allow installation with the package.
    php1ic committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    dff7097 View commit details
    Browse the repository at this point in the history
  2. Rename license file.

    The use of LICENSE looks to be more common than COPYING so lets use
    that.
    php1ic committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    ed57311 View commit details
    Browse the repository at this point in the history
  3. Update CI pipeline commands now we can pip install

    While we are updating the pipeline, use latest actions from the
    marketplace and test with all currently supported versions of python.
    php1ic committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    bf43c3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32bc9b View commit details
    Browse the repository at this point in the history
  5. Drop support for python3.9

    We are using functionality from importlib.resource that arrived in
    version 3.10. As support for 3.9 will soon(ish) stop, lets not do
    anything special.
    php1ic committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    1b9926e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Configuration menu
    Copy the full SHA
    e2819ff View commit details
    Browse the repository at this point in the history
  2. Add Soham (e-eight) as a contributor

    Changing the project to a package was his idea and he did a lot of the
    leg work in PR #5 so should be in the authors list.
    php1ic committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    bb03278 View commit details
    Browse the repository at this point in the history
  3. Update Nubase to NUBASE

    To align with AME, always refer to NUBASE in all capital letters.
    php1ic committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    45d94fc View commit details
    Browse the repository at this point in the history
Loading