Skip to content

Commit fa796b4

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyter-drives-0.2.0.tgz: d3378b8fb565ab567a363b11ef4c121fca0f2da039341fa1092b094c774d998d jupyter_drives-0.2.0-py3-none-any.whl: cd3c86e01397b712a46ce1495343f40ebb597c08bd0da2fe2c5c416f613e6e53 jupyter_drives-0.2.0.tar.gz: 3066ec44339eb36aa0af34e5d80d12638d207f4abf4c97196b4bb505b8403c6f
1 parent b5aa85a commit fa796b4

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.4...b5aa85afd3c3e9b7125d14185292e2f31c97feef))
8+
9+
### Enhancements made
10+
11+
- Update error handling logic for adding public or external drives [#109](https://github.com/QuantStack/jupyter-drives/pull/109) ([@DenisaCG](https://github.com/DenisaCG))
12+
- Add support for multipart uploads [#105](https://github.com/QuantStack/jupyter-drives/pull/105) ([@DenisaCG](https://github.com/DenisaCG))
13+
- Set up the error handling UI [#103](https://github.com/QuantStack/jupyter-drives/pull/103) ([@DenisaCG](https://github.com/DenisaCG))
14+
- Add logic to copy files from the `DrivesBrowser` to the `FileBrowser` [#100](https://github.com/QuantStack/jupyter-drives/pull/100) ([@DenisaCG](https://github.com/DenisaCG))
15+
- Change extension icon to a bucket [#99](https://github.com/QuantStack/jupyter-drives/pull/99) ([@gjmooney](https://github.com/gjmooney))
16+
- Add status widget for loading indicator [#96](https://github.com/QuantStack/jupyter-drives/pull/96) ([@gjmooney](https://github.com/gjmooney))
17+
- Integrate error handling for adding external drive operation [#94](https://github.com/QuantStack/jupyter-drives/pull/94) ([@DenisaCG](https://github.com/DenisaCG))
18+
- Add support for cross-account drives [#93](https://github.com/QuantStack/jupyter-drives/pull/93) ([@DenisaCG](https://github.com/DenisaCG))
19+
- Update backend configuration for including and excluding buckets [#90](https://github.com/QuantStack/jupyter-drives/pull/90) ([@DenisaCG](https://github.com/DenisaCG))
20+
- Add support for including and excluding drives from listing [#89](https://github.com/QuantStack/jupyter-drives/pull/89) ([@DenisaCG](https://github.com/DenisaCG))
21+
- Add support for public buckets [#88](https://github.com/QuantStack/jupyter-drives/pull/88) ([@DenisaCG](https://github.com/DenisaCG))
22+
- Update `Copy Path` functionality [#87](https://github.com/QuantStack/jupyter-drives/pull/87) ([@DenisaCG](https://github.com/DenisaCG))
23+
- Update drive browser commands visibility [#85](https://github.com/QuantStack/jupyter-drives/pull/85) ([@DenisaCG](https://github.com/DenisaCG))
24+
25+
### Bugs fixed
26+
27+
- Fix upload functionality [#104](https://github.com/QuantStack/jupyter-drives/pull/104) ([@DenisaCG](https://github.com/DenisaCG))
28+
- Add session context patch to include drive name in path [#97](https://github.com/QuantStack/jupyter-drives/pull/97) ([@gjmooney](https://github.com/gjmooney))
29+
- Update mount function to allow optional location parameter [#95](https://github.com/QuantStack/jupyter-drives/pull/95) ([@DenisaCG](https://github.com/DenisaCG))
30+
- Create new bucket in different region [#91](https://github.com/QuantStack/jupyter-drives/pull/91) ([@gjmooney](https://github.com/gjmooney))
31+
- Disable `rename` functionality for drives [#86](https://github.com/QuantStack/jupyter-drives/pull/86) ([@DenisaCG](https://github.com/DenisaCG))
32+
- Create new drive command visibility [#84](https://github.com/QuantStack/jupyter-drives/pull/84) ([@DenisaCG](https://github.com/DenisaCG))
33+
- Fix toggle file filter button for drive browser [#83](https://github.com/QuantStack/jupyter-drives/pull/83) ([@DenisaCG](https://github.com/DenisaCG))
34+
35+
### Maintenance and upkeep improvements
36+
37+
- Clean up [#98](https://github.com/QuantStack/jupyter-drives/pull/98) ([@DenisaCG](https://github.com/DenisaCG))
38+
- Refactor requests [#92](https://github.com/QuantStack/jupyter-drives/pull/92) ([@DenisaCG](https://github.com/DenisaCG))
39+
40+
### Documentation improvements
41+
42+
- Mention `jupyter_server_config.py` in the README [#82](https://github.com/QuantStack/jupyter-drives/pull/82) ([@jtpio](https://github.com/jtpio))
43+
- Update README.md to mention restart [#79](https://github.com/QuantStack/jupyter-drives/pull/79) ([@gogakoreli](https://github.com/gogakoreli))
44+
45+
### Contributors to this release
46+
47+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2025-02-26&to=2025-09-15&type=c))
48+
49+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2025-02-26..2025-09-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2025-02-26..2025-09-15&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agjmooney+updated%3A2025-02-26..2025-09-15&type=Issues) | [@gogakoreli](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agogakoreli+updated%3A2025-02-26..2025-09-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Ajtpio+updated%3A2025-02-26..2025-09-15&type=Issues)
50+
51+
<!-- <END NEW CHANGELOG ENTRY> -->
52+
553
## 0.1.4
654

755
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.3...ad898413e4d4c9db68c6dc466cbdd7eff6a6dc96))
@@ -16,8 +64,6 @@
1664

1765
[@gogakoreli](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agogakoreli+updated%3A2025-01-14..2025-02-26&type=Issues)
1866

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2167
## 0.1.3
2268

2369
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.2...46817de58321fb8f2868abf8b7a69e62a0fadf21))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-drives",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "A Jupyter extension to support drives in the backend.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)