Skip to content

Commit

Permalink
πŸ”– Release 0.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Dec 18, 2023
1 parent 60fc64b commit 5a48a68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Changelog

- 🚚 Rename `view_flow` to `view_lineage` [PR1367](https://github.com/laminlabs/lamindb/pull/1367) [@falexwolf](https://github.com/falexwolf)- ✏️ Fix the spacing of describe [PR1365](https://github.com/laminlabs/lamindb/pull/1365) [@sunnyosun](https://github.com/sunnyosun)- πŸ› Account for length zero label lists [PR1362](https://github.com/laminlabs/lamindb/pull/1362) [@falexwolf](https://github.com/falexwolf)- πŸ“ Use `.df()` instead of `.filter().df()` [PR1360](https://github.com/laminlabs/lamindb/pull/1360) [@sunnyosun](https://github.com/sunnyosun)- πŸ› Fix mypy [PR1359](https://github.com/laminlabs/lamindb/pull/1359) [@Koncopd](https://github.com/Koncopd)- πŸ‘· Use ruff and clean up pre-commit [PR1358](https://github.com/laminlabs/lamindb/pull/1358) [@Zethson](https://github.com/Zethson)- βœ… Bring back transfer tests [PR1357](https://github.com/laminlabs/lamindb/pull/1357) [@falexwolf](https://github.com/falexwolf)

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

## 0.64

### 0.64.1 {small}`2023-11-24`
### 0.64.2 {small}`2023-12-18`

- 🚚 Deprecate `view_flow` in favor of `view_lineage` [PR1367](https://github.com/laminlabs/lamindb/pull/1367) [@falexwolf](https://github.com/falexwolf)
- πŸ› Account for length zero label lists [PR1362](https://github.com/laminlabs/lamindb/pull/1362) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix mypy [PR1359](https://github.com/laminlabs/lamindb/pull/1359) [@Koncopd](https://github.com/Koncopd)
- πŸ‘· Use ruff and clean up pre-commit [PR1358](https://github.com/laminlabs/lamindb/pull/1358) [@Zethson](https://github.com/Zethson)

### 0.64.1 {small}`2023-12-13`

- 🚸 Silence the httpx logger [PR1356](https://github.com/laminlabs/lamindb/pull/1356) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix hash inference for cloud non-s3 objects and use stored gcs credentials [PR1355](https://github.com/laminlabs/lamindb/pull/1355) [@Koncopd](https://github.com/Koncopd)

### 0.64.0 {small}`2023-11-24`
### 0.64.0 {small}`2023-12-13`

πŸ—οΈ Replace `File` with `Artifact` to model directories and directory-like array stores [PR1345](https://github.com/laminlabs/lamindb/pull/1345) [@falexwolf](https://github.com/falexwolf).

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

import os as _os

Expand Down

0 comments on commit 5a48a68

Please sign in to comment.