Skip to content

laminr v0.3.0

Latest
Compare
Choose a tag to compare
@rcannood rcannood released this 02 Dec 11:33
· 1 commit to main since this release
2df5993

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 the Artifact class to connect to TileDB-SOMA stores.

MINOR CHANGES

  • Improve UX of db$track() and db$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).