Skip to content

Commit

Permalink
Publish 0.0.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-drives-0.0.1.tgz: b69bcf0133e7e380336857395e3c4ece3213b068c6e738838e2b036471a19076

jupyter_drives-0.0.1-py3-none-any.whl: 8426bacb791f59d41d3ca5a2262d8057958b019dee952dc9d316ca4207100fbd

jupyter_drives-0.0.1.tar.gz: c4981385ae2977bdd2dbb67fe39d9722a31f08349c0ac2d43926201f8221def7
  • Loading branch information
DenisaCG committed Dec 6, 2024
1 parent 10def7c commit 5b39974
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,46 @@

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

## 0.0.1

([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/be448fe336f6ba194b7723500045f35106d7ec0d...10def7cfd721d902212340965dea3c432201106d))

### Enhancements made

- Add configurable limit for number of objects listed in `DriveBrowser` [#33](https://github.com/QuantStack/jupyter-drives/pull/33) ([@DenisaCG](https://github.com/DenisaCG))
- Update credentials extraction [#30](https://github.com/QuantStack/jupyter-drives/pull/30) ([@DenisaCG](https://github.com/DenisaCG))
- Support for inter-drives operations [#29](https://github.com/QuantStack/jupyter-drives/pull/29) ([@DenisaCG](https://github.com/DenisaCG))
- Add logic for getting presigned link of object [#28](https://github.com/QuantStack/jupyter-drives/pull/28) ([@DenisaCG](https://github.com/DenisaCG))
- Connect to `boto` client for certain supporting operations [#26](https://github.com/QuantStack/jupyter-drives/pull/26) ([@DenisaCG](https://github.com/DenisaCG))
- Add functionalities to manipulate content [#25](https://github.com/QuantStack/jupyter-drives/pull/25) ([@DenisaCG](https://github.com/DenisaCG))
- Add content retrieval logic [#24](https://github.com/QuantStack/jupyter-drives/pull/24) ([@DenisaCG](https://github.com/DenisaCG))
- Set up backend content manager [#23](https://github.com/QuantStack/jupyter-drives/pull/23) ([@DenisaCG](https://github.com/DenisaCG))
- Extract environment variables for dev installment [#22](https://github.com/QuantStack/jupyter-drives/pull/22) ([@DenisaCG](https://github.com/DenisaCG))
- Set up drives list provider plugin [#21](https://github.com/QuantStack/jupyter-drives/pull/21) ([@DenisaCG](https://github.com/DenisaCG))
- Update dependencies [#19](https://github.com/QuantStack/jupyter-drives/pull/19) ([@DenisaCG](https://github.com/DenisaCG))
- Instate Drives `FileBrowser` [#18](https://github.com/QuantStack/jupyter-drives/pull/18) ([@DenisaCG](https://github.com/DenisaCG))
- Credentials extraction from specified path or from AWS CLI [#14](https://github.com/QuantStack/jupyter-drives/pull/14) ([@DenisaCG](https://github.com/DenisaCG))
- Add S3ContentsManager [#9](https://github.com/QuantStack/jupyter-drives/pull/9) ([@DenisaCG](https://github.com/DenisaCG))
- Set up backend structure and list all available drives [#3](https://github.com/QuantStack/jupyter-drives/pull/3) ([@DenisaCG](https://github.com/DenisaCG))
- Add a dialog to select drives [#2](https://github.com/QuantStack/jupyter-drives/pull/2) ([@HaudinFlorence](https://github.com/HaudinFlorence))

### Bugs fixed

- Modify initial version of package in `package.json` [#36](https://github.com/QuantStack/jupyter-drives/pull/36) ([@DenisaCG](https://github.com/DenisaCG))
- Fix `README.md` [#31](https://github.com/QuantStack/jupyter-drives/pull/31) ([@DenisaCG](https://github.com/DenisaCG))
- Fix `DriveBrowser` toolbar buttons [#20](https://github.com/QuantStack/jupyter-drives/pull/20) ([@DenisaCG](https://github.com/DenisaCG))
- Add minor changes in jupyter_drives in base.py and in tests/test_handlers.py [#16](https://github.com/QuantStack/jupyter-drives/pull/16) ([@HaudinFlorence](https://github.com/HaudinFlorence))
- Fix logger initialization in listing available drives API handler [#6](https://github.com/QuantStack/jupyter-drives/pull/6) ([@DenisaCG](https://github.com/DenisaCG))
- Fix for adding drives [#4](https://github.com/QuantStack/jupyter-drives/pull/4) ([@DenisaCG](https://github.com/DenisaCG))

### Maintenance and upkeep improvements

- Update CI workflows [#32](https://github.com/QuantStack/jupyter-drives/pull/32) ([@DenisaCG](https://github.com/DenisaCG))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2023-10-10&to=2024-12-06&type=c))

[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2023-10-10..2024-12-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2023-10-10..2024-12-06&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3AHaudinFlorence+updated%3A2023-10-10..2024-12-06&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Atrungleduc+updated%3A2023-10-10..2024-12-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/drives",
"version": "0.0.1-a1",
"version": "0.0.1",
"description": "A Jupyter extension to support drives in the backend.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 5b39974

Please sign in to comment.