chore(deps): update mend: high confidence minor and patch dependency updates #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.10.0
->==1.11.0
==11.1.0
->==11.2.1
==0.19.9
->==0.19.11
Release Notes
kyamagu/faiss-wheels (faiss-cpu)
v1.11.0
Compare Source
What's Changed
Full Changelog: kyamagu/faiss-wheels@v1.10.0...v1.11.0
python-pillow/Pillow (pillow)
v11.2.1
Compare Source
https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html
Deprecations
Documentation
Dependencies
Testing
make clean
orpip
in tox #8754 [@hugovk]Type hints
Other changes
startswith
/endswith
once with a tuple, andrange
withoutstart=0
#8799 [@hugovk]startswith
/endswith
#8761 [@hugovk]pythoncapi_compat.h
to fix building with PyPy3.11 #8757 [@mgorny]Image._wedge
#8755 [@hugovk]bdf_slant
andbdf_spacing
variables #8753 [@hugovk]wandb/wandb (wandb)
v0.19.11
Compare Source
Added
artifact.is_link
property to artifacts to determine if an artifact is a link artifact (such as in the Registry) or source artifact. (@estellazx in https://github.com/wandb/wandb/pull/9764)artifact.linked_artifacts
to fetch all the linked artifacts to a source artifact andartifact.source_artifact
to fetch the source artifact of a linked artifact. (@estellazx in https://github.com/wandb/wandb/pull/9789)run.link_artifact()
,artifact.link()
, andrun.link_model()
all return the linked artifact upon linking (@estellazx in https://github.com/wandb/wandb/pull/9763)artifact.download(multipart=True)
. (@pingleiwandb in https://github.com/wandb/wandb/pull/9738)Project.id
property to get the project ID on awandb.public.Project
(@tonyyli-wandb in https://github.com/wandb/wandb/pull/9194).wandb.automations.*
to support programmatically managing W&B Automations.Api.integrations()
,Api.slack_integrations()
,Api.webhook_integrations()
to fetch a team's existing Slack or webhook integrations.Api.create_automation()
,Api.automation()
/Api.automations()
,Api.update_automation()
,Api.delete_automation()
to create, fetch, edit, and delete Automations.RUN_METRIC_CHANGE
events, i.e. on changes in run metric values (absolute or relative deltas). (@tonyyli-wandb in https://github.com/wandb/wandb/pull/9775)WANDB_ENABLE_DCGM_PROFILING
environment variable totrue
. Requires thenvidia-dcgm
service to be running on the machine. Enabling this feature can lead to increased resource usage. (@dmitryduev in https://github.com/wandb/wandb/pull/9780)Fixed
run.log_code
correctly sets the run configscode_path
value. (@jacobromero in https://github.com/wandb/wandb/pull/9753)WANDB_CONFIG_DIR
for determining system settings file path (@jacobromero in https://github.com/wandb/wandb/pull/9711)Artifact
andArtifactCollection
names (which would make them unloggable), explicitly raising aValueError
when attempting to assign an invalid name. (@tonyyli-wandb in https://github.com/wandb/wandb/pull/8773)ConfigError
in Pydantic v1 environments from not calling.model_rebuild()/.update_forward_refs()
on generated types with ForwardRef fields (@tonyyli-wandb in https://github.com/wandb/wandb/pull/9795)wandb.init()
no longer raisesPermission denied
error when the wandb directory is not writable or readable (@jacobromero in https://github.com/wandb/wandb/pull/9751)file.delete()
on files queried viaapi.Runs(...)
no longer raisesCommError
(@jacobromero in https://github.com/wandb/wandb/pull/9748)v0.19.10
Compare Source
Added
reinit="create_new"
setting causeswandb.init()
to create a new run even if other runs are active, without finishing the other runs (in contrast toreinit="finish_previous"
). This will eventually become the default (@timoffex in https://github.com/wandb/wandb/pull/9562)Artifact.history_step
to return the nearest run step at which history metrics were logged for the artifact's source run (@ibindlish in https://github.com/wandb/wandb/pull/9732)data_is_not_path
flag to skip file checks when initializingwandb.Html
with a sting that points to a file.Changed
Artifact.download()
no longer raises an error when usingWANDB_MODE=offline
or when an offline run exists (@timoffex in https://github.com/wandb/wandb/pull/9695)Removed
-q
/--quiet
argument to thewandb
magic in IPython / Jupyter; use thequiet
run setting instead (@timoffex in https://github.com/wandb/wandb/pull/9705)Deprecated
wandb.Run
methods are deprecated in favor of properties and will be removed in a future release (@kptkin in https://github.com/wandb/wandb/pull/8925):run.project_name()
is deprecated in favor ofrun.project
run.get_url()
method is deprecated in favor ofrun.url
run.get_project_url()
method is deprecated in favor ofrun.project_url
run.get_sweep_url()
method is deprecated in favor ofrun.sweep_url
Fixed
wandb.Html()
no longer raisesIsADirectoryError
with a value that matched a directory on the users system. (@jacobromero in https://github.com/wandb/wandb/pull/9728)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.