Skip to content

Commit

Permalink
Merge pull request #3346 from kbase/release-5.2.0
Browse files Browse the repository at this point in the history
Bump version to 5.2.0
  • Loading branch information
ialarmedalien committed Aug 31, 2023
2 parents 0cc1432 + 3f678fc commit aa86e40
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
8 changes: 5 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v6.4.12 and IPython 8.5.0 (more notes will follow).

## Unreleased
- PTV-1875 - fix public data paging issue by removing paging from workspace data sources
- UIP-28 - update Google Analytics tags to GA4 properties
## Version 5.2.0
A new feature here is that app cells now store object information internally as UPAs, instead of object names. This will lead to more reproducible results, and is on the path to fixing the long-standing copy-of-a-copy problem.

- PTV-1810 - address object name display issues in the View Configure tab of app cells. This now saves all app inputs as UPAs in the cell. It also includes an update to input transforms to properly convert from UPAs <-> names or references as appropriate before starting the app.
- PTV-1875 - fix public data paging issue by removing paging from workspace data sources
- PTV-1877 - fix app descriptions to replace the documentation link for the upload / download guide
- PTV-1878 - fix some failing front end unit tests
- UIP-28 - update Google Analytics tags to GA4 properties
- UIP-36 - add support for anonymous user ids sent to Google Analytics

### Dependency Changes
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kbase-narrative-core",
"description": "Core components for the KBase Narrative Interface",
"version": "5.1.4",
"version": "5.2.0",
"private": true,
"repository": "github.com/kbase/narrative",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/biokbase/narrative/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"]
__version__ = "5.1.4"
__version__ = "5.2.0"


def version():
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
},
"use_local_widgets": true,
"version": "5.1.4"
"version": "5.2.0"
}
2 changes: 1 addition & 1 deletion src/config.json.templ
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
},
"use_local_widgets": true,
"version": "5.1.4"
"version": "5.2.0"
}

0 comments on commit aa86e40

Please sign in to comment.