Release 0.76.12
See https://docs.lamin.ai/changelog/2024#db-0-76-12-bionty-0-51-2
What's Changed
- ♻️ Move lamindb_setup.settings.storage.cache_dir to lamindb_setup.settings.cache_dir by @Koncopd in #2013
- 🎨 Remove creates one artifact per file in the directory warning by @Zethson in #2015
- 📝 Use
anon=True
access forUPath.view_tree()
in tutorial by @Koncopd in #2016 - ♻️ Some minor improvements by @falexwolf in #2018
- 🐛 Fix walrus and duplicated updated_at by @Koncopd in #2020
- ♻️ Migrate to edge function in
connect()
by @Koncopd in #2017 - 🏗️ Make
lamindb-setup
a dependency oflamin-cli
by @falexwolf in #2021 - 🚸 Query with typed labels through
.features
by @falexwolf in #2023 - 📝 Document how to query by dictionary-like run parameters by @falexwolf in #2024
- ✨ Overhaul
save_vitessce_config()
to support multiple artifacts and non-.zarr
by @keller-mark in #1953 - ✅ Add more tests for querying via
.features
by @falexwolf in #2028 - 🔊 More logging in
save_vitessce_config()
by @falexwolf in #2029
New Contributors
- @keller-mark made their first contribution in #1953
Full Changelog: 0.76.11...0.76.12