Releases: typedb/typedb-studio
Grakn Workbase 2.0.0-alpha-3
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
## New Features
## Bugs Fixed
- **Upgrade @graknlabs_dependencies**
Allow Homebrew deployment of Workbase
- **Cleanup Brew deployment job**
Improve `deploy-brew` job to not do extraneous things.
## Code Refactors
## Other Improvements
Grakn Workbase 2.0.0-alpha-2
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
New Features
- Allow connecting to Grakn Cluster on login page.
Bugs Fixed
- Fixed double title bar being displayed on MacOS.
- Remove
get;from template query. - Fixed entity type creation leaving schema transaction open in schema designer.
- Use schema session in schema designer consistently
- Fixed UX issues which cause subtypes of relations cannot be defined.
Code Refactors
Other Improvements
Grakn Workbase 2.0.0-alpha
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
New Features
- Upgrade workbase to 2.0
We upgraded Workbase to support Grakn 2.0. We can now perform schema and data queries against a Grakn 2.0 server (either Core or Cluster) and visualise the results and their neighbours.
Note that this is a breaking change and the software no longer supports the 1.x versions of Grakn. For legacy versions of Grakn, the previous releases of Workbase should be used.
Bugs Fixed
Code Refactors
Other Improvements
Grakn Workbase 1.3.6
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- Attribute labels are no longer displayed below the relation nodes.
- The attribute value is now correctly displayed on the node while Load Roleplayers (in Query Settings) is enabled.
Other Improvements
- Removed the
grakn-coredependency in favour of thegrakn-core-artifact.
Grakn Workbase 1.3.5
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
-
Explanation of an inferred concept that has previously been visualised as part of a user query now works as expected.
-
Single quoted strings in Graql queries are now highlighted correctly as strings.
-
A node's label now includes selected attributes types whose instances are not owned by the subject node.
Grakn Workbase 1.3.4
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- The
limitandoffsetmodifiers are now appended to the query as expected.
This avoids displaying the unsupported query error message for supportedmatch getqueries with multiplegetvariables.
Other Improvements
- New Grakn Workbase Logo
Grakn Workbase 1.3.3
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- A query that includes an unsupported Graql keyword (as an attribute value) is now allowed as a supported query.
Grakn Workbase 1.3.2
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
-
Roleplayers of a relation (that is itself a roleplayer) can now be visualised as expected.
-
Inferred concepts are now marked so, correctly.
-
Explanation is now scoped for individual concepts.
The explanation of a single inferred concept no longer includes the explanation of the other inferred concepts, in the same Answer. -
Potential errors are handled properly during the explanation retrieval
In addition to the root explanation, the user is now notified about unassigned relations in thewhenbody of the rule for a child rule explanations as well. The error message has also become more helpful by including the label of the violating rule. -
The Graql Editor no longer allows unnecessarily scrolling, and behaves expectedly in multiline mode.
-
Multiline queries are correctly validated against supported query types.
-
Starred queries are displayed and applied to the Graql Editor while retaining their original line breaks.
Code Refactors
- Lazy retrieval of neighbours
Loading the neighbours of a concept is now implemented in a way that no longer relies on the order of answers retrieved from Grakn. This has also removed the complexity of storing and relying on theoffset(Graql modifier) property on each node.
Grakn Workbase 1.3.1
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase is also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
Bugs Fixed
- Fixes a bug where
getRule()gets run on a joint explanation.
Explanation now works as expected when the first explanation is joint.
Grakn Workbase 1.3.0
Documentation: https://dev.grakn.ai/docs/workbase/overview
Distribution
Grakn Workbase is available for Linux, Mac and Windows (download binaries below).
For Mac, Grakn Workbase also available through Brew Cask:
brew tap graknlabs/tap
brew cask install graknlabs/tap/grakn-workbase
New Features
-
Support for Grakn Core 1.8
-
Informative error message on incomplete explanations
At the moment, explanations based on rules that contain at least one unassigned relation in theirwhenbody may be incomplete. Workbase now displays an informative error message when such inferred concept is explained.