Skip to content

Commit

Permalink
πŸ”– Release 0.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Dec 8, 2023
1 parent e8bf267 commit 6f497b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Changelog

- 🚸 Parse variables upon track, do not access storage during load [PR1341](https://github.com/laminlabs/lamindb/pull/1341) [@falexwolf](https://github.com/falexwolf)
- 🚸 Raise proper error when tracking script fails [PR1340](https://github.com/laminlabs/lamindb/pull/1340) [@sunnyosun](https://github.com/sunnyosun)
- 🚸 Added literal checks for type when creating a Feature [PR1339](https://github.com/laminlabs/lamindb/pull/1339) [@sunnyosun](https://github.com/sunnyosun)
- πŸ“ Updated track guide to include scripts [PR1338](https://github.com/laminlabs/lamindb/pull/1338) [@sunnyosun](https://github.com/sunnyosun)
- πŸš‘οΈ Fix capitalization of feature names in describe [PR1337](https://github.com/laminlabs/lamindb/pull/1337) [@sunnyosun](https://github.com/sunnyosun)
```{eval-rst}
.. role:: small
```

## 0.63

### 0.63.4 {small}`2023-12-08`

- 🚸 Parse variables upon track, do not access storage during load [PR1341](https://github.com/laminlabs/lamindb/pull/1341) [@falexwolf](https://github.com/falexwolf)
- 🚸 Raise error when tracking script fails [PR1340](https://github.com/laminlabs/lamindb/pull/1340) [@sunnyosun](https://github.com/sunnyosun)
- 🚸 Literal checks for `type` when creating a Feature [PR1339](https://github.com/laminlabs/lamindb/pull/1339) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix capitalization of feature names in describe [PR1337](https://github.com/laminlabs/lamindb/pull/1337) [@sunnyosun](https://github.com/sunnyosun)

### 0.63.3 {small}`2023-12-05`

- ✨ Do virtual inner join of variables in Dataset.mapped [PR1334](https://github.com/laminlabs/lamindb/pull/1334) [@Koncopd](https://github.com/Koncopd)
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.63.3" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.63.4" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down
2 changes: 1 addition & 1 deletion sub/lnschema-core

0 comments on commit 6f497b8

Please sign in to comment.