fix(deps): update all non-major dependencies #7
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.0.0
->1.2.3
1.2.2
->1.2.4
0.5.6
->0.5.7
2.7.1
->2.10.1
3.1.7
->3.1.12
6.9.1
->6.21.3
4.9.1
->4.9.2
11.5.1-cudnn8-runtime-ubuntu20.04
->11.8.0-cudnn8-runtime-ubuntu20.04
1.4.1
->1.5.3
1.0.2
->1.2.2
0.1.96
->0.1.97
1.10.2
->1.13.1
4.16.2
->4.27.1
Release Notes
recap-utr/arg-services-python
v1.2.3
Compare Source
Bug Fixes
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
Bug Fixes
v1.2.0
Compare Source
Features
v1.1.0
Compare Source
Features
v1.0.9
Compare Source
Bug Fixes
v1.0.8
Compare Source
Bug Fixes
v1.0.7
Compare Source
Bug Fixes
v1.0.6
Compare Source
Bug Fixes
v1.0.5
Compare Source
Bug Fixes
v1.0.4
Compare Source
Bug Fixes
v1.0.3
Compare Source
Bug Fixes
v1.0.2
Bug Fixes
v1.0.1
Bug Fixes
recap-utr/arguebuf-python
v1.2.4
Compare Source
Bug Fixes
v1.2.3
Compare Source
Bug Fixes
lidatong/dataclasses-json
v0.5.7
Compare Source
What's Changed
clean_exit=True
formypy_main()
by @USSX-Hares in https://github.com/lidatong/dataclasses-json/pull/345Full Changelog: lidatong/dataclasses-json@v0.5.6...v0.5.7
huggingface/datasets
v2.10.1
Compare Source
What's Changed
IndexError
when doingds.filter(...).sort(...)
ords.select(...).sort(...)
Full Changelog: huggingface/datasets@2.10.0...2.10.1
v2.10.0
Compare Source
Important
.flatten_indices()
(x2) +save/load_from_disk
(x100) on selected/shuffled datasetsverification_mode
you can pass to `load_dataset()):Datasets features
.map()
in multiprocessing.to_iterable_dataset()
to get aIterableDataset
from aDataset
IterableDataset
in the documentation about the differences between Dataset and IterableDataset.select_column()
to return a dataset only containing the requested columnsds = ds.sort(['col_1', 'col_2'], reverse=[True, False])
ds = ds.with_format("jax", device=device)
Documentation
General improvements and bug fixes
nyu_depth_v2
dataset by @awsaf49 in https://github.com/huggingface/datasets/pull/5484load_from_cache_file
arg fromDataset.shard()
docstring by @polinaeterna in https://github.com/huggingface/datasets/pull/5493NumpyFormatter
by @alvarobartt in https://github.com/huggingface/datasets/pull/5530load_from_cache_file
type and logic by @HallerPatrick in https://github.com/huggingface/datasets/pull/5515ruff
by @mariosasko in https://github.com/huggingface/datasets/pull/5519New Contributors
Full Changelog: huggingface/datasets@2.9.0...ef
v2.9.0
Compare Source
Datasets Features
Parallel implementation of to_tf_dataset() by @Rocketknight1 in https://github.com/huggingface/datasets/pull/5377
num_workers=
to.to_tf_dataset()
to make your dataset faster with multiprocessingDistributed support by @lhoestq in https://github.com/huggingface/datasets/pull/5369
Dataset
andIterableDataset
(e.g. in streaming mode)Support streaming datasets with os.path.exists and Path.exists by @albertvillanova in https://github.com/huggingface/datasets/pull/5400
Tqdm progress bar for
to_parquet
by @zanussbaum in https://github.com/huggingface/datasets/pull/5456ZIP files support in iter_archive with better compression type check by @Mehdi2402 in https://github.com/huggingface/datasets/pull/3379
Support other formats than uint8 for image arrays by @vigsterkr in https://github.com/huggingface/datasets/pull/5365
Documentation
General improvements and bug fixes
fs.open
resource leaks by @tkukurin in https://github.com/huggingface/datasets/pull/5358cast_to_python_objects
by @mariosasko in https://github.com/huggingface/datasets/pull/5384load_dataset
docstring by @mariosasko in https://github.com/huggingface/datasets/pull/5389shard_size
arg from.push_to_hub()
by @polinaeterna in https://github.com/huggingface/datasets/pull/5469New Contributors
Full Changelog: huggingface/datasets@2.8.0...2.9.0
v2.8.0
Compare Source
Important
datasets
are not able to reload datasets pushed with this new model, so we encourage everyone to update.Datasets Features
IterableDataset.map
that lead tofeatures=None
by @alvarobartt in https://github.com/huggingface/datasets/pull/5287features
after column renaming or removalfeatures
param toIterableDataset.map
by @alvarobartt in https://github.com/huggingface/datasets/pull/5311num_shards
ormax_shard_size
tods.save_to_disk()
ords.push_to_hub()
num_proc
to use multiprocessing.Docs
General improvements and bug fixes
max_shard_size
docs by @lhoestq in https://github.com/huggingface/datasets/pull/5267from_generator
docs by @mariosasko in https://github.com/huggingface/datasets/pull/5307wikipedia
ornatural_questions
ArrowWriter.finalize
before inference error by @mariosasko in https://github.com/huggingface/datasets/pull/5309num_proc
for dataset download and generation by @mariosasko in https://github.com/huggingface/datasets/pull/5300IterableDataset.map
parambatch_size
typing as optional by @alvarobartt in https://github.com/huggingface/datasets/pull/5336topdown
parameter inxwalk
by @mariosasko in https://github.com/huggingface/datasets/pull/5308use_auth_token
docstring and deprecateuse_auth_token
indownload_and_prepare
by @mariosasko in https://github.com/huggingface/datasets/pull/5302.tar
archives in the same way as for.tar.gz
and.tgz
in_get_extraction_protocol
by @polinaeterna in https://github.com/huggingface/datasets/pull/5322New Contributors
Full Changelog: huggingface/datasets@2.7.0...2.8.0
dynaconf/dynaconf
v3.1.12
Compare Source
Fix
Release version 3.1.12. [Bruno Rocha]
Shortlog of commits since last release:
Fix casting on Validator and improve docs (#873) [Bruno Rocha]
fix: #823
fix: #834
Fix lint error. [Bruno Rocha]
Small typo fix. (#822) [Bruno Rocha, Florian Apolloner]
Fix typos in envvars docs (#840) [Bruno Rocha, Bryan Weber]
Include license files for vendored deps (#841) [Bruno Rocha, Maxwell
G]
Fix code snippet in docs (#843) [Sergio Kef]
Fix syntax error, missing comma
Add a namespace property for VAULT_FOR_DYNACONF dict (#870) [André
"decko" de Brito, Bruno Rocha]
Removes Codacy Coverage Reporter (#871) [André "decko" de Brito]
Add support for VAULT_NAMESPACE_FOR_DYNACONF (#854) [Bruno Rocha,
jmeichle]
Add support for VAULT_NAMESPACE_FOR_DYNACONF
adjusting for linting
Handle all failures when pwd does not exist. (#857) [jctanner]
Doc(pt-br): translate flask extension to pt-br (#852) [Otávio Dantas]
Add Python 3.11 to CI (#830) [Bruno Rocha, Vicente Marçal]
Fix a testing error on CI
#817 Add note about defining root_path when testing (#818) [Tetiana]
fix #817
Hotfix func tests (#816) [Bruno Rocha]
[bugfix] Fix access of keys with spaces (#815) [Bruno Rocha]
Fix #814
Ensure
dynaconf get
returns a valid json string. (#813) [BrunoRocha]
Bump dev version to 3.1.12. [Bruno Rocha]
Release version 3.1.11. [Bruno Rocha]
This release is a hotfix on top of 3.1.10
Please read changelog from https://github.com/dynaconf/dynaconf/releases/tag/3.1.10
Shortlog of commits since last release:
v3.1.11
Compare Source
Release version 3.1.11. [Bruno Rocha]
Shortlog of commits since last release:
Release hotfix (no need to run coverage or include tests_functional)
[Bruno Rocha]
Release version 3.1.10. [Bruno Rocha]
Shortlog of commits since last release:
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.
This PR has been generated by Mend Renovate. View repository job log here.