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: uqfoundation/dill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.9
Choose a base ref
...
head repository: uqfoundation/dill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 14 commits
  • 56 files changed
  • 4 contributors

Commits on Sep 29, 2024

  1. bumping past 0.3.9

    mmckerns committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    99bcfe8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. fix buiding documentation with sphinx 8.x (#684)

    * fix buiding documentation with sphinx 8.x
    
    * Fix building doc without have `dill` installed
    
    Small fix which allows build documentation out of source tree without
    have `dill` installed.
    This will guarantee that documentation is always build against proper
    `dill` version.
    
    * update comments in conf file
    
    ---------
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    Co-authored-by: Mike McKerns <mmckerns@caltech.edu>
    kloczek and mmckerns authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bc71737 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. add initial support for python 3.14 (#691)

    * add initial support for python 3.14
    
    * update docs to rtfd 11.11.0
    mmckerns authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2bee9e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Bump starlette from 0.37.2 to 0.40.0 in /docs (#686)

    Bumps [starlette](https://github.com/encode/starlette) from 0.37.2 to 0.40.0.
    - [Release notes](https://github.com/encode/starlette/releases)
    - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
    - [Commits](Kludex/starlette@0.37.2...0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: starlette
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e3c85c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    5adb444 View commit details
    Browse the repository at this point in the history
  2. Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#695)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    7f678e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. support pypy-3.11 (#701)

    mmckerns authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a3d129f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

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

Commits on Mar 12, 2025

  1. fix CodeType support for PyPy3.11 7.3.19+ (#707)

    Add support for the variation of `types.CodeType` used in PyPy3.11
    7.3.19 and newer.  It introduces `co_qualname` in addition
    to the previous members — but it does not feature `co_exceptiontable`
    like CPython 3.11.  I've named the version `(3,11,'p')` for PyPy.
    
    Fixes #706
    mgorny authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    599265e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0717bd1 View commit details
    Browse the repository at this point in the history
  3. Bump jinja2 from 3.1.5 to 3.1.6 in /docs (#705)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.5...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    cd7a5a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. tag: 0.4.0

    mmckerns committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    16eb90b View commit details
    Browse the repository at this point in the history
Loading