Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue-114/add-artifac…
Browse files Browse the repository at this point in the history
…t-open
  • Loading branch information
rcannood committed Dec 2, 2024
2 parents f00266a + 3c0f632 commit bb61ccd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@
# laminr devel

# laminr v0.3.0

- Add a `open()` method to the `Artifact` class to connect to TileDB-SOMA stores (PR #117).
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)
- 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)
- 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)

## DOCUMENTATION

- Update the laminr Getting Started vignette with feedback from demo (PR #113)
- Update roadmap (PR #112)
- Simplify `README` content (PR #116)
- Update the laminr Getting Started vignette with feedback from demo (PR #113).
- Update roadmap (PR #112).
- Simplify `README` content (PR #116).


# laminr v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: laminr
Title: Client for 'LaminDB'
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: c(
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X")),
Expand Down
7 changes: 4 additions & 3 deletions vignettes/development.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ A first version of the package that allows users to:
* Expand support for different data formats.
* Implement code tracking.

### Version 0.2.1
### Version 0.3.0

* UX improvements to existing functionality.
* Track input artifacts.
* Support for more storage backends using a reticulate Python backend.

### Version 0.3.0
### Version 0.4.0

* Expand support for different storage backends.
* Expand query functionality with comparators, relationships, and pagination.
Expand Down

0 comments on commit bb61ccd

Please sign in to comment.