Skip to content

Commit

Permalink
🔖 Release 0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 19, 2024
1 parent ccde57e commit 74636ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Changelog

- :sparkles: Support dict in add_values [PR](https://github.com/laminlabs/lamindb/pull/1705) [@Zethson](https://github.com/Zethson)
:::{note}

If using LaminHub, please use the latest version of LaminDB.
Expand All @@ -22,9 +21,9 @@ You can now distinguish model-like and dataset-like artifacts via a `type` field
Leverage `artifact.params.add_values()` to annotate model-like artifacts like you leverage `artifact.features.add_values()` to annotate dataset-like artifacts.

- 🏗️ Add `type` field to `Artifact`, allow linking model-like artifacts against params, validate params akin to validating features, enable features-based annotation with non-ulabels [PR](https://github.com/laminlabs/lamindb/pull/1690) [@falexwolf](https://github.com/falexwolf)
- 🚸 Support dict in add_values [PR](https://github.com/laminlabs/lamindb/pull/1705) [@Zethson](https://github.com/Zethson)
- ♻️ Refactor after upath upgrade [PR](https://github.com/laminlabs/lamindb/pull/1699) [PR](https://github.com/laminlabs/lamindb/pull/1700) [@Koncopd](https://github.com/Koncopd)


## 0.73

### 0.73.2 {small}`2024-06-13`
Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"""

# denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc.
__version__ = "0.74a1"
__version__ = "0.74.0"

import os as _os

Expand Down

0 comments on commit 74636ae

Please sign in to comment.