Skip to content

Commit

Permalink
πŸ”– Release 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 20, 2023
1 parent 28fe25c commit 3a61590
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Changelog

- ♻️ Rename IndexedDataset to MappedDataset, homogenize [PR1314](https://github.com/laminlabs/lamindb/pull/1314) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix passing organism to featureset.from_values [PR1312](https://github.com/laminlabs/lamindb/pull/1312) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix bug in transfer files [PR1311](https://github.com/laminlabs/lamindb/pull/1311) [@falexwolf](https://github.com/falexwolf)
- 🚸 Add `.df()` to `Registry` [PR1313](https://github.com/laminlabs/lamindb/pull/1313) [@falexwolf](https://github.com/falexwolf)
- ✨ Initial implementation of IndexedDataset [PR1307](https://github.com/laminlabs/lamindb/pull/1307) [@Koncopd](https://github.com/Koncopd)
- 🍱 Updated bionty sources [PR1305](https://github.com/laminlabs/lamindb/pull/1305) [@sunnyosun](https://github.com/sunnyosun)
- πŸ“ Added an annotate guide [PR1302](https://github.com/laminlabs/lamindb/pull/1302) [@sunnyosun](https://github.com/sunnyosun)

```{eval-rst}
.. role:: small
```

## 0.62

### 0.62.0 {small}`2023-11-20`

- ✨ Create `dataset.mapped()` for data loaders over `AnnData` [PR1307](https://github.com/laminlabs/lamindb/pull/1307) [@Koncopd](https://github.com/Koncopd)
- 🚸 Add `.df()` to `Registry` [PR1313](https://github.com/laminlabs/lamindb/pull/1313) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix passing organism to featureset.from_values [PR1312](https://github.com/laminlabs/lamindb/pull/1312) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix idempotency of transfer files [PR1311](https://github.com/laminlabs/lamindb/pull/1311) [@falexwolf](https://github.com/falexwolf)
- 🍱 Updated bionty sources [PR1305](https://github.com/laminlabs/lamindb/pull/1305) [@sunnyosun](https://github.com/sunnyosun)
- πŸ“ Add an annotation guide [PR1302](https://github.com/laminlabs/lamindb/pull/1302) [@sunnyosun](https://github.com/sunnyosun)

## 0.61

### 0.61.0 {small}`2023-11-15`
Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"""

__version__ = "0.61.0" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.62.0" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 3a61590

Please sign in to comment.