@@ -4,28 +4,35 @@ Release Notes
4
4
Version 0.3.0 pre-release notes: September 11, 2024
5
5
-------------------------------------------------------------------------------
6
6
7
- Exhaustive queries:
7
+ General:
8
+ + Various changes to utility functions to improve efficiency.
9
+ + Tutorials have been updated with new download links and analyses.
10
+
11
+ Exhaustive queries:
8
12
+ Functionality to perform exhaustive queries has been added as the new
9
- method `cell_query.search_exhaustive `.
10
- + The kNN query method `cell_query.search ` has been renamed to
11
- `cell_query.search_nearest `.
13
+ method `` cell_query.search_exhaustive ` `.
14
+ + The kNN query method `` cell_query.search ` ` has been renamed to
15
+ `` cell_query.search_nearest ` `.
12
16
13
17
Query result filtering and interpretation:
18
+ + The ``cell_query.compile_sample_metadata `` method has been expanded to
19
+ allow grouping by tissue and disease (in addition to study and sample).
20
+ + The methods ``utils.subset_by_unique_values ``,
21
+ ``utils.subset_by_frequency ``, and ``utils.categorize_and_sort_by_score ``
22
+ have been added to provide tools for filtering, sorting and summarizing
23
+ query results.
24
+ + The "query_stability" quality control metric has been renamed to
25
+ "query_coherence" and is now deterministic (by setting a random seed).
14
26
+ Results from exhaustive queries can be constrained to specific
15
- metadata criteria (e.g. tissue, disease, in vitro vs in vivo, etc.)
16
- using the `metadata_filter ` argument to `cell_query.search_exhaustive `.
27
+ metadata criteria (e.g., tissue, disease, in vitro vs in vivo, etc).
28
+ using the `` metadata_filter `` argument to `` cell_query.search_exhaustive ` `.
17
29
+ Results from exhaustive queries can be constrained by distance-to-query
18
- using the `max_dist ` argument to `cell_query.search_exhaustive `.
19
- + The `cell_query.compile_sample_metadata ` method has been expanded to
20
- allow grouping by tissue and disease (in addition to study and sample).
21
- + The methods `utils.subset_by_unique_values `, `utils.subset_by_frequency `,
22
- and `utils.categorize_and_sort_by_score ` have been added to provide
23
- tools for filtering, sorting and summarizing query results.
30
+ using the ``max_dist `` argument to ``cell_query.search_exhaustive ``.
24
31
25
32
Optimizations to training:
26
33
+ The ASW and NMSE training evaluation metrics were added to multiple
27
34
methods.
28
- + The `triplet_selector.get_asw ` method was added to calculate ASW.
35
+ + The `` triplet_selector.get_asw ` ` method was added to calculate ASW.
29
36
+ Optimized sampling weights of study and cell type.
30
37
31
38
0 commit comments