Workspaces Release Notes: 3.19
Summary
This release includes some bug fixes to support better FAIR to workspace integration as well as some hidden work which will support upcoming features.
More information about many of the new features can be found in our knowledgebase, alternatively please contact Aridhia for a demo. If you have any questions or feedback about our products, please do not hesitate to get in contact via our Service Desk
Upcoming items
We are working on the New UX features, Large Data Tables and the rest of our 2023 Roadmap, please get in touch with the team at Aridhia to discuss this further.
UX preview features can be trialled by selecting the "Use new view" button in the profile menu.
Released features
Feature | Type | Jira key | Summary |
---|---|---|---|
csv to dataset conversion failed with segment fault | BugFix | XAP-21817 | A bug preventing CSV files with very large levels of row data from converting successfully to a database table has been fixed. |
Ensure contributor role can see list of workspaces from FAIR | Enhancement | XAP-21492 | Users that have the "contributors" role for workspace can now choose those workspaces when selecting target workspaces for data transfer when using a the FAIR data access request interface. |
"Send to R" and running .r/.rnw files from sidebar in R Console does not always run the command if no R Console is running | BugFix | AT-1249 | A bug where inputs to the R Console would sometimes fail to execute if the R Console was not already running has been fixed. |
Alter DTA modules to only query the required columns when sent to the R Console | Enhancement | AT-1214 | query the required columns when sent to the R Console Previously, when you sent the R code from the Data Table Analytics Module to the R Console, it would read in the entire dataset before plotting the graph. With this change, only the columns that are needed are read in, increasing the speed and decreasing the RAM needed to plot the graph, especially on larger data. |
Customisable guaranteed and max limits for R Console pods | Enhancement | AT-1174 | A change has been made so that the guaranteed and maximum limits for pods in the R Console can be set separately from other tools on a hub level. |