Skip to content

Commit

Permalink
πŸ”– Release hub 0.31 (#190)
Browse files Browse the repository at this point in the history
* Hub release 0.31

* πŸ’„ Prettify

* describe search

* date

* add link to faq search

* increase timeout

* try to fix

* fix

---------

Co-authored-by: Alex Wolf <[email protected]>
Co-authored-by: Koncopd <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2024
1 parent b7e1a35 commit 6ad71d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 10
timeout-minutes: 15

steps:
- uses: actions/checkout@v4
Expand Down
27 changes: 23 additions & 4 deletions docs/changelog/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
.. role:: small
```

## 2024-11-26 {small}`db 0.77.1 | bionty 0.53.1`

✨ Overhaul search, improve speed and relevance of search results. [Main PR lamindb](https://github.com/laminlabs/lamindb/pull/2163) [Main PR bionty](https://github.com/laminlabs/bionty/pull/170) [@Koncopd](https://github.com/Koncopd)

The search in `lamindb`, `bionty` and in the hub has been changed to the same rule-based method. This has improved the relevancy of search results and search speed significantly.
The search doesn't do an approximate matching anymore, it filters using the "contains" condition and then ranks the results using hand-crafted rules.

Search results for `lamindb` and `bionty` are shown in [FAQ](faq/search). See also the announcement for the hub below.

## 2024-11-25 {small}`hub 0.31`

🚸 Improve speed and relevance search. Make search consistent with `lamindb` and `bionty`. [PR](https://github.com/laminlabs/laminhub-public/pull/26) [@Koncopd](https://github.com/Koncopd)

<img width="600" alt="image" src="https://github.com/user-attachments/assets/6bec75f4-1d61-4a75-b16b-96918b84bede">

More changes.

- ⚑ Faster loading speed on launch [@awgaan](https://github.com/awgaan)
- πŸ› Fixed incorrect sorting in the version selector [@chaichontat](https://github.com/chaichontat)

## 2024-11-21 {small}`R 0.2.0`

✨ Read and write data with [LaminR](https://laminr.lamin.ai), an R client for LaminDB. [PR](https://github.com/laminlabs/laminr/pull/93) [@rcannood](https://github.com/rcannood) [@lazappi](https://github.com/lazappi)
Expand Down Expand Up @@ -107,8 +127,8 @@ New features.

Other enhancements.

- πŸ“ Add gene symbol FAQ [PR](https://github.com/laminlabs/lamindb/pull/2134) [@Zethson](https://github.com/Zethson)
- 🚸 Improve speed and relevance of search [PR](https://github.com/laminlabs/lamindb/pull/2163) [@Koncopd](https://github.com/Koncopd)
- πŸ“ Add guide on gene symbol mapping [Guide](faq/symbol-mapping) [PR](https://github.com/laminlabs/lamindb/pull/2134) [@Zethson](https://github.com/Zethson)
- 🚸 Improve speed and relevance search [PR](https://github.com/laminlabs/lamindb/pull/2163) [@Koncopd](https://github.com/Koncopd)
- 🚸 Refactor `ln.track()` to improve logging and method signature [PR](https://github.com/laminlabs/lamindb/pull/2176) [@falexwolf](https://github.com/falexwolf)
- 🚸 Enable to query with records from a different database instance [PR](https://github.com/laminlabs/lamindb/pull/2164) [@falexwolf](https://github.com/falexwolf)
- 🚸 Enable autocompletion for inherited methods in Jupyter [PR](https://github.com/laminlabs/lamindb/pull/2148) [@Koncopd](https://github.com/Koncopd)
Expand All @@ -120,8 +140,7 @@ Other enhancements.
Fixes.

- πŸ› Fix transfering artifacts from a source instance with fewer schema modules [PR](https://github.com/laminlabs/lamindb/pull/2132) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix hard-coded "name" field during search [PR](https://github.com/laminlabs/lamindb/pull/2130) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix registering Gene columns in DataFrameCurator [PR](https://github.com/laminlabs/lamindb/pull/2131) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix registering Gene columns in `DataFrameCurator` [PR](https://github.com/laminlabs/lamindb/pull/2131) [@sunnyosun](https://github.com/sunnyosun)

Deprecations.

Expand Down

0 comments on commit 6ad71d3

Please sign in to comment.