Lamindb

Latest version: v0.73.2

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 31

0.55.1

What's Changed
* ♻️ Do not use `DatabaseWrapper` directly by Koncopd in https://github.com/laminlabs/lamindb/pull/1220
* ✨ Dataset from paths aka storage by falexwolf in https://github.com/laminlabs/lamindb/pull/1222
* ♻️ Refactor data flow tracking for Dataset by falexwolf in https://github.com/laminlabs/lamindb/pull/1224
* 📝 Added lamindata badge by sunnyosun in https://github.com/laminlabs/lamindb/pull/1223
* 🚸 Do not search for alternative names if id is passed by falexwolf in https://github.com/laminlabs/lamindb/pull/1225


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.55.0...0.55.1

0.55.0

What's Changed
* ✨ Save notebook files by falexwolf in https://github.com/laminlabs/lamindb/pull/1213
* ♻️ Move lamin-vault dependency to postgres extra by falexwolf in https://github.com/laminlabs/lamindb/pull/1214
* 💄 Display id in view_parents by sunnyosun in https://github.com/laminlabs/lamindb/pull/1215
* ✨ Enable to transfer data between instances by falexwolf in https://github.com/laminlabs/lamindb/pull/1216
* ♻️ Track dataset as run input also for dataset.files by falexwolf in https://github.com/laminlabs/lamindb/pull/1219
* 🚚 Rename tutorial1 to tutorial2 by sunnyosun in https://github.com/laminlabs/lamindb/pull/1221


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.54.4...0.55.0

0.54.3

What's Changed
* ♻️ Streamline features print by falexwolf in https://github.com/laminlabs/lamindb/pull/1204
* 🎨 Add a members property to FeatureSet by falexwolf in https://github.com/laminlabs/lamindb/pull/1205
* 💄 Fix double arrows for file and dataset by sunnyosun in https://github.com/laminlabs/lamindb/pull/1206
* 📝 Improve quickstart by falexwolf in https://github.com/laminlabs/lamindb/pull/1207


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.54.2...0.54.3

0.54.2

What's Changed
* ♻️ Test dataset signatures and methods by falexwolf in https://github.com/laminlabs/lamindb/pull/1193
* 🎨 Better implementation of `dataset.view_flow` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1194
* 💄 Updated dataset emoji in view_flow by sunnyosun in https://github.com/laminlabs/lamindb/pull/1195
* 💄 Fix code displays for setup by sunnyosun in https://github.com/laminlabs/lamindb/pull/1196
* Simplify last statement on readme by falexwolf in https://github.com/laminlabs/lamindb/pull/1197
* 📝 Migrate signup route by falexwolf in https://github.com/laminlabs/lamindb/pull/1198
* 🚑️ Fix edge case in view_flow by sunnyosun in https://github.com/laminlabs/lamindb/pull/1199
* 🐛 Fix bug in view_flow by sunnyosun in https://github.com/laminlabs/lamindb/pull/1200
* 🐛 Fix view_flow by sunnyosun in https://github.com/laminlabs/lamindb/pull/1201
* ✅ Add tests for dataset provenance by falexwolf in https://github.com/laminlabs/lamindb/pull/1202
* 📝 Polish bio-registries by falexwolf in https://github.com/laminlabs/lamindb/pull/1203


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.54.1...0.54.2

0.54.0

What's Changed
* 🎨 Increased search threshold to 90 by sunnyosun in https://github.com/laminlabs/lamindb/pull/1156
* 🔥 Remove add_labels & get_labels by falexwolf in https://github.com/laminlabs/lamindb/pull/1155
* 🧪 Test save by sunnyosun in https://github.com/laminlabs/lamindb/pull/1157
* 📝 Minor edits of landing page by sunnyosun in https://github.com/laminlabs/lamindb/pull/1158
* 🔊 Add important and print level loggings by sunnyosun in https://github.com/laminlabs/lamindb/pull/1159
* 🔊 Only log saved and loaded when verbosity is success by sunnyosun in https://github.com/laminlabs/lamindb/pull/1161
* 🎨 More validation for `File` creation, fix some aspects of zarr backend by Koncopd in https://github.com/laminlabs/lamindb/pull/1160
* ⬆️ Update fsspec to 2023.9.0 by Koncopd in https://github.com/laminlabs/lamindb/pull/1162
* ⚡ Speed up instance loading time & refactor lamindb-setup by falexwolf in https://github.com/laminlabs/lamindb/pull/1163
* 🔊 Turn on hint for tutorials by sunnyosun in https://github.com/laminlabs/lamindb/pull/1164
* 📝 Add more explanations to validate and bio-registries guides by sunnyosun in https://github.com/laminlabs/lamindb/pull/1165
* 🐛 Fix view_parents when there are no parents by sunnyosun in https://github.com/laminlabs/lamindb/pull/1167
* 🔇 Do not log transform twice when a transform in updated by sunnyosun in https://github.com/laminlabs/lamindb/pull/1168
* ⬆️ Fix inspect logging by sunnyosun in https://github.com/laminlabs/lamindb/pull/1169
* 📝 Improve validate docs by sunnyosun in https://github.com/laminlabs/lamindb/pull/1170
* 📝 Add a features page & re-organize landing page by falexwolf in https://github.com/laminlabs/lamindb/pull/1166
* 🔒 Add client fallbacks to lamindb-setup by falexwolf in https://github.com/laminlabs/lamindb/pull/1172
* ✨ Add `reference` and `reference_type` to `Dataset`, `ULabel` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1171
* ♻️ Add string levels, update tutorial intro by falexwolf in https://github.com/laminlabs/lamindb/pull/1173
* 🚸 Improve error message for conflicting storage keys by falexwolf in https://github.com/laminlabs/lamindb/pull/1174
* 📝 Rename to data framework by falexwolf in https://github.com/laminlabs/lamindb/pull/1176
* 📝 Add introduction page by sunnyosun in https://github.com/laminlabs/lamindb/pull/1175
* 📝 Better email address by falexwolf in https://github.com/laminlabs/lamindb/pull/1177
* ✏️ Fix view for iteractive terminal by sunnyosun in https://github.com/laminlabs/lamindb/pull/1178
* 📝 Improve clarity of the tutorial by sunnyosun in https://github.com/laminlabs/lamindb/pull/1180
* 📝 Refactor docs by falexwolf in https://github.com/laminlabs/lamindb/pull/1179


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.53.0...0.54.0

0.53.0

What's Changed
* 🔊 Improved logging message for inspect by sunnyosun in https://github.com/laminlabs/lamindb/pull/1124
* 🚸 Validate `Run` records by falexwolf in https://github.com/laminlabs/lamindb/pull/1123
* 📝 Improved bio-registries by sunnyosun in https://github.com/laminlabs/lamindb/pull/1125
* 📝 Rewrite landing page by falexwolf in https://github.com/laminlabs/lamindb/pull/1126
* ♻️ Add display of numerical features by falexwolf in https://github.com/laminlabs/lamindb/pull/1127
* ♻️ Refactor feature set linking by falexwolf in https://github.com/laminlabs/lamindb/pull/1128
* ♻️ Refactor features display by falexwolf in https://github.com/laminlabs/lamindb/pull/1129
* 📝 Iterate on docs by falexwolf in https://github.com/laminlabs/lamindb/pull/1130
* ♻️ Refactor describe by falexwolf in https://github.com/laminlabs/lamindb/pull/1131
* ✨ Enable dataset versioning by falexwolf in https://github.com/laminlabs/lamindb/pull/1132
* 🚚 Rename `File.tree` to `File.view_tree` by falexwolf in https://github.com/laminlabs/lamindb/pull/1133
* 📝 Add bionty documentation to landing page by falexwolf in https://github.com/laminlabs/lamindb/pull/1134
* 🎨 Switch to WRatio and default to limit=20 for search by sunnyosun in https://github.com/laminlabs/lamindb/pull/1135
* 📝 More comprehensive landing page by falexwolf in https://github.com/laminlabs/lamindb/pull/1136
* 🎨 Set default field for from_values by sunnyosun in https://github.com/laminlabs/lamindb/pull/1137
* 📝 More clarity in landing page by falexwolf in https://github.com/laminlabs/lamindb/pull/1138
* 🎨 Add labels to describe by sunnyosun in https://github.com/laminlabs/lamindb/pull/1139
* 📝 Improve tutorial by falexwolf in https://github.com/laminlabs/lamindb/pull/1140
* 🚚 Replace `get_feature_set` with `.feature_sets.__getitem__` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1141
* ⬆️ Transient download bar by sunnyosun in https://github.com/laminlabs/lamindb/pull/1142
* 🧪 Add more tests for file by sunnyosun in https://github.com/laminlabs/lamindb/pull/1143
* 🚚 Replace `add_labels`, `get_labels` with `labels.add_by_feature`, `labels.get_by_feature` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1144
* 🔥 Removed `get_by_feature` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1145
* 🍱 Register protein modality for flow datasets by sunnyosun in https://github.com/laminlabs/lamindb/pull/1146
* ✨ Allow create records from non-default bionty sources by sunnyosun in https://github.com/laminlabs/lamindb/pull/1147
* 🚚 Add `Data.labels` accessor, rename `Label` to `ULabel` by sunnyosun in https://github.com/laminlabs/lamindb/pull/1148
* 🔇 Default verbosity to warning level by sunnyosun in https://github.com/laminlabs/lamindb/pull/1149
* 🔇 Silence download bar for <5MB bionty files by sunnyosun in https://github.com/laminlabs/lamindb/pull/1151
* 🩹 Fix Series getitem warning for labels.add by sunnyosun in https://github.com/laminlabs/lamindb/pull/1152
* ✨ Added return_field to lookup by sunnyosun in https://github.com/laminlabs/lamindb/pull/1153
* ♻️ Refactor hub client by falexwolf in https://github.com/laminlabs/lamindb/pull/1150


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.52.0...0.53.0

Page 10 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.