Skip to content

Update dependency dill to v0.4.1#116

Closed
renovate[bot] wants to merge 125 commits into
mainfrom
renovate/dill-0.x
Closed

Update dependency dill to v0.4.1#116
renovate[bot] wants to merge 125 commits into
mainfrom
renovate/dill-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2026

This PR contains the following updates:

Package Change Age Confidence
dill ==0.4.0==0.4.1 age confidence

Release Notes

uqfoundation/dill (dill)

v0.4.1

Compare Source

0.4.1 Release Notes

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

dill installs with pip:
$ pip install dill

dill requires:
- python or pypy, >=3.9

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

What's Changed

Full Changelog: uqfoundation/dill@0.4.0...0.4.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate Bot and others added 26 commits July 14, 2025 11:22
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* added codes for fine-tuned work

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>

* Delete fine_tune/finetuning/.DS_Store

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>

* Delete fine_tune/sdg_chain/.DS_Store

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>

* Delete fine_tune/.DS_Store

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>

* Update README.md

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>

---------

Signed-off-by: ShuxinLin <linshuhsin@gmail.com>
Updated links for the leaderboard and added a trophy emoji.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 4, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.4.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/dill-0.x branch May 4, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants