-
-
Notifications
You must be signed in to change notification settings - Fork 189
Comparing changes
Open a pull request
base repository: uqfoundation/dill
base: 0.3.8
head repository: uqfoundation/dill
compare: 0.3.9
- 20 commits
- 16 files changed
- 4 contributors
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 827ed5d - Browse repository at this point
Copy the full SHA 827ed5dView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af4dc7d - Browse repository at this point
Copy the full SHA af4dc7dView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61a171b - Browse repository at this point
Copy the full SHA 61a171bView commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70f569b - Browse repository at this point
Copy the full SHA 70f569bView commit details
Commits on Apr 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3b52ba8 - Browse repository at this point
Copy the full SHA 3b52ba8View commit details
Commits on May 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 69f41fe - Browse repository at this point
Copy the full SHA 69f41feView commit details
Commits on May 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7bc53e7 - Browse repository at this point
Copy the full SHA 7bc53e7View commit details
Commits on Jun 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5f8ce43 - Browse repository at this point
Copy the full SHA 5f8ce43View commit details
Commits on Jun 19, 2024
-
update docs requirements to rtfd 10.27.0 (#665)
* update docs requirements to rtfd 10.27.0 * update urllib3 depend to 2.2.2
Configuration menu - View commit details
-
Copy full SHA for e09908f - Browse repository at this point
Copy the full SHA e09908fView commit details
Commits on Jul 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a12bfda - Browse repository at this point
Copy the full SHA a12bfdaView commit details -
fix fencepost error when getting source inside decorator in interpret…
…er (#651) Thanks for the patch
Configuration menu - View commit details
-
Copy full SHA for a9d136b - Browse repository at this point
Copy the full SHA a9d136bView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bf8ca7 - Browse repository at this point
Copy the full SHA 9bf8ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b281426 - Browse repository at this point
Copy the full SHA b281426View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14e75d - Browse repository at this point
Copy the full SHA a14e75dView commit details
Commits on Sep 10, 2024
-
better handle import strings of numpy scalars (#678)
* better handling of import strings of numpy scalars * handle deprecated np.bool is bool
Configuration menu - View commit details
-
Copy full SHA for 15d7c6d - Browse repository at this point
Copy the full SHA 15d7c6dView commit details
Commits on Sep 13, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8b86f50 - Browse repository at this point
Copy the full SHA 8b86f50View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb2b6fd - Browse repository at this point
Copy the full SHA fb2b6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 735ac66 - Browse repository at this point
Copy the full SHA 735ac66View commit details
Commits on Sep 23, 2024
-
add formal support for python 3.13 (#681)
* add formal support for python 3.13 * use 3.13-dev on travis
Configuration menu - View commit details
-
Copy full SHA for 6646459 - Browse repository at this point
Copy the full SHA 6646459View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8372a77 - Browse repository at this point
Copy the full SHA 8372a77View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.8...0.3.9