This release contains mostly UX improvements:
- Support for interacting with private LaminDB instances
- Support for interacting with TileDB-SOMA / CELLxGENE Census
- Improved UX for tracking and finishing runs
NEW FUNCTIONALITY
- Allow tracking of artifacts loaded for non-default instances (PR #124).
- Interact with TileDB-SOMA stores (PR #117). Add a
open()
method to theArtifact
class to connect to TileDB-SOMA stores.
MINOR CHANGES
- Improve UX of
db$track()
anddb$finish()
(PR #120).
BUG FIXES
- Allow connecting to private LaminDB instances (PR #118).
- Fix error message when fetching the instance details fails (PR #123).
TESTING
- Use the host system user for tests (PR #119).