Skip to content

Latest commit

Β 

History

History
352 lines (351 loc) Β· 55.1 KB

CHANGELOG.md

File metadata and controls

352 lines (351 loc) Β· 55.1 KB

Changelog

Name PR Developer Date Version
πŸ“ Update types of backed returns 397 Koncopd 2024-07-15
🚸 Cleaner API 396 falexwolf 2024-07-15
🏷️ Add types to core fields 394 falexwolf 2024-07-01
πŸ“ Better docstrings 393 falexwolf 2024-07-01
🚸 Added support for different join types in QuerySet.df() 392 insavchuk 2024-06-26 0.70.1
🚚 Add type field to Artifact, and allow linking artifacts against params 390 falexwolf 2024-06-19 0.70.0
πŸ› Fix clashing reverse accessors between .previous_runs and .run 391 falexwolf 2024-06-13 0.69.0
♻️ Add constraints & simple schema fixes 388 falexwolf 2024-05-29 0.68.0
♻️ Migrate featuremanager to being available on the class level 387 falexwolf 2024-05-29
♻️ Better representation 386 falexwolf 2024-05-25
🚚 Reformulate data lineage, remove json field from run 385 falexwolf 2024-05-19 0.67.0
♻️ Protect feature in FeatureSet 384 falexwolf 2024-05-18
πŸ—οΈ Naming conventions for link tables, protecting deletion in link tables, maintaining integrity upon label & feature renames 383 falexwolf 2024-05-18
🚚 Rename .type to .dtype for Feature and FeatureSet 382 falexwolf 2024-05-17
πŸ”₯ Prune migrations 381 falexwolf 2024-05-16
πŸ”₯ Delete old migrations and create a new squashed initial migration 380 falexwolf 2024-05-16
✨ Add FeatureValue and ParamValue 379 falexwolf 2024-05-15
Add using docstring 378 Zethson 2024-05-07
♻️ Move version field into IsVersioned base model 377 falexwolf 2024-05-07
πŸ“ Better examples for FeatureSet 375 sunnyosun 2024-05-06
✨ Add an instance_uid field to Storage 374 falexwolf 2024-04-28 0.66.0
✨ Allow passing path to .from_anndata 373 sunnyosun 2024-04-23
πŸš‘οΈ Fix public_source in inspect 372 sunnyosun 2024-04-18
πŸ› Fix replicated outputs slot 371 falexwolf 2024-04-17 0.65.0
🚚 Rename .stage() to .cache(), add .save(upload=None) 369 falexwolf 2024-04-16
🚚 Add Run.replicated_outputs & Transform.ulabels 370 falexwolf 2024-04-16
πŸ“ Update signature and docs for Collection.mapped 367 Koncopd 2024-04-12 0.64.11
🚸 Eliminate kwargs 366 sunnyosun 2024-04-11
✨ Add from_mudata 365 sunnyosun 2024-04-10 0.64.7
♻️ Replace TypeVar with TypeAlias 363 falexwolf 2024-04-04 0.64.6
πŸ“ Fix manual type annotations in docstrings 362 falexwolf 2024-04-04 0.64.5
Future annotations 361 Zethson 2024-04-04
✨ Introduce Registry.get() 360 falexwolf 2024-03-30 0.64.4
βœ… Add test for string equivalency of transform types 359 falexwolf 2024-03-30 0.64.3
πŸ”₯ No collections from anndata or df anymore 358 falexwolf 2024-03-28 0.64.2
✨ Collection stage 357 Koncopd 2024-03-25 0.64.1
πŸ“ Clarify the transform docs 356 falexwolf 2024-03-19
♻️ Add a json field to run 355 falexwolf 2024-03-17 0.64.0
🚚 Rename run_at to started_at for Run, add finished_at 354 falexwolf 2024-03-15
🚚 Add .description to Transform & rename short_name to key, char field fixes 353 falexwolf 2024-03-15
🚸 More sensible transform types 352 falexwolf 2024-03-09 0.63.0
🏷️ Replace PathLike with UPathStr 351 falexwolf 2024-03-05 0.62.1
🚚 Rename dev to core 349 falexwolf 2024-02-29
✨ Add unknown_label to Collection.mapped signature 345 Koncopd 2024-02-27
🚚 Use var_field for anndata 348 sunnyosun 2024-02-27
🚸 Simplify features linking 347 sunnyosun 2024-02-27
🎨 Decouple features from Artifact construction 344 sunnyosun 2024-02-26
Add registries docstring 346 Zethson 2024-02-26
πŸ’š Fix docs 343 sunnyosun 2024-01-31
πŸ“ Fix docstrings 342 sunnyosun 2024-01-31
πŸ“ Update docstring to use bionty 340 sunnyosun 2024-01-30 0.61.3
✨ Add add_to_version_family 338 sunnyosun 2024-01-29 0.61.2
πŸ“ Update collection.delete signature 336 sunnyosun 2024-01-26
🚚 Rename .bionty to .public 335 sunnyosun 2024-01-09
🚸 Order .df() by updated_at 334 falexwolf 2024-01-08
🎨 Order artifact collections 333 falexwolf 2024-01-07 0.61.0
πŸ“ Explain join_vars="auto" in Collection.mapped 332 Koncopd 2024-01-07
✨ Add outer join and categories caching to Collection.mapped 331 Koncopd 2024-01-02 0.60.1
🚚 Rename Dataset to Collection 330 falexwolf 2023-12-23 0.60.0
🚚 Add field description to storage 329 falexwolf 2023-12-23
πŸ”₯ Remove initial_version_id 328 falexwolf 2023-12-23
🚚 Add environment foreign key 324 falexwolf 2023-12-21 0.59.0
♻️ Add n_objects and n_observations to Artifact and remove unique constraint for key, storage 323 falexwolf 2023-12-12 0.58.1
πŸ”₯ Remove field storage from dataset 322 falexwolf 2023-12-11 0.58.0
🚚 Rename File to Artifact 321 falexwolf 2023-12-11
✨ Do virtual inner join of variables in Dataset.mapped 320 Koncopd 2023-12-05
πŸ’š Fix docstring 319 sunnyosun 2023-12-02
πŸ“ Enabled ID conversion via return_field 318 sunnyosun 2023-12-02
✨ Added view_tree for keys 317 sunnyosun 2023-11-24
🚚 Recode visibility 316 sunnyosun 2023-11-23
🚚 Rename indexed to mapped 315 falexwolf 2023-11-20 0.57.1
🚸 Add .df() to Registry 314 falexwolf 2023-11-20 0.57.0
✨ Initial implementation of IndexedDataset 313 Koncopd 2023-11-20
πŸ”₯ Remove Modality 312 sunnyosun 2023-11-13
✏️ Fix VisibilityChoice 311 sunnyosun 2023-11-13
🚚 Add key_is_virtual field to File 310 falexwolf 2023-10-27 0.54.0
♻️ Create using method 309 falexwolf 2023-10-27
✨ Add visibility to File and Dataset 307 sunnyosun 2023-10-26 0.53.0
✨ Enable passing filter expressions to lookup and search 308 sunnyosun 2023-10-25
🚚 Remove field email from user 306 falexwolf 2023-10-19 0.52.0
🚚 Rename Species to Organism 305 sunnyosun 2023-10-19
🚚 Migrate to integer primary keys 304 falexwolf 2023-10-13 0.51.0
🎨 Add path properties & storage field on Dataset 303 falexwolf 2023-10-04 0.50.0
🚚 Rename notebook series 302 sunnyosun 2023-10-03
✨ Track storage of notebooks 301 falexwolf 2023-10-01 0.49.0
🎨 Add a members property to FeatureSet 300 falexwolf 2023-09-27 0.48.4
πŸ“ Document dataset methods 299 falexwolf 2023-09-23 0.48.3
✨ Add reference and reference_type to Dataset, ULabel 298 sunnyosun 2023-09-15
πŸ”₯ Remove add_labels & get_labels & improve documentation of ULabel 297 falexwolf 2023-09-09
🎨 Added return_field to lookup 296 sunnyosun 2023-09-08
🚚 Rename Label to ULabel 295 sunnyosun 2023-09-07
🎨 Make field optional for from_values 293 sunnyosun 2023-09-04
⬆️ Switch to WRatio and default to limit=20 for search 292 sunnyosun 2023-09-04 0.47.4
🚚 Version dataset 291 falexwolf 2023-09-02 0.47.0
πŸ“ Fix run signature 289 falexwolf 2023-09-02
πŸ“ Prettify field sorting, improve File & Dataset docstring 290 falexwolf 2023-09-02
πŸ“ Fix Run docs 288 falexwolf 2023-09-01 0.46.5
🚚 Add modality to from_df and from_anndata 285 falexwolf 2023-08-31 0.46.4
♻️ Type features 287 falexwolf 2023-08-31
🎨 Added include_foregin_keys for repr 284 sunnyosun 2023-08-29 0.46.2
πŸ“ Fix docs 283 sunnyosun 2023-08-24 0.46.1
🚚 Make suffix non-nullable 272 falexwolf 2023-08-23 0.46.0
🎨 Make storage root unique 282 falexwolf 2023-08-23
♻️ Version transform 279 falexwolf 2023-08-23
🚚 from_anndata and from_df for Dataset 280 falexwolf 2023-08-23
🚚 Add modality to Feature 278 falexwolf 2023-08-23
♻️ Use CanValidate & HasParents 277 falexwolf 2023-08-23
🚚 Add transform, run & input_of fields to dataset 276 falexwolf 2023-08-22
🎨 Enable default field for .inspect and .validate 275 sunnyosun 2023-08-22
🎨 Merge ValidationAware and SynonymsAware into ValidationMixin 274 sunnyosun 2023-08-22
πŸ“ Updated signature of features.from_df 273 sunnyosun 2023-08-18
✏️ Fix typo of map_synonyms backward compat 271 sunnyosun 2023-08-17
🚚 Rename map_synonyms to standardize 270 sunnyosun 2023-08-16
πŸ“ Refactored docs 269 falexwolf 2023-08-12 0.45.3
πŸ’š Fix import 268 sunnyosun 2023-08-11 0.45.2
🚚 Move describe to Data 267 sunnyosun 2023-08-11 0.45.1
♻️ Add ParentsAware 266 sunnyosun 2023-08-11
🚚 Replace stem_id on File with initial_version 265 falexwolf 2023-08-10 0.45.0
πŸ“ Updated validate() signature 264 sunnyosun 2023-08-08
🚚 Add stem_id and version to File 263 falexwolf 2023-08-08
πŸ“ Remove all duplicated type annotation from docs 262 falexwolf 2023-08-08
πŸ“ Document all types 261 falexwolf 2023-08-08
⬆️ Add InspectResult 260 sunnyosun 2023-08-07 0.44.3
🚸 Turn method path() into property path 259 falexwolf 2023-08-06 0.44.2
✨ Added validate() 257 sunnyosun 2023-08-06 0.44.0
🚚 Rename ref_field to registry 256 falexwolf 2023-08-06
♻️ Add Data base class for File & Dataset 255 falexwolf 2023-08-05
🚚 Rename ORM to Registry 254 sunnyosun 2023-08-05
🚚 Type Link ORMs with LinkORM 253 falexwolf 2023-08-04 0.43.3
🚚 Rename select to filter 252 falexwolf 2023-07-31 0.43.0
🚚 Rename Feature.label_orms to Feature.registries 251 falexwolf 2023-07-31
♻️ Aggregate ref_field, ref_orm, ref_schema into ref_field 250 falexwolf 2023-07-31
🚚 Move feature foreign key from Label to link model 249 falexwolf 2023-07-31
🚚 Allow multiple label ORMs in feature 247 falexwolf 2023-07-29
πŸš‘οΈ Hash can be null 246 falexwolf 2023-07-26
πŸ“ Add signatures to remaining ORMs 245 falexwolf 2023-07-26 0.42.1
🚚 Add field hash to FeatureSet 244 falexwolf 2023-07-26
🚸 Type-annotate FeatureManager 243 falexwolf 2023-07-26
🚚 Rename featureset_id to feature_set_id in FeatureSetFile link table 242 falexwolf 2023-07-26
🚚 Add Modality 240 falexwolf 2023-07-25
🚚 Add File.accessor 239 falexwolf 2023-07-25
🚚 Remove reference Registry from Label and add it to Feature, add slot to FeatureSet link models 238 falexwolf 2023-07-24 0.41.0
πŸ“ Updated view_parents signature 237 sunnyosun 2023-07-23 0.40.1
🚚 More comprehensive Label and FeatureSet fields 236 falexwolf 2023-07-23
🚚 Integrate Category and Tag into Label 235 falexwolf 2023-07-22
🚚 Add description and parents to Tag, delete Project, replace Run.name with Run.reference_type, Run.inputs as File.input_of 233 falexwolf 2023-07-21
🚚 Add categories to file and dataset 232 falexwolf 2023-07-21
πŸ’„ Improve docstring 231 sunnyosun 2023-07-20 0.39.0
🚚 Rename FeatureValue to Category 230 falexwolf 2023-07-19
πŸ“ Add examples to docstring 229 sunnyosun 2023-07-19
🚚 Move feature_sets to File instead of having files on FeatureSet 228 falexwolf 2023-07-19
✨ Add Feature.unit 227 falexwolf 2023-07-19
♻️ Refactor Feature and add FeatureValue 225 falexwolf 2023-07-18
πŸ”₯ Remove top_hit param from search 226 sunnyosun 2023-07-18
🍱 Added more methods for signature 224 sunnyosun 2023-07-17
🚚 Add Transform.parents and File.hash_type 223 falexwolf 2023-07-07 0.38.3
✨ Add from_df and from_anndata to File 222 falexwolf 2023-07-05 0.38.2
πŸ’„ Do not show None fields 221 falexwolf 2023-07-03 0.38.1
🚚 Move QuerySet to lamindb 220 falexwolf 2023-07-03
✨ Allow for annotate in .df() 219 falexwolf 2023-07-02
🚚 Rename File.name to File.description 218 falexwolf 2023-07-02 0.38.0
🚚 Update Feature and FeatureSet 217 falexwolf 2023-07-01
πŸ’„ Prettify dataframe display 216 falexwolf 2023-06-30
πŸ“ Fix docs 215 falexwolf 2023-06-30 0.37.0
🚚 Move File docstrings and signatures 214 falexwolf 2023-06-29
🚚 Rename BaseORM to Registry, move Registry signatures here 213 falexwolf 2023-06-29
✨ Add Dataset & Feature ORMs 212 falexwolf 2023-06-29 0.37a1
πŸ’„ Denoise display of timestamps 211 falexwolf 2023-06-26
🎨 Auto-manage RunInput relationship 210 falexwolf 2023-06-26 0.36.1
🚚 Repurpose Folder to Tag 209 falexwolf 2023-06-22 0.36.0
🚚 Move BaseORM.__init__ to lamindb 208 falexwolf 2023-06-19 0.35.10
🚚 Expand field length short_name in transform 207 falexwolf 2023-06-19
πŸ”₯ Remove Lookup 206 sunnyosun 2023-06-15 0.35.9
🚚 Move methods to lamindb 205 falexwolf 2023-06-15 0.35.8
🚚 Make User.name nullable 204 falexwolf 2023-06-15
πŸ”₯ Remove unnecessary file 203 falexwolf 2023-06-14
βœ… Add migrations check 202 falexwolf 2023-06-14
♻️ Alter SA migration strategy 200 falexwolf 2023-06-12 0.35.7
🍱 Add migration process for legacy SA instances 199 falexwolf 2023-06-12 0.35.5
♻️ Less customized IDs 198 falexwolf 2023-06-12
♻️ Move logic to lamindb 197 falexwolf 2023-06-12
✨ Delete storage in File.delete 196 Koncopd 2023-06-12
🚚 Rename Featureset to FeatureSet 194 sunnyosun 2023-06-10 0.35.4
♻️ Move save logic here 193 falexwolf 2023-06-10 0.35.3
πŸ”₯ Remove unnecessary files 192 falexwolf 2023-06-09 0.35.2
πŸ‘· Simplify CI & remove docs 191 falexwolf 2023-06-09
🚸 Check for required fields 190 falexwolf 2023-06-09 0.35.1
🚸 Add select method to BaseORM 189 falexwolf 2023-06-08 0.35.0
🎨 Auto fetch related names for Featureset 188 sunnyosun 2023-06-08
πŸ—οΈ Re-architect transform id 186 falexwolf 2023-06-06 0.35a7
🎨 Adapted featureset 185 sunnyosun 2023-06-05 0.35a6
♻️ Polish schema 184 falexwolf 2023-06-05
🚸 Improve QuerySet 182 falexwolf 2023-06-05
πŸ”₯ Delete SQLAlchemy related content 181 falexwolf 2023-06-04
♻️ Absorb DjangoORM.create() in DjangoORM.__init__() 178 falexwolf 2023-06-03
πŸ—οΈ Enable Django backend 177 falexwolf 2023-06-02 0.35a3
🚚 Rename lndb to lamindb-setup 176 falexwolf 2023-06-01 0.35a2
πŸ—οΈ Add Django backend 175 falexwolf 2023-05-31 0.35a1
πŸ‘· Refactor CI 174 falexwolf 2023-05-30
πŸ—οΈ Remove SQL-level schema modules 172 falexwolf 2023-05-25 0.34.0
πŸ—οΈ Introduce Django skeleton 171 falexwolf 2023-05-24
♻️ Refactor types 170 falexwolf 2023-05-23
♻️ Refactor BaseORM 169 falexwolf 2023-05-17 0.33.8
🚸 Add lazy="joined" to some cheap joins 168 falexwolf 2023-05-16 0.33.7
🎨 Replace data in Features with iterable 167 sunnyosun 2023-05-10 0.33.6
🎨 Replace reference with field in Features 166 sunnyosun 2023-05-09 0.33.5
βœ… Use nbproject-test directly 165 Koncopd 2023-05-04
✨ Enable .lookup() 164 sunnyosun 2023-04-24 0.33.4
🎨 Refactor ln.File 163 falexwolf 2023-04-24 0.33.3
⚑️ Do not change key for in-memory data replace 162 Koncopd 2023-04-23 0.33.2
✨ Change File.replace handling of key 161 Koncopd 2023-04-23
🚚 Move Folder.subset to lamindb 160 falexwolf 2023-04-22
πŸ› Fix population of transform_id in File in edge cases 159 falexwolf 2023-04-21 0.33.1
🚚 Better names, more relationships directly on File 157 falexwolf 2023-04-16 0.33.0
πŸ› Fix .replace() for key != None 156 falexwolf 2023-04-13 0.32.2
🎨 Set Transform id upon insert, update Transform default 154 falexwolf 2023-04-12 0.32.1
🚚 Add app type 155 falexwolf 2023-04-12
🩹 Fix name check in replace 153 Koncopd 2023-04-10
✨ Overwrite key in replace if needed 152 Koncopd 2023-04-10
🚸 Use full filename to populate File.name, introduce File.key and Folder.key 150 falexwolf 2023-04-08 0.32.0
✨ Add File.replace() and File.stage() 149 Koncopd 2023-04-03 0.31.0
♻️ Refactor Registry defintions 148 falexwolf 2023-03-29 0.30.0
🚚 Add reference to Transform 147 falexwolf 2023-03-25 0.30rc5
πŸ’š Add weak backward compat commit falexwolf 2023-03-24 0.30rc4
🚚 Rename DObject to File and DFolder to Folder 146 falexwolf 2023-03-24 0.30rc3
🎨 Simplify Run 145 falexwolf 2023-03-23
πŸ—οΈ Combine Notebook and Pipeline into Transform 144 falexwolf 2023-03-23 0.30rc2
πŸ”₯ Remove Usage Registry 143 falexwolf 2023-03-22 0.30rc1
⬆️ typeguard<3.0.0 and update lamindb 141 sunnyosun 2023-03-15 0.29.7
πŸš‘ Fix name of reltype 137 falexwolf 2023-03-14 0.29.6
πŸ“ Fix docs reference commit falexwolf 2023-03-14 0.29.5
🚸 Be smart about global_context and load_latest 136 falexwolf 2023-03-14 0.29.4
🚚 Rename ref to reference, added backward compat for features_ref 135 sunnyosun 2023-03-14 0.29.3
✨ Implement ln.Features 134 sunnyosun 2023-03-14 0.29.3rc1
🚚 Move track_run logic here 133 falexwolf 2023-03-13 0.29.2
🚚 Rename get_object to get 132 sunnyosun 2023-03-01 0.29.1
πŸ“ Fix docs references 130 falexwolf 2023-02-24 0.29.0
πŸ“ Use lamin instead of lndb in guides 129 falexwolf 2023-02-24
πŸ‘· Minimal docs build 128 falexwolf 2023-02-24
🚸 Change user id back to base62 127 falexwolf 2023-02-24
✨ Added get_dobject to DFolder 126 sunnyosun 2023-02-24 0.28.7
✨ Added unique constraint uq_storage__objectkey_suffix 125 sunnyosun 2023-02-24
πŸ‘· Use laminci 124 falexwolf 2023-02-23
✨ Create helper functions to add relationships 121 bpenteado 2023-02-23 0.28.6
✏️ Fixed folderkey typo 123 sunnyosun 2023-02-23 0.28.5
πŸ› Fixed getting objectkey 122 sunnyosun 2023-02-23 0.28.4
🚚 Rename dobjects_features to dobject_features 120 sunnyosun 2023-02-23 0.28.3
🚚 Rename _filekey and _folderkey to _objectkey 119 sunnyosun 2023-02-23 0.28.2
πŸ‘· Upload run outputs to lamin-site-assets 116 falexwolf 2023-02-22
✨ Create DFolder from a folder 113 sunnyosun 2023-02-22 0.28.1
🚚 Rename DObject.run_id to DObject.source_id 114 falexwolf 2023-02-21 0.28.0
πŸš‘ Fix determination of postgres vs sqlite 112 falexwolf 2023-02-17
✨ Add relationship between DFolder and DObject 110 bpenteado 2023-02-16 0.27.1
🚚 Add column external_id to Run 109 falexwolf 2023-02-14 0.27.0
πŸ”§ Ensure all id lengths are multiples of 4 108 falexwolf 2023-02-14
🚚 Move storage table back to core module 89 falexwolf 2023-02-14 0.26.1
πŸ”₯ Remove migration files 107 sunnyosun 2023-02-14 0.26.0
⬆️ Upgrade and rename lndb_setup to lndb (v0.32.0) 105 bpenteado 2023-02-13 0.25.12
🚚 Rename track_runin to is_run_input 104 sunnyosun 2023-02-13 0.25.11
✨ Added track_runin to DObject.load() 103 sunnyosun 2023-02-13 0.25.10
πŸ’„ Fix Registry preview message 102 bpenteado 2023-02-07
🚸 Introduce Registry relationship previews 101 bpenteado 2023-02-07
🚚 Rename DSet to DFolder 100 sunnyosun 2023-02-07 0.25.9
πŸ”₯ Disable Registry relationship preview 99 bpenteado 2023-02-02 0.25.8
πŸ› Fix assigning _cloud_filepath 98 sunnyosun 2023-02-02 0.25.7
✨ Added _filekey to DObject for custom file keys 97 sunnyosun 2023-02-02 0.25.6
✨ Added _cloud_filepath private attribute 96 sunnyosun 2023-02-02 0.25.5
✨ Add rich string representation for Registry classes 95 bpenteado 2023-01-31 0.25.4
🚸 Auto populate fk constrained fields from Relationships 94 bpenteado 2023-01-26 0.25.3
πŸ› Fix strict type checking for relationships 93 bpenteado 2023-01-24 0.25.2
🩹 Fix error message in Relationship type checking 92 bpenteado 2023-01-23 0.25.1
✨ Enable data validation with pydantic 91 bpenteado 2023-01-20 0.25.0
🩹 Fix _dbconfig 90 falexwolf 2023-01-16 0.24.1
πŸ‘· Extend CI to py3.8-3.10 88 sunnyosun 2023-01-12
🚚 Add title field to Notebook 87 falexwolf 2023-01-09 0.24.0
πŸ”₯ Remove backward compat 86 falexwolf 2023-01-05
πŸ‘· Reformat to 176 char line length 85 falexwolf 2023-01-05
πŸ› Fixed bug in DObject not autogenerate id 84 sunnyosun 2022-12-14 0.23.2
πŸ“ Update docstring 83 falexwolf 2022-12-12
🚚 Rename input to inputs 81 falexwolf 2022-12-09 0.23.1
πŸ› Avoid double construction 80 falexwolf 2022-12-09 0.23.0
πŸ› Fix privates 79 falexwolf 2022-12-09 0.22.4
πŸ› Fix size 78 falexwolf 2022-12-09 0.22.3
✨ Combine record with DObject 77 sunnyosun 2022-12-09 0.22.2
πŸ₯… Fully module-qualified path for Pipeline 75 falexwolf 2022-12-08
πŸ’„ Prettify noxfile 74 falexwolf 2022-12-08
♻️ Clean up migration tests 73 falexwolf 2022-12-08 0.22.1
βœ… Migration testing primitives on postgres 72 falexwolf 2022-12-07
🚚 Rename Jupynb to Notebook and add relationships 69 falexwolf 2022-12-07 0.22.0
🎨 Reorganize, more tests, change size to BigInt 68 falexwolf 2022-12-07
✨ add_relationship_keys function 67 falexwolf 2022-12-06
πŸ› Fix import 66 falexwolf 2022-12-05 0.21.2
✨ Bypass load settings 65 fredericenard 2022-12-02
🎨 Prettify API & docs 64 falexwolf 2022-11-28
🍱 Add tested migration 63 falexwolf 2022-11-28 0.21.1
🚚 Move storage to public 62 fredericenard 2022-11-24 0.21.0
🚚 Rename checksum to hash 60 falexwolf 2022-11-18 0.20.0
πŸ—οΈ Add Features table 59 falexwolf 2022-11-17 0.19.0
✨ Add path property to DObject 58 falexwolf 2022-11-14 0.18.0
πŸ’š Fix migration 57 falexwolf 2022-11-12 0.17.1
πŸ—οΈ Aggregate Run and DTransform 56 falexwolf 2022-11-11 0.17.0
🍱 Add migration for postgres 55 falexwolf 2022-11-10 0.16.1
🚚 Rename PipeineRun to Run 54 falexwolf 2022-11-10 0.16.0
πŸ› Fix prefix II 53 falexwolf 2022-11-03 0.15.2
πŸ› Fix prefix 52 falexwolf 2022-11-03 0.15.1
🎨 Camel case class names 51 falexwolf 2022-11-02 0.15.0
🍱 Migration and fixes for postgres 50 falexwolf 2022-11-02
✨ Schema modules on SQL level 49 falexwolf 2022-11-01
πŸ§‘β€πŸ’» Added naming convention 47 sunnyosun 2022-10-20
✨ Added dset and project 46 sunnyosun 2022-10-19 0.14.0
🚚 Rename query to select 45 falexwolf 2022-10-12 0.13.0
πŸ› Add migration version - falexwolf 2022-10-11 0.12.1
✨ Add checksum column 43 fredericenard 2022-10-11 0.12.0
🚚 Add name column to user 42 falexwolf 2022-10-10 0.11.0
🩹 Fix migration script 41 falexwolf 2022-10-07 0.10.1
🚸 Auto-populated CreatedBy 40 falexwolf 2022-10-07 0.10.0
πŸ—οΈ Remove version column from dobject 39 falexwolf 2022-09-30 0.9.0
πŸ‘· Fix CI setup 37 falexwolf 2022-09-26
🚸 Fix type annotations of primary keys and add docstrings everywhere 35 falexwolf 2022-09-26 0.8.1
✨ Add size field to dobject 32 falexwolf 2022-09-25 0.8.0
🍱 Add migration script 34 falexwolf 2022-09-24 0.7.3
🩹 Fix type annotation of timestamps 33 falexwolf 2022-09-24
πŸ’„ Add noqa to script mako & simpler unique constraint 31 falexwolf 2022-09-23
✨ Add insert to type.usage 30 sunnyosun 2022-09-21
🚚 Move migrations to package 29 falexwolf 2022-09-20 0.7.2
🚚 Rename file_suffix to suffix 28 falexwolf 2022-09-18 0.7.1
✨ Rename time stamps and make them server default 27 falexwolf 2022-09-18 0.7.0
🚚 Move testdb into tests dir 26 falexwolf 2022-09-18
✨ Enable independent migrations across modules 25 falexwolf 2022-09-15 0.6.0
🩹 Add timestamps to pipeline 24 falexwolf 2022-08-26 0.5.1
πŸ› Re-export pipeline at root level 23 falexwolf 2022-08-26
✨ Add table pipeline 22 falexwolf 2022-08-26 0.5.0
♻️ Refactor id, create type submodule 21 falexwolf 2022-08-24
🚸 Change instance & storage id to 10 char, overhaul ID module 20 falexwolf 2022-08-24
Use id to reference storage 19 fredericenard 2022-08-23 0.4.1
🚚 Add migration for v0.4.0 16 falexwolf 2022-08-22 0.4.0
πŸ—οΈ Add indexes and remove dtransform_out 15 falexwolf 2022-08-22
πŸ—οΈ Track cloud workspace location 14 fredericenard 2022-08-20 0.3.3
🚚 Rename package from lndb-schema-core to lnschema-core 10 falexwolf 2022-08-19 0.3.2
πŸ—ƒοΈ Rename pipeline to pipeline_run and remove v 9 bpenteado 2022-08-18 0.3.1
🚚 Add migration from v0.1.1 to v0.3.0 8 falexwolf 2022-08-08
🚚 Rename track_do to usage 6 falexwolf 2022-08-03 0.3.0
πŸ—οΈ Attach id yvzi and add version table version_yvzi 5 falexwolf 2022-08-03
πŸ—ƒοΈ Add user.handle 4 falexwolf 2022-08-01 0.2.1
πŸ—οΈ Schema v0.2.0 with dtransform 3 falexwolf 2022-07-29 0.2.0
🚚 Add migrations from lamindb-schema 2 falexwolf 2022-07-28
🚚 Move code from lamindb-schema 1 falexwolf 2022-07-23 0.1.0