Skip to content

Releases: allenai/cached_path

v1.6.3

20 Jun 16:04
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added support for new version of huggingface-hub.

Commits

eea3368 fix release workflow
7a53ea9 Prepare for release v1.6.3
5c12626 Update huggingface-hub requirement (#230)
a45c796 Merge pull request #233 from allenai/shanea/fix-r2-profile
7008167 Fix beaker test (#234)

v1.6.2

06 Mar 18:40
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Updated dependencies

Commits

beb6f9c Prepare for release v1.6.2
8fc1032 Revert "Prepare for release v1.6.1"
ad257b6 Prepare for release v1.6.1
a4fb100 Changelog
7901110 Prepare for release v1.6.1
daa03e7 Merge pull request #220 from bryant1410/patch-1
aef978e Merge pull request #222 from allenai/dependabot/pip/huggingface-hub-gte-0.8.1-and-lt-0.22.0

v1.6.0

22 Feb 23:09
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added support for R2 (r2://*).
  • verbose parameter for find_latest_cached()
  • Added support for extracting RAR files.

Commits

b2a99f3 Merge pull request #218 from allenai/dependabot/pip/black-gte-23.1.0-and-lt-25.0
6894328 Merge pull request #219 from allenai/dependabot/pip/myst-parser-gte-1.0.0-and-lt-3.0
2dfd103 Merge pull request #202 from allenai/dependabot/pip/filelock-gte-3.4-and-lt-3.14
8b3e94b Merge pull request #216 from allenai/r2
23bde11 Merge pull request #207 from allenai/dependabot/pip/huggingface-hub-gte-0.8.1-and-lt-0.21.0
9654176 Merge pull request #215 from bryant1410/patch-1
e0a2686 Merge pull request #213 from bryant1410/rar
8ab57cc Merge pull request #211 from allenai/dependabot/pip/furo-2024.1.29
bac794b update PyPI release process

v1.5.1

16 Dec 23:46
Compare
Choose a tag to compare

What's new

Removed 👋

  • Removed official support for Python 3.7

Commits

63d1fec Update huggingface-hub requirement (#203)
0d250ae update dev dependencies (#200)

v1.5.0

11 Oct 15:02
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added get_bytes_range() function.

Commits

fab9ba0 Update huggingface-hub requirement (#198)
38447f4 fix docs title
f435b48 Add get_bytes_range() function (#196)
40b0216 Update huggingface-hub requirement (#193)
02457cb fix
c26e757 fix
ae17ef1 fix
88b480d add missing build.os key to RTD config
7ecffc0 switch to pyproject.toml from setup.py (#195)

v1.4.0

02 Aug 15:48
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added support for file paths in the form of a URL like: file://.

Commits

cc0b1e8 add support for 'file://' scheme (#182)

v1.3.5

15 Jul 16:23
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • Added support for newest versions of FileLock and huggingface-hub.

Commits

492d955 update filelock (#177)
91660da Update huggingface-hub requirement (#175)
150db50 Bump sphinx-copybutton from 0.5.1 to 0.5.2 (#163)
6a5bee0 Bump furo from 2022.12.7 to 2023.3.27 (#160)
ce2fa25 Bump mypy from 0.991 to 1.2.0 (#161)

v1.3.4

06 Apr 21:15
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed issue where progress bar would jump around for big downloads.

Commits

0adae81 fix issue with progress bar jumping around

v1.3.3

16 Feb 18:05
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed handling beaker:// URLs when using dataset ID.

Commits

68978c8 handle beaker datasets by ID (#151)

v1.3.2

15 Feb 20:00
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • Added support for newest huggingface-hub version.

Commits

dd386c0 Update huggingface-hub requirement from <0.12.0,>=0.8.1 to >=0.8.1,<0.13.0 (#147)
ce925e6 fix beaker test skip