You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[r] Add and use new SOMAContext object (#4355) (#4358)
* Remove unused private tiledb_ctx member
* Remove tests for functions that do not act standalone
* Rename createSOMAContext and move to soma_context.cpp
* Create and use new SOMAContext R6 class
* Add methods to SOMAContext
* Update block_size to use new context
* More clean-up
* Update documentation
* Testing and fixes
- Fix setting default parameter in contexts
- Add tests for SOMAContext using both new and deprecated API
* Add soma_context to more places and update tests
* Update news
* Update docs
* Deprecate SOMATileDBContext and check in tests
* Update apis/r/R/SOMAObject.R
* Apply suggestions from code review
* Update apis/r/R/Factory.R
* Update apis/r/R/Factory.R
---------
(cherry picked from commit e7629a2)
Co-authored-by: Aaron Wolen <[email protected]>
Copy file name to clipboardExpand all lines: apis/r/NEWS.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# tiledbsoma 2.3.0
2
+
3
+
## Deprecated
4
+
5
+
- The function `soma_context` is deprecated. Use class `SOMAContext` instead. ([#4355](https://github.com/single-cell-data/TileDB-SOMA/pull/4355))
6
+
- The parameter `tiledbsoma_ctx` is deprecated in all functions/methods that use it. Use the parameter `soma_context` instead. ([#4355](https://github.com/single-cell-data/TileDB-SOMA/pull/4355))
7
+
-`SOMATileDBContext` is deprecated. Use class `SOMAContext` instead. ([#4355](https://github.com/single-cell-data/TileDB-SOMA/pull/4355))
8
+
9
+
## Fixed
10
+
11
+
- The SOMA Context is only cached as an environment variable when the function `soma_context` is called directly. ([#4355](https://github.com/single-cell-data/TileDB-SOMA/pull/4355))
12
+
-`SOMATileDBContext` no longer replaces `sm.mem.reader.sparse_global_order.ratio_array_data` when set in the input config. ([#4355](https://github.com/single-cell-data/TileDB-SOMA/pull/4355))
0 commit comments