Skip to content

Commit f20818d

Browse files
committed
Update news.
1 parent 7823fa8 commit f20818d

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

NEWS.rst

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,35 @@ Release Notes
44
Version 0.3.0 pre-release notes: September 11, 2024
55
-------------------------------------------------------------------------------
66

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:
812
+ 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``.
1216

1317
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).
1426
+ 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``.
1729
+ 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``.
2431

2532
Optimizations to training:
2633
+ The ASW and NMSE training evaluation metrics were added to multiple
2734
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.
2936
+ Optimized sampling weights of study and cell type.
3037

3138

0 commit comments

Comments
 (0)