Lamindb

Latest version: v0.73.2

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

Scan your dependencies

Page 11 of 31

0.52.2

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


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

0.52.1

0.52.0

What's Changed
* 🩹 Replace deprecated `is_categorical_dtype` by falexwolf in https://github.com/laminlabs/lamindb/pull/1114
* 🐛 Fix lookup for queryset by sunnyosun in https://github.com/laminlabs/lamindb/pull/1115
* ♻️ Simplify standardize code by sunnyosun in https://github.com/laminlabs/lamindb/pull/1117
* 🐛 Fix target_label in view_parents by sunnyosun in https://github.com/laminlabs/lamindb/pull/1118
* 🚑️ Fix map_synonyms bug by sunnyosun in https://github.com/laminlabs/lamindb/pull/1119
* ⬆️ Upgrade lamindb_setup by bpenteado in https://github.com/laminlabs/lamindb/pull/1120
* 🚸 Enable to pass modality to `from_df` and `from_anndata` by falexwolf in https://github.com/laminlabs/lamindb/pull/1116
* 📝 Refactored landing page by sunnyosun in https://github.com/laminlabs/lamindb/pull/1122
* ♻️ Type features by falexwolf in https://github.com/laminlabs/lamindb/pull/1121


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

0.51.3

What's Changed
* 📝 Polish readme by falexwolf in https://github.com/laminlabs/lamindb/pull/1112
* 🚸 Better treatment of File.suffix by falexwolf in https://github.com/laminlabs/lamindb/pull/1113


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.51.2...0.51.3

0.51.2

What's Changed
* 🎨 Use __repr__ code for describe by sunnyosun in https://github.com/laminlabs/lamindb/pull/1107
* 🚚 Rename data lineage to data flow by falexwolf in https://github.com/laminlabs/lamindb/pull/1108
* ⚡️ Delete cached files for local instances on File.save() by Koncopd in https://github.com/laminlabs/lamindb/pull/1109
* ♻️ Refactor to use UPath everywhere by Koncopd in https://github.com/laminlabs/lamindb/pull/1102
* ♻️ Enable typed feature sets for dataframes by falexwolf in https://github.com/laminlabs/lamindb/pull/1110
* ♻️ Refactor typing of FeatureSet by falexwolf in https://github.com/laminlabs/lamindb/pull/1111


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.51.1...0.51.2

0.51.1

What's Changed
* ♻️ Re-load `Dataset` based on hash by falexwolf in https://github.com/laminlabs/lamindb/pull/1091
* 📝 Polish tutorial by falexwolf in https://github.com/laminlabs/lamindb/pull/1093
* Prepare release [DON'T MERGE] by falexwolf in https://github.com/laminlabs/lamindb/pull/1092
* 🚑️ Fix pre-populate of datasets by sunnyosun in https://github.com/laminlabs/lamindb/pull/1094
* 🎨 Make species not nullable in Gene, Protein, CellType by sunnyosun in https://github.com/laminlabs/lamindb/pull/1095
* 📝 Update readme by sunnyosun in https://github.com/laminlabs/lamindb/pull/1096
* ✏️ Fix transform emoji by sunnyosun in https://github.com/laminlabs/lamindb/pull/1097
* 🐛 Fix feature set updates & `describe()` if no features are present by falexwolf in https://github.com/laminlabs/lamindb/pull/1098
* 💄 Polish developer API by falexwolf in https://github.com/laminlabs/lamindb/pull/1100
* ✅ Add more tests for dataset by falexwolf in https://github.com/laminlabs/lamindb/pull/1101
* 🍱 Updated registry popoulat for conde22 dataset by sunnyosun in https://github.com/laminlabs/lamindb/pull/1103
* 📝 Polish tutorial, readme, setup, data by falexwolf in https://github.com/laminlabs/lamindb/pull/1105
* 📝 Added validate guide by sunnyosun in https://github.com/laminlabs/lamindb/pull/1104
* ✅ Add more tests by falexwolf in https://github.com/laminlabs/lamindb/pull/1106


**Full Changelog**: https://github.com/laminlabs/lamindb/compare/0.51.0...0.51.1

Page 11 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.