Skip to content

Commit

Permalink
🔖 Release 0.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Oct 4, 2023
1 parent 3470d8a commit 947ff73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Changelog

- 🚸 Do not search for alternative names if id is passed [PR1225](https://github.com/laminlabs/lamindb/pull/1225) [@falexwolf](https://github.com/falexwolf)
- 📝 Added lamindata badge [PR1223](https://github.com/laminlabs/lamindb/pull/1223) [@sunnyosun](https://github.com/sunnyosun)
- ♻️ Refactor data flow tracking for Dataset [PR1224](https://github.com/laminlabs/lamindb/pull/1224) [@falexwolf](https://github.com/falexwolf)
- ✨ Dataset from paths aka storage [PR1222](https://github.com/laminlabs/lamindb/pull/1222) [@falexwolf](https://github.com/falexwolf)
- ♻️ Do not use `DatabaseWrapper` directly [PR1220](https://github.com/laminlabs/lamindb/pull/1220) [@Koncopd](https://github.com/Koncopd)
```{eval-rst}
.. role:: small
```

## 0.55

### 0.55.1 {small}`2023-10-4`

- ✨ Dataset from paths aka storage [PR1222](https://github.com/laminlabs/lamindb/pull/1222) [@falexwolf](https://github.com/falexwolf)
- 🚸 Do not search for alternative names if id is passed [PR1225](https://github.com/laminlabs/lamindb/pull/1225) [@falexwolf](https://github.com/falexwolf)
- 📝 Added lamindata badge [PR1223](https://github.com/laminlabs/lamindb/pull/1223) [@sunnyosun](https://github.com/sunnyosun)
- ♻️ Refactor data flow tracking for Dataset [PR1224](https://github.com/laminlabs/lamindb/pull/1224) [@falexwolf](https://github.com/falexwolf)

### 0.55.0 {small}`2023-10-03`

- ✨ Enable to transfer data between instances [PR1216](https://github.com/laminlabs/lamindb/pull/1216) [@falexwolf](https://github.com/falexwolf)
- ✨ Save notebook files [PR1213](https://github.com/laminlabs/lamindb/pull/1213) [@falexwolf](https://github.com/falexwolf)
- ♻️ Track dataset as run input also for dataset.files [PR1219](https://github.com/laminlabs/lamindb/pull/1219) [@falexwolf](https://github.com/falexwolf)
- ✨ Enable saving notebook files [PR1213](https://github.com/laminlabs/lamindb/pull/1213) [@falexwolf](https://github.com/falexwolf)
- 💄 Display id in view_parents [PR1215](https://github.com/laminlabs/lamindb/pull/1215) [@sunnyosun](https://github.com/sunnyosun)
- ♻️ Move lamin-vault dependency to postgres extra [PR1214](https://github.com/laminlabs/lamindb/pull/1214) [@falexwolf](https://github.com/falexwolf)

## 0.54

### 0.54.4 {small}`2023-09-29`

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.55.0" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.55.1" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 947ff73

Please sign in to comment.