Skip to content

Commit

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

persist_ext-1.2.0-py3-none-any.whl: c36d147fb83ed507fb48c1ea69c4ac894fbb67dcc8e61e85f2309e68acaa0dda

persist_ext-1.2.0.tar.gz: 56217efe26482069b1c449433529eb4e7f649ba29d73ab1729ed5b5ca656a8f9

persist_ext-1.2.0.tgz: 2f2b23a03d05248e669978a9cdb75aef4cb4f34aae2e61f8fd3734e31736494a
  • Loading branch information
kirangadhave committed Aug 14, 2023
1 parent 6cd5646 commit f3f9097
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,38 @@

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

## 1.1.0
## 1.2.0

No merged PRs
([Full Changelog](https://github.com/visdesignlab/persist/compare/v1.1.0...a2b3880368268123e568950bb5b315696b90b73b))

### Enhancements made

- fix(agg): connected aggregate popup to signal [#73](https://github.com/visdesignlab/persist/pull/73) ([@kirangadhave](https://github.com/kirangadhave))
- feat(interactions): storing categories globally, added hookstate library [#65](https://github.com/visdesignlab/persist/pull/65) ([@kirangadhave](https://github.com/kirangadhave))
- feat(aggregate): adding new aggregate controls [#59](https://github.com/visdesignlab/persist/pull/59) ([@kirangadhave](https://github.com/kirangadhave))

### Other merged PRs

- fix(intent): removed print statement [#71](https://github.com/visdesignlab/persist/pull/71) ([@kirangadhave](https://github.com/kirangadhave))
- feat(sidebar): refactored to have a tabbed sidebar [#70](https://github.com/visdesignlab/persist/pull/70) ([@kirangadhave](https://github.com/kirangadhave))
- feat(dataset-generation): added btn to insert a new code cell, paste … [#69](https://github.com/visdesignlab/persist/pull/69) ([@kirangadhave](https://github.com/kirangadhave))
- feat(aggregate): added feature to create named aggregates [#68](https://github.com/visdesignlab/persist/pull/68) ([@kirangadhave](https://github.com/kirangadhave))
- feat(dataframe-generation): refactored dataframe generation. can crea… [#67](https://github.com/visdesignlab/persist/pull/67) ([@kirangadhave](https://github.com/kirangadhave))
- feat(ui): refactoring ui to use better toolbar with mantine [#64](https://github.com/visdesignlab/persist/pull/64) ([@kirangadhave](https://github.com/kirangadhave))
- feat(adding categorize): adding categorize [#61](https://github.com/visdesignlab/persist/pull/61) ([@kirangadhave](https://github.com/kirangadhave))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/visdesignlab/persist/graphs/contributors?from=2023-06-25&to=2023-08-14&type=c))

[@github-actions](https://github.com/search?q=repo%3Avisdesignlab%2Fpersist+involves%3Agithub-actions+updated%3A2023-06-25..2023-08-14&type=Issues) | [@kirangadhave](https://github.com/search?q=repo%3Avisdesignlab%2Fpersist+involves%3Akirangadhave+updated%3A2023-06-25..2023-08-14&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.1.0

No merged PRs

## 1.0.1

No merged PRs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "persist_ext",
"version": "1.1.0",
"version": "1.2.0",
"description": "PersIst is a JupyterLab extension to enable persistent interactive visualizations in JupyterLab notebooks.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit f3f9097

Please sign in to comment.