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.8
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.3.9
Choose a head ref
  • 20 commits
  • 16 files changed
  • 4 contributors

Commits on Jan 27, 2024

  1. bumping past 0.3.8

    mmckerns committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    827ed5d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Feb 24, 2024

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

Commits on Apr 22, 2024

  1. Bump idna from 3.4 to 3.7 in /docs (#653)

    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      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 Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3b52ba8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Bump jinja2 from 3.1.3 to 3.1.4 in /docs (#656)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    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 May 14, 2024
    Configuration menu
    Copy the full SHA
    69f41fe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. --- (#659)

    updated-dependencies:
    - dependency-name: requests
      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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7bc53e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Bump tornado from 6.3.3 to 6.4.1 in /docs (#660)

    Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.1.
    - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
    - [Commits](tornadoweb/tornado@v6.3.3...v6.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: tornado
      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 Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5f8ce43 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. update docs requirements to rtfd 10.27.0 (#665)

    * update docs requirements to rtfd 10.27.0
    
    * update urllib3 depend to 2.2.2
    mmckerns authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e09908f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Bump certifi from 2024.2.2 to 2024.7.4 in /docs (#666)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      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 Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a12bfda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d136b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    9bf8ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b281426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14e75d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. better handle import strings of numpy scalars (#678)

    * better handling of import strings of numpy scalars
    
    * handle deprecated np.bool is bool
    mmckerns authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    15d7c6d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. handle a ThreadHandleType (#679)

    * handle a ThreadHandleType
    
    * handle special case of _thread._ExceptHookArgs
    
    * use threading.ExceptHookArgs for pypy
    
    * handle when thread doesn't have native_id
    mmckerns authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8b86f50 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    fb2b6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735ac66 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. add formal support for python 3.13 (#681)

    * add formal support for python 3.13
    
    * use 3.13-dev on travis
    mmckerns authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6646459 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. tag: 0.3.9

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