Skip to content

Commit

Permalink
Bump version (#112)
Browse files Browse the repository at this point in the history
* GH-105: Bump version to 0.2.0
  • Loading branch information
zwelz3 authored Apr 26, 2021
1 parent 684edff commit 65b53d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# `ipyradiant` CHANGELOG

## 0.1.3 (WIP)
## 0.2.0 (WIP)

- adds `InteractiveViewer` widget (small RDF graphs as LPG with type coloring)
- adds `CytoscapeViewer` widget (common graph visualization for RDF and LPG i.e.
networkx)
- removes `InteractiveVisualization` widget
- removes `GraphExplorer` widget and associated code/tests
- improves `QueryWidget` layout and namespace resolution
- improves `RDF2NX` converter by allowing multiple queries to be defined for each
behavior
- improves reliability of `RDF2NX` converter via improved namespace management
- support for `jupyterlab >= 3`

## 0.1.2 (J_e) (2021-01-21)
Expand Down
7 changes: 4 additions & 3 deletions examples/RDF_to_NX_Custom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,11 @@
"\n",
"The purpose of creating these projections is often to generate a view that is easier for\n",
"humans to interpret (or to leverage graph algorithms for LPGs). The following cells\n",
"demonstrate how the `ipyradiant` visualization widget `InteractiveViewer` can be used\n",
"to visualize and inspect an LPG graph.\n",
"demonstrate how the `ipyradiant` visualization widget `InteractiveViewer` can be used to\n",
"visualize and inspect an LPG graph.\n",
"\n",
"> Note: the option to remove disconnected nodes will be enabled on ticket [#110](https://github.com/jupyrdf/ipyradiant/issues/110)"
"> Note: the option to remove disconnected nodes will be enabled on ticket\n",
"> [#110](https://github.com/jupyrdf/ipyradiant/issues/110)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/ipyradiant/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright (c) 2021 ipyradiant contributors.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.1.3"
__version__ = "0.2.0"

0 comments on commit 65b53d0

Please sign in to comment.