May 2024
May 30 2024
Features/Updates
- Notebooks: A code function has been added to development environment notebooks to allow users to generate code replicating the function signature of the pipeline cell.
Improvements
- Flows: S3 read node now has a parameter for specifying behavior of duplicate files and a parameter for only syncing files with specific aging
Bug Fixes
- SDK: Fixed an issue in the create_assay_results_from_dataframe function where upload was failing on bulk upload.
May 23 2024
Features/Updates
- A generic webhook is now available to support event-triggered flows from any service that supplies webhook events.
Improvements
- Agent: Agents of the same type built from the latest version can now run on the same PC without issues. (requires Agent to use v4+)
- Agent: Exceptions and errors in processor code are now properly logged in the Agent logs. (requires Agent to use v4+)
- Notebooks: The
help()
function is now available for notebooks in development environments available to query the documentation site.
Bug Fixes
- An issue where manual updates to data table schemas and descriptions were encountering errors has been resolved.
May 16 2024
Improvements
- Agent: Agent exceptions in user-defined code are now logged; enabling this feature will require an Agent reinstall.
- Notebooks: Editor and agent notebooks will now commit and deploy code to pipelines when Ctrl+S or Cmd+S is pressed.
- Notebooks: Customers can now customize the HTML template when sending email alerts from user-defined code.
- Notebooks: NodeReturn table contents are no longer displayed as transposed.
Bug Fixes
- Agent: Agent images are now displayed correctly in the activity row on the home page.
May 9 2024
Features/Updates
- The Home Page now shows a summary of the recent Connection activity and the files that have been recently uploaded to Ganymede
- Searching for files by tag is now simpler with a quick search option in the Files page that lets you search for files by recent tag with a single click
Improvements
- Agent notebooks now use the built-in notebook save function instead of using a cell to perform the save operation. Use Cmd+Shift+S / Ctrl+Shift+S as a shortcut similar to editor notebooks
- Users can now quickly add a tag filter by clicking on one in the Recent Tag section of Advanced Search panel
Bug Fixes
- The dropdown for the Benchling Tag node type is now reliably populated
May 2 2024
Improvements
- Util methods were added to the Ganymede SDK for use by Agents that scan for recently modified files. These methods are particularly useful in cases where a single file is being updated continuously by an instrument.
- The Ganymede context for a specific historical Flow Run can now be retrieved by instantiating Ganymede context with a run_id set.
- The Benchling Event operator can now store data and continue running the Flow that it is in.
Bug Fixes
- Changing environments with an active file search will now clear the search parameters.
- In the advanced search panel, the tag type dropdown now uses tag type display name instead of tag type id.