ChangelogΒΆ
πΈ Make
upload_from()
,download_to()
, andview_tree()
more user friendly PR @falexwolfπΈ More intuitive version updating dialogue PR @falexwolf
π Fix annotate logging PR @sunnyosun
π Actually add tracking run for entities beyond Artifact & Collection PR @falexwolf
Note
If using LaminHub, please use the latest version of lamindb.
LaminDB implements βmigration-based versioningβ. When upgrading your LaminDB installation to a new minor
version in major.minor.patch
, you also migrate your database by calling lamin migrate deploy
.
0.72ΒΆ
0.72.1 2024-05-19ΒΆ
β¬οΈ Update bionty PR @sunnyosun
π Deal with migration errors when keep-artifacts-local is true PR @falexwolf
0.72.0 2024-05-19ΒΆ
β¨ Extend managed access for AWS S3 to arbitrary paths PR @Koncopd @fredericenard
β¨ Extended data lineage tracking PR @falexwolf
Now store all creating runs and all updating runs for any entity, not just for
Artifact
&Collection
, e.g., runs can now haveCellType
record outputsCode is simpler through inheritance from two new base classes:
TracksRun
andTracksUpdates
β»οΈ Briefer and richer syntax for denoting feature types, renamed
Feature.type
toFeature.dtype
, e.g., for categorical features, a valid type can be:cat[ULabel|bionty.Drug]
PR @falexwolf⨠Support non-categorical metadata PR @falexwolf
Track non-categorical features:
int
,float
,bool
,datetime
, lists & dictionaries stored in aFeatureValue
registryTrack arbitrary typed parameters for runs through a
Param
registry analogous to theFeature
registry: this replaces the hard-to-validate, hard-to-migrate, and hard-to-queryjson
field ofRun
ποΈ Refactor link models PR PR @falexwolf
All annotation-related links are now stratified by
Feature
: what held forULabel
now also holdsCellType
and all otherBionty
registriesIndicate whether semantic keys were used during validation to enable warnings upon renames
Protect artifact annotations rather than cascade delete them
More consistent naming of link models, e.g.,
ulabels.artifact_links
instead ofulabels.artifactulabel_set
Dropped linking
Bionty
entities directly againstCollection
Pruned & squashed migrations for faster instance creation
0.71ΒΆ
0.71.3 2024-05-14ΒΆ
π¨ Enable transfer when schema donβt match PR @sunnyosun
β¨ Get artifacts through the CLI PR @falexwolf
β‘οΈ Improve the speed of describe PR @sunnyosun
β»οΈ Refactor search PR @falexwolf
β¨ Introduce bulk update PR @falexwolf
πΈ No need to pass organism if validating on ids PR @sunnyosun
0.71.2 2024-05-07ΒΆ
β¨ Enable passing parameters to
ln.track()
PR @falexwolf
0.71.1 2024-05-07ΒΆ
πΈ Upload source code of scripts upon
ln.finish()
and no longer uponln.track()
PR @falexwolfπ¨ Make
features.add_feature_set
public PR @sunnyosunπ¨ Use the same
uid
for the same feature set in transfer PR @sunnyosunπ¨ Upon upload switch to virtual key PR @falexwolf
β»οΈ Extend valid suffixes to composite suffixes PR @falexwolf
π₯ Remove little-used
artifact.view_tree()
PR @falexwolf
0.71.0 2024-05-01ΒΆ
β¨ Manage multiple storage locations with integrity PR @falexwolf
πΈ Proper progress bars for upload and download PR @Koncopd
πΈ Make save return self PR @falexwolf
0.70ΒΆ
0.70.4 2024-04-24ΒΆ
β¨ Allow passing path to
.from_anndata
PR @sunnyosunπΈ In
.setup.delete()
, check for data deletion & delete from hub PR @falexwolfβ‘οΈ Speed up
latest_version
PR @falexwolfπΈ Better user feedback on folder-like artifacts PR @falexwolf
0.70.3 2024-04-22ΒΆ
πΈ Update metadata like description upon re-running PR @falexwolf
π Fix detection of AnnData in zarr and h5ad, refactor directory upload PR @Koncopd
πΈ Raise error if transforms of type notebook or script are passed manually PR @falexwolf
0.70.2 2024-04-19ΒΆ
β»οΈ In Vitessce integration, separate
VitessceConfig
from its referenced artifacts PR @falexwolfπΈ In
ln.finish()
, remove flagi_saved_the_notebook
PR @falexwolf
0.70.1 2024-04-18ΒΆ
π Fix
public_source
in inspect PR @sunnyosun
0.70.0 2024-04-17ΒΆ
πΈ Update data source in case transform is re-run PR @falexwolf
πΈ Enable to label transforms via
transform.ulabels
PR @falexwolfπ Deprecate
stage()
in favor ofcache()
PR @falexwolf
0.69ΒΆ
0.69.10 2024-04-12ΒΆ
β¨ Add
.obsm
and.layers
toMappedCollection
and renamelabel_keys
toobs_keys
PR @KoncopdπΈ Eliminate kwargs PR @sunnyosun
β¨ Introduce
Annotate.from_mudata
PR @sunnyosun
0.69.9 2024-04-08ΒΆ
π Fix clashes for multiple processes PR @falexwolf
0.69.8 2024-04-04ΒΆ
0.69.7 2024-04-03ΒΆ
β¨ Add ability to upload arbitrary files or folders from CLI PR @falexwolf
π Fix anndata backed mode incompatibility with scipy 1.13.0 f
0.69.6 2024-04-02ΒΆ
ποΈ Temp fix region for non-hosted buckets PR @sunnyosun
0.69.5 2024-03-30ΒΆ
β»οΈ Improve Annotate API PR PR @sunnyosun @falexwolf
β¨ Introduce
Registry.get()
andlamin get
(replaceslamin stage
) PR @falexwolf
0.69.4 2024-03-30ΒΆ
β»οΈ Add Vitessce integration PR @falexwolf
β»οΈ Refactor collections PR @falexwolf
0.69.3 2024-03-28ΒΆ
β¨ Introduce annotation flow via
Annotate.from_df
andAnnotate.from_anndata
PR 1 2 3 @sunnyosun
0.69.2 2024-03-26ΒΆ
0.69.1 2024-03-18ΒΆ
β¨ To try out, add lamindb.validation
with the Validator
class PR @sunnyosun
0.69.0 2024-03-17ΒΆ
Main new features:
β¨ Integrate lamindb with git PR PR @falexwolf
β¨ Introduce
ln.finish()
, track run finish times asrun.finished_at
, renamerun.run_at
torun.started_at
, upload notebooks duringln.finish()
PR @falexwolfπΈ Upload script source code and environment during
ln.track()
PR @falexwolf
Other changes:
β¨ Allow including simple related fields in
.df()
PR @falexwolfπ Move transform settings into settings PR @falexwolf
β¨ Add
latest_version
filter forQuerySet
PR @falexwolfπ Rename
transform.short_name
totransform.key
PR @falexwolfβ»οΈ Add a JSON field to
Run
PR @falexwolf
0.68ΒΆ
0.68.2 2024-03-11ΒΆ
πΈ Move transform & run artifacts into cache before uploading PR @falexwolf
πΈ More sensible transform types PR @falexwolf
π Rename
lnschema_lamin1
towetlab
PR @falexwolf
0.68.1 2024-03-08ΒΆ
πΈ You can now use
ln.connect()
to connect to a LaminDB instance PR @falexwolfπΈ You can no longer delete data from non-default storage locations, as these might be tracked in other instances PR @sunnyosun
πΈ Enable transferring data from local instances to remote instances PR @sunnyosun
0.68.0 2024-03-01ΒΆ
πΈ Decouple features linking from Artifact construction PR 1 2 3 @sunnyosun.
# default constructor for PathLike
artifact = ln.Artifact("mysc.h5ad", description="raw data")
# from_ constructors for other types
artifact = ln.Artifact.from_anndata(mysc_adata, description="raw data") # no longer links features
artifact = artifact.save()
# high-level feature linking
artifact.features.add_from_anndata(var_field=bt.Gene.ensembl_gene_id)
artifact.features.add_from_df()
# low-level feature linking
meta = ln.Feature.from_values(mysc_adata.obs.columns, field="name")
genes = bt.Gene.from_values(mysc_adata.var.ensembl_gene_id, field="ensembl_gene_id")
artifact.features.add(genes, slot="obs")
artifact.features.add(genes, slot="var")
# labels linking (no change)
labels = ln.ULabel.from_values(adata.obs.donor, field=...)
ln.save(labels)
artifact.labels.add(labels)
πΈ Can now use
ln.track()
withoutlamin track
PR @falexwolfπ
lamin stage
respects new URL design PR @falexwolfπ Rename
.dev
to.core
PR @falexwolf
0.67ΒΆ
0.67.3 2024-02-02ΒΆ
πΈ Can now import
bionty
instead oflnschema-bionty
PR @sunnyosunβ»οΈ Use Click for CLI PR @chaichontat
π¨ Make
Collection.save()
ACID PR @falexwolf⨠Add
add_to_version_family
PR @sunnyosunπ Transfer
collection.artifacts
PR @sunnyosun
0.67.2 2024-01-14ΒΆ
β¨ Enable staging notebooks & code using the CLI PR @falexwolf
0.67.1 2024-01-12ΒΆ
π Fix idempotency of
collection.save()
PR @falexwolfπΈ Disallow bulk-delete for Artifact, Transform & Collection PR @falexwolf
πΈ Init transform versions at 1 PR @falexwolf
β¨ Load json and html files PR @falexwolf
0.67.0 2024-01-11ΒΆ
π Rename
.bionty
to.public
,.from_bionty
to.from_public
PR @sunnyosun
0.66ΒΆ
0.66.1 2024-01-09ΒΆ
π Fix id matching in view_lineage PR @sunnyosun
β»οΈ Incorporate edge cases in
inner
andouter
join inCollection.mapped
PR @Koncopdπ¨ Not create organism records when calling
.bionty()
PR @sunnyosun
0.66.0 2024-01-07ΒΆ
πΈ Add anonymous access (now works without login) PR1386 @falexwolf
π¨ Introduce ordered collections and simplify
.mapped()
PR1390 @falexwolfπ Re-write quickstart PR1387 @falexwolf
0.65ΒΆ
0.65.1 2024-01-05ΒΆ
π©Ή Prepare a potential migration of the hub to Django PR1385 @falexwolf
πΈ Various improvements PR1384 @falexwolf
π©Ή Track suffix of requirements.txt PR1383 @falexwolf
β¨ Add outer join and categories caching to Collection.mapped PR1380 @Koncopd
β»οΈ Except memory error PR1382 @falexwolf
0.65.0 2024-01-02ΒΆ
π Rename
Dataset
toCollection
PR1377 @falexwolf⨠Track run environment PR1368 @falexwolf
β¨ Allow transfer from private instances PR1370 @falexwolf
πΈ Speed up transfer and enable transfer parents PR1371 @sunnyosun
π¨ Version based on
stem_uid
instead ofinitial_version_id
and replace__lamindb_uid_prefix__
with__transform_stem_uid__
PR1369 PR1375 PR1373 @bpenteado @falexwolfπ¨ Name
.lndb
files by instance id PR1372 @falexwolf
0.64ΒΆ
0.64.2 2023-12-18ΒΆ
π Deprecate
view_flow
in favor ofview_lineage
PR1367 @falexwolfπ Account for length zero label lists PR1362 @falexwolf
0.64.1 2023-12-13ΒΆ
πΈ Silence the httpx logger PR1356 @falexwolf
π Fix hash inference for cloud non-s3 objects and use stored gcs credentials PR1355 @Koncopd
0.64.0 2023-12-13ΒΆ
ποΈ Replace File
with Artifact
to model directories and directory-like array stores PR1345 @falexwolf.
For artifacts that are simple files, rename File
to Artifact
along with the word file
to artifact
in registry fields. Otherwise, your code will behave the same.
0.63ΒΆ
0.63.5 2023-12-11ΒΆ
π Fix
lamin save
for scripts PR1346 @sunnyosun
0.63.4 2023-12-08ΒΆ
πΈ Parse variables upon track, do not access storage during load PR1341 @falexwolf
πΈ Raise error when tracking script fails PR1340 @sunnyosun
πΈ Literal checks for
type
when creating a Feature PR1339 @sunnyosunπ Fix capitalization of feature names in describe PR1337 @sunnyosun
0.63.3 2023-12-05ΒΆ
β¨ Do virtual inner join of variables in Dataset.mapped PR1334 @Koncopd
π Add a track notebooks how-to PR1333 @sunnyosun
π Move high-level bionty docs here PR1332 @falexwolf
0.63.2 2023-12-02ΒΆ
β¨ Add
return_field
tostandardize()
PR1331 @sunnyosunβ»οΈ Extend
MappedDataset.get_label_weights
PR1330 @Koncopd
0.63.1 2023-11-28ΒΆ
0.63.0 2023-11-24ΒΆ
β»οΈ Centralize progressbar and convert to percentage PR1322 @falexwolf
β¨ Added view_tree for keys PR1321 @sunnyosun
π Recode visibility to default 1, hidden 0, trash -1 PR1319 @sunnyosun
β¨ Track Python scripts PR1318 @falexwolf
π Modify Quickstart to use File instead of Dataset PR1317 @sunnyosun
0.62ΒΆ
0.62.0 2023-11-20ΒΆ
β¨ Create
dataset.mapped()
for data loaders overAnnData
PR1307 @KoncopdπΈ Add
.df()
toRegistry
PR1313 @falexwolfπ Fix passing organism to featureset.from_values PR1312 @sunnyosun
π Fix idempotency of transfer files PR1311 @falexwolf
π± Updated bionty sources PR1305 @sunnyosun
π Add an annotation guide PR1302 @sunnyosun
0.61ΒΆ
0.61.0 2023-11-15ΒΆ
πΈ Prettify
view_tree
, check for ahead migrations PR1299 @sunnyosunπΈ Ensure saved notebooks arenβt rerun with the same version PR1298 @falexwolf
π₯ Remove
Modality
registry PR1297 @sunnyosunβ¬οΈ More flexible versions for anndata and s3fs PR1295 @Koncopd
β»οΈ Refactor
Dataset
construction from directory PR1300 @falexwolf
0.60ΒΆ
0.60.3 2023-11-13ΒΆ
π Fix visibility choices, updated intro PR1294 @sunnyosun
0.60.1 2023-11-10ΒΆ
π Clearer badge titles PR1291 @falexwolf
βͺ Fix bionty versionsdir PR1290 @sunnyosun
0.60.0 2023-11-09ΒΆ
πΈ Enable to pass metadata to dataset PR1289 @falexwolf
π Move
view_tree
toUPath
PR1288 @falexwolfβ»οΈ Move
UPath
to root-level API PR1286 @falexwolfπΈ Enable to add labels without a feature PR1285 @sunnyosun
0.59ΒΆ
0.59.3 2023-11-04ΒΆ
π Show transform uid in view_lineage PR1280 @sunnyosun
πΈ Improve search PR1279 @sunnyosun
0.59.2 2023-11-04ΒΆ
πΈ Improve connection stability PR1277 @falexwolf
πΈ Improve search PR1275 @sunnyosun
0.59.1 2023-11-03ΒΆ
β»οΈ Move CLI from
lamindb-setup
here PR1264 @falexwolf
0.59.0 2023-10-27ΒΆ
πΈ Introduce virtual keys PR1262 @falexwolf
β»οΈ Refactor visibility PR1261 @falexwolf
β»οΈ Turn
using
into aRegistry
method PR1259 @falexwolf
0.58ΒΆ
0.58.2 2023-10-26ΒΆ
π· Enable to read db from env variable PR1258 @falexwolf
0.58.1 2023-10-26ΒΆ
ποΈ Re-enable read-only access for public instances PR1257 @falexwolf
β¨ Introduce
visibility
toFile
andDataset
PR1254 @sunnyosunποΈ Enable to pass DB URLs during load PR1256 @falexwolf
β¨ Enable passing filter expressions to lookup and search PR1255 @sunnyosun
β»οΈ Use
file.uid
instead offile.id
indataset.load()
PR1250 @falexwolf
0.58.0 2023-10-24ΒΆ
β‘οΈ Speed up dataset creation in presence of millions of feature links PR1248 @falexwolf
π Add a faq for custom validator PR1249 @sunnyosun
β¨ Add
parents
toOrganism
PR1245 @sunnyosun
0.57ΒΆ
0.57.2 2023-10-23ΒΆ
0.57.1 2023-10-20ΒΆ
π¨ Display uid instead of id in search result PR1239 @sunnyosun
0.57.0 2023-10-19ΒΆ
π Rename
Species
toOrganism
PR1237 @sunnyosunπ₯ Remove email field from
User
registry PR1238 @falexwolf
0.56ΒΆ
0.56.2 2023-10-19ΒΆ
π Migrate from password to apikey PR1233 @falexwolf
0.56.1 2023-10-18ΒΆ
π Fix transfer of features PR1232 @sunnyosun
0.56.0 2023-10-17ΒΆ
The previous universal primary keys are now stored us unique universal ids in .uid
and .id
stores integer primary keys.
This leads to significantly higher storage efficiency of indexes & constraints in link tables with >10 million rows.
A dialogue guides you through the migration process.
π Migrate to integer primary keys PR1229 @falexwolf
0.55ΒΆ
0.55.2 2023-10-10ΒΆ
0.55.1 2023-10-4ΒΆ
β¨ Dataset from paths aka storage PR1222 @falexwolf
πΈ Do not search for alternative names if id is passed PR1225 @falexwolf
π Added lamindata badge PR1223 @sunnyosun
β»οΈ Refactor data flow tracking for Dataset PR1224 @falexwolf
0.55.0 2023-10-03ΒΆ
β¨ Enable to transfer data between instances PR1216 @falexwolf
β¨ Enable saving notebook files PR1213 @falexwolf
π Display id in view_parents PR1215 @sunnyosun
0.54ΒΆ
0.54.4 2023-09-29ΒΆ
β¨ Add labels transfer through
labels.add_from
PR1211 @falexwolfβ»οΈ Perform outer join during load PR1212 @falexwolf
π¨ Show both file and dataset in view_lineage PR1209 @sunnyosun
0.54.3 2023-09-27ΒΆ
π Fix double arrows for file and dataset PR1206 @sunnyosun
π¨ Add a members property to FeatureSet PR1205 @falexwolf
0.54.2 2023-09-26ΒΆ
π¨ Better implementation of
dataset.view_lineage
PR1194 @sunnyosun
0.54.1 2023-09-21ΒΆ
π Mute repetitive warning for saving parents PR1190 @sunnyosun
π Fix warning logging upon save PR1185 @sunnyosun
π©Ή Better suffix handling PR1181 @falexwolf
0.54.0 2023-09-17ΒΆ
βοΈ Fix views for interactive terminal PR1178 @sunnyosun
πΈ Improve error message for conflicting storage keys PR1174 @falexwolf
β»οΈ Add string levels PR1173 @falexwolf
β¨ Add
reference
andreference_type
toDataset
,ULabel
PR1171 @sunnyosunπ Add client fallbacks to lamindb-setup PR1172 @falexwolf
π Fix
view_parents()
when there are no parents PR1167 @sunnyosunπ Turn on hint for tutorials PR1164 @sunnyosun
β‘ Speed up instance loading time & refactor lamindb-setup PR1163 @falexwolf
π¨ More validation for
File
creation, improve zarr backend PR1160 @Koncopdπ₯ Remove
add_labels()
&get_labels()
PR1155 @falexwolfπ¨ Increased search threshold to 90 PR1156 @sunnyosun
0.53 2023-09-09ΒΆ
β»οΈ Refactor hub client PR1150 @falexwolf
β¨ Add
return_field
toLookup
PR1153 @sunnyosunπ Silence download bar for <5MB bionty files PR1151 @sunnyosun
π Set default verbosity to warning PR1149 @sunnyosun
π Add
Data.labels
accessor, renameLabel
toULabel
PR1148 @sunnyosun⨠Allow create records from non-default bionty sources PR1147 @sunnyosun
π₯ Removed
get_by_feature
PR1145 @sunnyosunπ Replace
get_feature_set
with.feature_sets.__getitem__
PR1141 @sunnyosun
0.52ΒΆ
0.52.2 2023-09-05ΒΆ
π¨ Add labels to describe PR1139 @sunnyosun
π¨ Set default field for from_values PR1137 @sunnyosun
π More comprehensive landing page PR1136 @falexwolf
π¨ Switch to WRatio and default to limit=20 for search PR1135 @sunnyosun
π Rename
File.tree
toFile.view_tree
PR1133 @falexwolf⨠Enable dataset versioning PR1132 @falexwolf
0.52.1 2023-09-02ΒΆ
β»οΈ Refactor features display PR1129 @falexwolf
β»οΈ Refactor feature set linking PR1128 @falexwolf
β»οΈ Add display of numerical features PR1127 @falexwolf
π Rewrite landing page PR1126 @falexwolf
πΈ Validate
Run
records PR1123 @falexwolfπ Improved logging message for inspect PR1124 @sunnyosun
0.52.0 2023-09-01ΒΆ
β»οΈ Type features PR1121 @falexwolf
πΈ Enable to pass modality to
from_df
andfrom_anndata
PR1116 @falexwolfβ¬οΈ Cache instance id in settings files PR1120 @bpenteado
ποΈ Fix map_synonyms bug PR1119 @sunnyosun
π Fix
target_label
inview_parents
PR1118 @sunnyosunβ»οΈ Simplify
.standardize()
implementation PR1117 @sunnyosunπ Fix
lookup()
forQuerySet
PR1115 @sunnyosunπ©Ή Replace deprecated
is_categorical_dtype
PR1114 @falexwolf
0.51ΒΆ
0.51.3 2023-08-30ΒΆ
πΈ Better treatment of
File.suffix
PR1113 @falexwolf
0.51.2 2023-08-28ΒΆ
β»οΈ Enable typed feature sets for dataframes PR1110 @falexwolf
β‘οΈ Delete cached files for local instances on File.save() PR1109 @Koncopd
π Rename data lineage to data flow PR1108 @falexwolf
0.51.1 2023-08-28ΒΆ
π Added
validate
guide PR1104 @sunnyosunπ Fix feature set updates &
describe()
if no features are present PR1098 @falexwolfπ¨ Make
species
not nullable inGene
,Protein
,CellType
PR1095 @sunnyosun
0.51.0 2023-08-24ΒΆ
β»οΈ Make
suffix
non-nullable and root unique PR1090 @falexwolfβ»οΈ Add
view_lineage
toDataset
PR1089 @falexwolfπΈ Disable creating non-validated records with
from_values
PR1086 @sunnyosunβ»οΈ Enable passing AnnData-like
File
object toDataset.from_anndata
PR1085 @falexwolfπ More consistent logging of inspect PR1081 @sunnyosun
π₯ Remove
inherit_relations
PR1079 @sunnyosunβ»οΈ Use
CanValidate
&HasParents
PR1078 @falexwolfπ· Main is the new staging, release the new production branch PR1077 @falexwolf
β»οΈ Refactor tutorial PR1076 @falexwolf
β»οΈ Add
transform
,run
&input_of
toDataset
PR1074 @falexwolfπΈ Better UX of graphviz installation PR1075 @sunnyosun
π· Run tutorial on anonymous worker PR1073 @falexwolf
β»οΈ Use
create_path
PR1072 @falexwolfπ¨ Make
from_values
synonyms aware,inspect
bionty aware PR1066 @sunnyosunβ»οΈ Use principled conversion to paths with options inheritance PR1069 @Koncopd
β»οΈ Refactor storage PR1067 @falexwolf
π Fix tree view for anonymous access PR1065 @falexwolf
π± Add the Iris images dev dataset PR1062 @falexwolf
π
Dataset.from_files
replaced with default constructor PR1060 @falexwolfπ± Added
populate_registries
to some datasets PR1061 @sunnyosun⨠Add
get_feature_set
to.features
accessor PR1057 @sunnyosunπΈ Allow
reference
&reference_type
params inln.track()
PR1053 @falexwolf
0.50ΒΆ
0.50.1 2023-08-17ΒΆ
β»οΈ Refactor
run_context
PR1030 @falexwolfπΈ Remove SA as a dependency and use delete dialogue PR1041 @falexwolf
π Move data lineage to use cases PR1026 @falexwolf
πΈ Do not allow creating files with none of
key
,description
andrun
PR1022 @falexwolfβ»οΈ Introduce
ParentsAware
PR1023 @sunnyosunβ»οΈ Re-enable file versioning PR1014 PR1018 @falexwolf
π Fix validate logging PR1017 @sunnyosun
β¨ Add
InspectResult
PR1012 @sunnyosunπ Rename
map_synonyms()
tostandardize()
PR1046 @sunnyosunπ Improved logging & visualizations PR1011 @sunnyosun
0.50.0 2023-08-07ΒΆ
πΈ Introduce Label validation PR1006 @falexwolf
πΈ Turn
File.path()
into property PR1008 @falexwolfπ₯ Remove backward compat for auto-keyed paths PR1007 @falexwolf
β¨ Add
ValidationAware.validate()
PR1000 @sunnyosunπΈ Increase default verbosity to hint-level PR1005 @falexwolf
β»οΈ Better treatment of suffixes PR1004 @falexwolf
π± Add nf-core rna-seq test dataset PR1002 @falexwolf
π Move
add_labels
andget_labels
fromFeatureManager
toData
PR999 @falexwolfπ Rename
FeatureSet.ref_field
toFeatureSet.registry
PR997 @falexwolfπΈ Ignore
synonyms
infrom_values
to incentivize explicit curation process PR993 @falexwolfπ Move
tutorial1
one level down PR989 @falexwolfπΈ Only link validated features PR987 @falexwolf
π Move biology notebooks to
lamin-usecases
PR985 @sunnyosunπ Improve API layout & description PR986 @falexwolf
π Rename
Manager
toQueryManager
PR984 @falexwolfπ Rename
ORM
toRegistry
PR982 @sunnyosun
0.49ΒΆ
0.49.3 2023-08-04ΒΆ
π§ Eliminate index files & upper bound pydantic and other core dependencies by major versions PR981 @falexwolf
0.49.2 2023-08-03ΒΆ
β»οΈ Refactor storage root management PR973 @falexwolf
π¨ Make
add_feature_set
acid PR980 @sunnyosunπ Simplify tutorial PR977 @sunnyosun
π Account for
universal_pathlib
0.1 release PR976 @Koncopd
0.49.1 2023-08-01ΒΆ
π¨ Allow passing
QuerySet
to.features.add_labels()
PR969 @sunnyosunβ‘οΈ Speed up & remove auto-generation of feature name PR963 @falexwolf
0.49.0 2023-07-31ΒΆ
β¨ Add a progress monitoring to file.load() and file.stage() PR959 @Koncopd
π Rename
Registry.select()
toRegistry.filter()
PR958 @falexwolfπ Rename
Feature.label_orms
toFeature.registries
PR957 @falexwolfβ»οΈ Aggregate ref_field, ref_orm, ref_schema into ref_field PR955 @falexwolf
π¨ Move feature foreignkey from label to link between label and file PR954 @falexwolf
π¨ Enable file/dataset-external feature sets PR953 @falexwolf
0.48 2023-07-26ΒΆ
π Add MuData example PR945 @sunnyosun
π¨ Add
Modality
PR940 @falexwolfπ¨ Describe based on provenance and features PR936 @sunnyosun
πΈ Add
File.features
accessor:FeaturesManager
PR933 @falexwolfπ Add spatial data example PR930 @falexwolf
β¨ Added
with_children
toview_parents
PR921 @sunnyosunπ Added comprehensive lineage graph example PR919 @sunnyosun
π Integrate
Project
andTag
intoLabel
PR914 @falexwolfβ»οΈ Replace
lamin_logger
withlamin_utils
PR912 @falexwolfβ»οΈ Replace
Run.name
withRun.reference_type
and more PR910 @falexwolf⨠Enable to create
File
outside default storage PR891 @falexwolf⨠Multi-field search PR898 @sunnyosun
β¨ Better
Feature
management PR897 @falexwolfπ¨ Make
ensembl_gene_id`` unique for
Gene` PR895 @sunnyosunβ‘ Speed up file creation PR894 @falexwolf
π Rename
Readout
toExperimentalFactor
PR893 @sunnyosunπ¨
set_abbr
addsabbr
tosynonyms
PR892 @sunnyosun
0.47 2023-07-10ΒΆ
β¨ View parents PR858 @sunnyosun
β¨ Track parent notebooks PR859 @falexwolf
πΈ Improve data-lineage guide, auto-track run inputs PR869 @falexwolf
πΈ More reliably detect interactive environments
ln.track()
PR878 @KoncopdπΈ Case insensitive search PR877 @falexwolf
πΈ Fix bug and add test for tracking multiple parent transforms PR875 @falexwolf
β¨ Read remote h5ad in backed mode in
File.from_anndata
PR871 @falexwolfβ‘οΈ Speed up search PR868 @falexwolf
β¨ Added
File.inherit_relationships
PR867 @sunnyosun⨠Added
Manager.list()
and allow passing field name PR863 @sunnyosun⨠Added
.describe()
for rich repr of related objects PR862 @sunnyosun⨠Track
hash_type
PR861 @falexwolfπΈ It should be possible to use a schema module prior to importing
lamindb
PR852 @falexwolf⨠Enable
search
,lookup
,inspect
,map_synonyms
fromQuerySet
PR849 @sunnyosun
0.46 2023-07-06ΒΆ
Features:
β¨ Enable hierarchical metadata, e.g., cell types, tissues, etc. PR810 @sunnyosun
β¨ Add
Dataset
&Feature
ORMs, e.g., easily track column names of dataframes PR805 @falexwolf
Breaking changes:
π Rename
File.name
toFile.description
PR824 @falexwolfπ Rename
File.featuresets
toFile.feature_sets
PR805 @falexwolf
UX:
β¨ Globally set species via
lb.settings.species=
PR142 falexwolfπ Easy display of many-to-many fields:
QuerySet.df(include=[field__name])
PR832 @falexwolfπΈ Create new run if notebook is run by different user PR838 @falexwolf
πΈ Speed up bulk saving of records PR828 @sunnyosun
πΈ Hash large files faster PR836 @falexwolf
β¨ Add
from_df
andfrom_anndata
toFile
PR844 @falexwolfπΈ Return locally backed object instead of cloud backed if available PR840 @falexwolf
πΈ Raise more & more user-friendly errors in setup API when instance already setup PR837 @falexwolf
πΈ Better error behavior when no notebook title set in
ln.track()
PR834 @KoncopdπΈ Store hash for remote files on S3 PR808 @falexwolf
0.45 2023-06-27ΒΆ
β»οΈ Replaced
ln.parse
withRegistry.from_values
PR803 @sunnyosunπ¨ Auto-manage
RunInput
Registry PR802 @falexwolf
0.44ΒΆ
0.44.2 2023-06-23ΒΆ
β»οΈ Make
zarr
optional PR800 @falexwolf
0.44.1 2023-06-22ΒΆ
β¨ Add
inspect
andadd_synonym
toRegistry
PR797 @sunnyosunπ§ Rename extra
nbproject
tojupyter
and addfcs
extra to docs PR798 @falexwolfπ Move default storage location from
lndb/
to.lamindb/
PR796 @falexwolfπΈ
ln.Folder
becomesln.Tag
& directories now modeled as prefixes (as on S3) PR794 @falexwolfβ»οΈ Refactor storage code PR792 @falexwolf @Koncopd
0.44.0 2023-06-20ΒΆ
Features:
πΈ Idempotency across metadata records & data artifacts FAQ PR783 @falexwolf
β¨
add_synonym
&map_synonyms
to enable, e.g.,add_synonym("MyGeneName")
PR786 @sunnyosun⨠Backed access for general HDF5 and zarr objects PR781 @Koncopd
Refactors:
πΈ Return records list from
.from_bionty
for multiple matches PR789 @sunnyosunπ Move logging from stderr to stdout PR776 @falexwolf
0.43.0 2023-06-15ΒΆ
Features:
β¨ Enable
Registry.search()
and improvedRegistry.lookup()
PR771 @sunnyosunπ¨ Consolidate
lnschema_bionty
and upgrade to latest Bionty PR775 @sunnyosunπΈ Introduce
ln.settings.storage
to switch default storage PR773 @falexwolfπΈ Return existing file if hash exists (idempotency) PR772 @falexwolf
πΈ
ln.settings
can now change logging verbosity levels PR630 @falexwolf
Refactors:
β»οΈ Refactor core schema methods and storage access PR770 @falexwolf
π Make
User.name
nullable again PR769 @falexwolfβ Add integrity tests for migrations back PR768 @falexwolf
0.42.0 2023-06-14ΒΆ
This is the first release after migrating from SQLModel/SQLAlchemy to Django.
With this, weβre hopeful that we get closer to a production-ready 1.0.0 API.
Highlights:
More robust & simpler automated migrations:
lamin migrate create
&lamin migrate deploy
Simpler query syntax (no joins anymore):
ln.File.select(transform__created_by=user)
No need to create a session object to load relationships: access
file.transform
to load aTransform
objectNo need to write out link models in schemas & generally simplified schema syntax
Any schema package (
lnschema_myschema
) is now managed as minimal Django app
Breaking changes:
Renamed
ln.Features
toln.FeatureSet
and is now typically instantiated withFeatureSet.from_iterable()
Removed
ln.Session
Removed
.join()
(replacedSelectStmt
withQuerySet
).all()
now returns aQuerySet
and no longer a list (use.list()
instead)Access
Bionty
objects withinlnschema_bionty
viaRegistry.bionty()
instead ofRegistry.bionty
Removed
File.stream()
as all functionality is now provided throughFile.backed()
Many-to-many fields are now set with
Run.inputs.set()
and appended withRun.inputs.add()
Non-breaking changes:
Vastly simplified dependencies & introduced configurable installation
Auto-generated storage keys are now of the form
lndb/{id}.{suffix}
rather than just{id}.{suffix}
Renamed
ln.add()
toln.save()
Introduced
Registry.select()
,Registry.save()
, andRegistry.delete()
Better tracking & linking of Bionty sources in
lnschema_bionty
Additional notes:
Consolidated docs and auto-generate upon push events to lamindb main
Consolidated submodules (renamed
lndb
tolamindb-setup
, removedlndb-storage
)
The main downsides of migrating to Django are:
Currently only one LaminDB instance loadable per Python session
Type hints & constructor signatures are less pythonic (SQLModel uses less magic than Django) and lead to idiosyncrasies in model definition (nullable defaults) and validation (validation at the Registry-level is more manual as Django foresees validation at the Form level)
SQLAlchemy provides the more powerful Registry, and there might be future use cases that will require them
Complete list of changes below.
Name |
PR |
Developer |
Date |
Version |
---|---|---|---|---|
β»οΈ Use |
2023-06-13 |
|||
π· Dispatch to lamin-examples & redun-lamin-fasta |
2023-06-13 |
|||
π₯ Remove |
2023-06-13 |
0.42a9 |
||
πΈ Prefix auto-storage-key with |
2023-06-12 |
|||
β¨ Delete storage in |
2023-06-12 |
|||
β Add more tests for File init |
2023-06-12 |
|||
π Remove test paths from pyproject.toml |
2023-06-11 |
|||
β¨ Add |
2023-06-11 |
|||
π Rename |
2023-06-10 |
|||
β οΈ Refactor save - it no longer returns records |
2023-06-10 |
|||
π Re-organize biology guides |
2023-06-10 |
|||
β¨ Populate |
2023-06-09 |
0.42a8 |
||
β‘ Improved multifield query in |
2023-06-09 |
|||
β¬οΈ First stable Django release of |
2023-06-09 |
|||
πΈ Validate required fields |
2023-06-09 |
|||
π Integrate |
2023-06-08 |
0.42a7 |
||
πΈ Add |
2023-06-08 |
|||
π Overhaul README |
2023-06-08 |
|||
β»οΈ Refactored features code |
2023-06-08 |
|||
π Add |
2023-06-08 |
|||
π§ͺ Add tests for |
2023-06-08 |
|||
π Renamed |
2023-06-07 |
|||
π |
2023-06-07 |
|||
π· Coverage in separate job |
2023-06-07 |
|||
π¨ Import ORMs from .models before reload |
2023-06-07 |
|||
π₯ Remove |
2023-06-07 |
|||
ποΈ Re-architect transform id |
2023-06-06 |
0.42a6 |
||
π Rename |
2023-06-05 |
0.42a5 |
||
β¬οΈ Upgrade lnschema-core to 0.35a5 |
2023-06-05 |
|||
π Migrate |
2023-06-05 |
0.42a2 |
||
β»οΈ Polish core schema |
2023-06-05 |
|||
π Fix delete for File |
2023-06-04 |
|||
π Rework the stream notebook |
2023-06-04 |
|||
π Point to lamindb-setup main & fix session |
2023-06-04 |
|||
β Move nbproject to extra dependencies |
2023-06-04 |
|||
π₯ Delete SQLAlchemy related content |
2023-06-04 |
|||
β Pin boto3 in aws |
2023-06-04 |
|||
π₯ Remove SQLAlchemy tests |
2023-06-04 |
|||
β»οΈ Absorb |
2023-06-03 |
|||
π Disentangle keys in storage related test notebooks |
2023-06-03 |
|||
πΈ ln.track improvements |
2023-06-03 |
|||
ποΈ Enable Django backend (part 2) |
2023-06-02 |
|||
π¨ Simplified track sample-level metadata |
2023-06-02 |
|||
π Add more loggings to |
2023-06-02 |
0.42a1 |
||
β»οΈ Refactored feature parsing and |
2023-06-01 |
|||
π Move lndb-storage back into lamindb |
2023-06-01 |
|||
π Rename |
2023-06-01 |
|||
ποΈ Add Django backend (setup) |
2023-05-31 |
|||
β¬οΈ Update lndb to 0.45.0 |
2023-05-31 |
0.41.2 |
||
β¬οΈ Upgrade lnschema-bionty |
2023-05-30 |
0.41.1 |
||
π Fix species config |
2023-05-28 |
0.41.0 |
||
π¨ Clean up CI more |
2023-05-28 |
|||
β Remove scanpy as test dependency |
2023-05-28 |
|||
π· Fix coverage for lndb-storage |
2023-05-28 |
|||
β Do not install storage extras by default |
2023-05-28 |
0.41a4 |
||
π· Bring back nox session |
2023-05-28 |
|||
π Refactor guide notebooks |
2023-05-28 |
|||
β¨ Add |
2023-05-28 |
|||
π· Refactor tests |
2023-05-27 |
|||
β¨ Subsettable backed |
2023-05-27 |
|||
π Remove setup notebook |
2023-05-27 |
|||
ποΈ Remove SQL-level schema modules |
2023-05-26 |
0.41a3 |
||
β¬οΈ Upgrade lnschema-bionty to 0.17.1 |
2023-05-25 |
0.40.7 |
||
β¬οΈ Downgrade lnschema-bionty to 0.16.5 |
2023-05-25 |
0.40.6 |
||
β»οΈ Refactor types |
2023-05-23 |
0.40.5 |
||
β»οΈ Refactor |
2023-05-17 |
|||
πΈ Pre-join some cheap relationships |
2023-05-16 |
|||
π Improve wording |
2023-05-16 |
|||
β¨ Added Treatment table |
2023-05-15 |
0.40.3 |
||
π Fix ln.Features table name for postgres |
2023-05-11 |
0.40.1 |
||
π Update ontology guide |
2023-05-11 |
|||
π¨ Deprecated |
2023-05-11 |
|||
π¨ Replace reference with field for |
2023-05-09 |
0.40.0 |
||
β¬οΈ Update bionty to 0.13 |
2023-05-09 |
0.39.8 |
||
π Polish |
2023-04-28 |
|||
π Polish docs |
2023-04-28 |
|||
β¬οΈ Update to lndb 0.44.7 |
2023-04-28 |
0.39.7 |
||
πΈ Do not require session for |
2023-04-28 |
0.39.6 |
||
β¬οΈ Allow load with storage |
2023-04-27 |
0.39.5 |
||
π₯ Switch to methods bionty.df(), bionty.lookup() Breaking |
2023-04-27 |
0.39.4 |
||
β¬οΈ Upgrade lndb |
2023-04-26 |
0.39.3 |
||
β¨ Enable database entries lookup |
2023-04-24 |
0.39.2 |
||
β¨ Introduce |
2023-04-24 |
|||
β¨ Introduced |
2023-04-24 |
0.39.1 |
||
π¨ Refactor |
2023-04-24 |
0.39.0 |
||
β¨ Inherit fsspec kwargs from root and move in root check |
2023-04-23 |
|||
π Check anndata version in |
2023-04-23 |
|||
π Fix VS Code notebook reinitialization in track |
2023-04-23 |
|||
πΈ Add |
2023-04-22 |
0.39rc1 |
||
π Replace |
2023-04-22 |
|||
π Add an export example for |
2023-04-21 |
|||
π Fix population of |
2023-04-21 |
0.38.3 |
||
πΈ Allow registering local postgres instances on the hub |
2023-04-21 |
0.38.2 |
||
πΈ Improve error message for notebook tracking |
2023-04-19 |
|||
van -> can |
2023-04-19 |
|||
β‘ Improved feature parsing speed |
2023-04-19 |
0.38.1 |
||
β¬οΈ Compatibility with new hub |
2023-04-18 |
0.38.0 |
||
π₯ New calling patterns for lnschema-bionty |
2023-04-18 |
|||
β Use nbproject-test directly |
2023-04-18 |
|||
πΈ Use relative path in key |
2023-04-18 |
0.37.2 |
||
π©Ή Unpack |
2023-04-17 |
0.37.1 |
||
π Better names, more relationships directly on |
2023-04-16 |
0.37.0 |
||
β¨ Add Google Colab integration |
2023-04-16 |
|||
πΈ Improve notebook tracking UX |
2023-04-14 |
|||
π¨ Simplify |
2023-04-12 |
0.36.3 |
||
π Fix initialization of new notebooks |
2023-04-10 |
0.36.1 |
||
πΈ Filename in |
2023-04-08 |
0.36.0 |
||
β¨ Introduce |
2023-04-03 |
0.35.6 |
||
πΈ More robust ontology version tracking |
2023-04-01 |
|||
π Import |
2023-03-28 |
0.35.5 |
||
π Move all core entities to root level |
2023-03-27 |
0.35.4 |
||
πΈ Polish guide |
2023-03-27 |
0.35.3 |
||
π Move |
2023-03-27 |
0.35.2 |
||
β»οΈ Fix |
2023-03-27 |
0.35.1 |
||
π Rename |
2023-03-25 |
0.35.0 |
||
π Introduce |
2023-03-24 |
|||
ποΈ Combine |
2023-03-23 |
|||
π Fix optional dependencies |
2023-03-22 |
0.34.2 |
||
π₯ Remove |
2023-03-22 |
|||
β¬οΈ Updated |
2023-03-21 |
0.34.1 |
||
β¬οΈ Upgrade to |
2023-03-20 |
0.34.0 |
||
β»οΈ Move storage-related code to |
2023-03-20 |
|||
π Fix gene id |
2023-03-17 |
|||
π Check if env variable exists before trying to get his value |
2023-03-15 |
|||
πΈ Do not yet show deprecation warning for |
2023-03-15 |
0.33.4 |
||
π· Restore streaming test from cloud |
2023-03-15 |
0.33.3 |
||
β¬οΈ typeguard<3.0.0 |
2023-03-15 |
|||
β Remove typeguard dependency |
2023-03-15 |
0.33.2 |
||
β¬οΈ Update core |
2023-03-15 |
0.33.1 |
||
π Replace |
2023-03-14 |
0.33.0 |
||
πΈ Smart about |
2023-03-14 |
|||
β¨ |
2023-03-14 |
|||
ποΈ Introduce |
2023-03-13 |
|||
π Improve the docstrings of |
2023-03-10 |
|||
π Hide CI related cells in notebooks |
2023-03-10 |
|||
π Update docs to clarify sign up and log in |
2023-03-10 |
|||
π Prettier species query |
2023-03-09 |
0.32.0 |
||
π Refactor docs sidebar |
2023-03-09 |
|||
β¬οΈ Upgrade |
2023-03-09 |
|||
π₯ Remove |
2023-03-09 |
|||
β Remove bionty as a dependency |
2023-03-09 |
0.32.0rc1 |
||
π Replace |
2023-03-07 |
0.31.1 |
||
π Link FAQ and guide to session and notebook API |
2023-03-07 |
|||
β¬οΈ Upgrade lndb |
2023-03-07 |
0.31.0 |
||
β¬οΈ Upgrade lndb |
2023-03-07 |
|||
π Move ingest-folder back to faq |
2023-03-06 |
|||
πΈ Improve clarity of |
2023-03-06 |
|||
π Fix CI |
2023-03-06 |
|||
π Rename data objects to data or datasets in titles |
2023-03-06 |
|||
π Duplicate README to the guide landing page |
2023-03-06 |
|||
β¨ Allow uploading zarr from local paths |
2023-03-05 |
|||
π Prettify guide landing page |
2023-03-05 |
|||
π Fix upsert for dobject and CI |
2023-03-03 |
0.30.3 |
||
π Simplify docs |
2023-03-03 |
|||
πΈ Do not error, just warn upon installation of lamin |
2023-03-02 |
0.30.2 |
||
π Fix iterdir to not list itself |
2023-03-02 |
|||
π₯ Remove |
2023-03-01 |
0.30.1 |
||
π Fix for listing cloud dir |
2023-03-01 |
0.30.0 |
||
π¨ Add |
2023-03-01 |
|||
π Rename |
2023-03-01 |
|||
π Ensure filepath is absolute |
2023-03-01 |
|||
π¨ Allow passing a list of relpaths to |
2023-02-28 |
|||
β¨ Infer filesystem for anndata read and write |
2023-02-25 |
|||
π Replace |
2023-02-25 |
0.29.1 |
||
π Add nbproject note box to ingest guide |
2023-02-24 |
|||
π± |
2023-02-24 |
|||
β¬οΈ Upgrade lnschema-core to 0.28.6 |
2023-02-23 |
0.29.0 |
||
π₯ Move |
2023-02-23 |
|||
π Fix trailing slash within lamindb |
2023-02-22 |
0.28.5 |
||
π· Fix CI config |
2023-02-22 |
0.28.4 |
||
π Fix version check |
2023-02-22 |
0.28.3 |
||
π· Collect docs artifacts |
2023-02-22 |
0.28.2 |
||
π Fix trailing slash in storage root |
2023-02-22 |
0.28.1 |
||
π Rename |
2023-02-21 |
0.28.0 |
||
π Another occurance of local filepath |
2023-02-21 |
|||
π· Better CI and better arg validation |
2023-02-21 |
|||
π Fix tracking local existing data |
2023-02-21 |
|||
π Fix parents for existing data ingestion |
2023-02-21 |
|||
π¨ Disable multiple select results for .add and .delete by fields |
2023-02-20 |
0.28rc1 |
||
β‘οΈ Replace CloudPath with UPath |
2023-02-19 |
|||
π· Move fixtures from nox to conftest |
2023-02-17 |
|||
π Simplify output for dfolder faq |
2023-02-17 |
|||
π Guide to ingest a folder |
2023-02-17 |
|||
π Fix determination of sqlite vs postgres |
2023-02-17 |
0.27.2 |
||
π¨ Improve |
2023-02-16 |
0.27.1 |
||
πΈ Add relationship between |
2023-02-16 |
|||
β¨ Confirm dialog for deleting data from storage |
2023-02-16 |
|||
β¨ Ingest existing data from configured local storage |
2023-02-16 |
|||
πΈ Proper client server check for |
2023-02-16 |
|||
β¬οΈ Upgrade |
2023-02-16 |
|||
β¬οΈ Upgrade and rename |
2023-02-14 |
0.27.0 |
||
π Fix tracking of added records during |
2023-02-13 |
|||
β¨ Added |
2023-02-13 |
|||
π¨ Added |
2023-02-13 |
|||
π¨ Added zarr tests back and cleaned up faq |
2023-02-13 |
|||
π₯ Drop populating runin and tracking usage upon load |
2023-02-13 |
|||
πΈ Better |
2023-02-09 |
|||
πΈ Make DObject upload ACID |
2023-02-08 |
|||
π Add notebook on Registry lazy loading behavior to FAQ |
2023-02-06 |
|||
π¨ Robust generation of |
2023-02-06 |
0.26.1 |
||
π¨ Added erroring behavior when file doesnβt exist for |
2023-02-06 |
|||
π Removed extra fields in dev.datasets.pbmc68k |
2023-02-06 |
|||
β Removed lnbfx and fix CI |
2023-02-06 |
|||
π Query book |
2023-02-06 |
|||
π©Ή Print dobject name for zarr upload |
2023-02-02 |
|||
π Fix load |
2023-02-02 |
|||
π₯ Disable Registry relationship preview |
2023-02-02 |
|||
β¨ Allow ingesting existing data in the cloud |
2023-02-02 |
|||
π Correct filepath in header |
2023-02-01 |
|||
πΈ Add post-setup settings manager, error on duplicate insert Breaking |
2023-02-01 |
0.26.0 |
||
π Fix fallback for notebook name |
2023-01-30 |
0.25.7 |
||
π₯ Remove |
2023-01-30 |
|||
β¬οΈ Upgrade lndb-setup 0.30.11 |
2023-01-30 |
0.25.6 |
||
β¬οΈ Cleaned up dependencies so that itβs not as redundant to lndb-setup |
2023-01-27 |
|||
β Bring back lnfbx |
2023-01-26 |
0.25.5 |
||
π Prettier section headings in the docs |
2023-01-26 |
|||
π Pin |
2023-01-26 |
0.25.4 |
||
πΈ Auto-populate relationship-associated foreign key fields |
2023-01-26 |
0.25.3 |
||
π Fix strict type checking for relationships |
2023-01-24 |
0.25.2 |
||
π©Ί Increase migrations testing robustness postgres |
2023-01-24 |
|||
π Remove linked-select notebook |
2023-01-24 |
|||
β¬οΈ Upgrade lnschema-core to 0.25.1 |
2023-01-23 |
0.25.1 |
||
β¨ Add explicit remote sqlite instance locking to write operations |
2023-01-23 |
|||
β»οΈ Refactored FAQ |
2023-01-23 |
|||
π Create data validation FAQ |
2023-01-23 |
|||
β Remove s3fs dependency |
2023-01-23 |
|||
β¬οΈ Upgrade lndb-setup to 0.30.8 |
2023-01-23 |
|||
π©Ή Better treat edge cases upon signup, login, failed instance loading |
2023-01-20 |
0.25.0 |
||
πΈ Introduce data validation on the Registry level |
2023-01-20 |
|||
β»οΈ Reorganize quickstart and get-started |
2023-01-20 |
|||
π Refactor init guide and show bionty versions in guide |
2023-01-18 |
0.24.6 |
||
β¬οΈ Upgrade wetlab schema to 0.13.3 |
2023-01-17 |
0.24.5 |
||
π Fix taxon_id type and upgrade bionty |
2023-01-17 |
0.24.4 |
||
β¬οΈ Upgrade to lnschema-bionty 0.6.7 |
2023-01-17 |
|||
β¬οΈ Upgrade to lndb-setup 0.30.6 |
2023-01-16 |
0.24.3 |
||
β¬οΈ Upgrade to lndb_setup==0.30.5 |
2023-01-16 |
0.24.2 |
||
β¬οΈ Upgrade lndb-setup to 0.30.4 |
2023-01-16 |
0.24.1 |
||
β¬οΈ Upgrade to lndb-setup 0.30.2 |
2023-01-16 |
0.24.0 |
||
πΈ Better hash exception |
2023-01-12 |
|||
πΈ Safer session behavior 2/2 Breaking |
2023-01-12 |
0.23.0 |
||
π· Extend CI to py3.8-3.10 |
2023-01-12 |
0.22.5 |
||
πΈ Safer session behavior 1/2 |
2023-01-11 |
|||
β¬οΈ Upgrade lndb-setup |
2023-01-10 |
|||
π Re-arrange notebooks |
2023-01-09 |
|||
πΈ Make |
2023-01-09 |
0.22.4 |
||
π Improving wording of definitions |
2023-01-08 |
|||
π Fixes for lndocs upgrade |
2023-01-08 |
|||
β»οΈ Refactor guide |
2023-01-08 |
|||
β¬οΈ Upgrade |
2023-01-05 |
0.22.3 |
||
β¬οΈ Upgrade to |
2023-01-05 |
|||
Fix typos |
2023-01-02 |
|||
π Fix bugs in |
2022-12-22 |
0.22.2 |
||
β Error behavior for ingest |
2022-12-20 |
|||
π¨ Simplify |
2022-12-16 |
|||
β¬οΈ Upgrade lndb-setup |
2022-12-16 |
0.22.1 |
||
πΈ Better CLI & logging |
2022-12-15 |
0.22.0 |
||
β¬οΈ Updated setup |
2022-12-15 |
0.21.5 |
||
πΈ Make |
2022-12-14 |
|||
β¬οΈ Upgrade wetlab |
2022-12-13 |
0.21.4 |
||
β¬οΈ Upgrade lndb-setup |
2022-12-13 |
0.21.3 |
||
β¬οΈ Upgrade lndb-setup |
2022-12-13 |
0.21.2 |
||
β¬οΈ Upgrade lndb-setup |
2022-12-12 |
0.21.1 |
||
π Fix docs |
2022-12-09 |
|||
π¨ Integrate |
2022-12-09 |
0.21.0 |
||
β¬οΈ Upgrade setup, core & wetlab schema |
2022-12-08 |
0.20.0 |
||
π₯ Drop all logic related to dynamic settings |
2022-12-08 |
|||
β¬οΈ Upgrade wetlab |
2022-12-06 |
0.19.4 |
||
β¬οΈ Upgrade wetlab |
2022-12-06 |
0.19.3 |
||
β¬οΈ Upgrade wetlab |
2022-12-06 |
0.19.2 |
||
π Fix view |
2022-12-05 |
0.19.1 |
||
π¨ Enable inheriting wetlab schemas |
2022-12-05 |
0.19.0 |
||
β Better tests for features hashing |
2022-12-04 |
|||
β¬οΈ Upgrade lndb-setup |
2022-12-04 |
0.18.9 |
||
β¨ Check duplication before inserting records |
2022-11-30 |
0.18.8 |
||
πΈ Do not autoflush upon select |
2022-11-30 |
0.18.7 |
||
π Fix bug in schema module name lookup |
2022-11-29 |
|||
β¬οΈ Updated wetlab |
2022-11-29 |
0.18.6 |
||
β¬οΈ Upgrade |
2022-11-28 |
0.18.5 |
||
β¨ Improve lazy selectors |
2022-11-28 |
|||
β¬οΈ Update wetlab schema |
2022-11-28 |
0.18.4 |
||
β¬οΈ Upgrade wetlab schema |
2022-11-28 |
0.18.3 |
||
β¬οΈ Upgrade |
2022-11-28 |
0.18.2 |
||
β¬οΈ Upgrade lndb-setup to 0.18.1 |
2022-11-25 |
|||
π₯ Removed bioreadout |
2022-11-24 |
0.18.1 |
||
β¨ Add lazy selectors to |
2022-11-23 |
|||
ποΈ Persist the session |
2022-11-23 |
|||
β¬οΈ Upgrade lndb-setup |
2022-11-23 |
|||
β¨ Add subset function for dobjects |
2022-11-23 |
0.18.0 |
||
π¨ Drop |
2022-11-22 |
|||
π¨ Simplify schema module handling |
2022-11-22 |
|||
π Bring back guide to linking sample-level metadata |
2022-11-21 |
0.17.0 |
||
π Add flow example back to main guide |
2022-11-21 |
|||
π Update schema |
2022-11-21 |
|||
π©Ή Restore default |
2022-11-20 |
|||
π¨ Prettify API |
2022-11-18 |
|||
π Also return existing features |
2022-11-18 |
|||
π Fix select gene doc |
2022-11-18 |
|||
ποΈ Refactor ingest |
2022-11-17 |
|||
β¨ Knowledge guide |
2022-11-16 |
|||
π¨ Separate |
2022-11-16 |
0.16.0 |
||
π Fix data source |
2022-11-15 |
|||
π Move storage key to core schema |
2022-11-14 |
0.15.0 |
||
π Fixed |
2022-11-14 |
|||
β¨ Initialize |
2022-11-12 |
0.14.0 |
||
ποΈ Aggregate |
2022-11-12 |
|||
β¬οΈ Updated bionty |
2022-11-11 |
|||
π Make notebook for |
2022-11-11 |
0.13.0 |
||
β¨ Join dataframes |
2022-11-10 |
|||
β¨ Fields in join |
2022-11-10 |
|||
β Add tests for zarr ingest and load |
2022-11-10 |
|||
π Rename |
2022-11-10 |
|||
π Fix |
2022-11-09 |
0.12.1 |
||
π Rename view arg |
2022-11-09 |
0.12.0 |
||
π Refactor select notebooks |
2022-11-08 |
|||
π Simplify arg in link |
2022-11-08 |
|||
β»οΈ Refactor select |
2022-11-08 |
|||
β¬οΈ Update to |
2022-11-06 |
|||
π Rename entries to records in link |
2022-11-04 |
|||
π Improve guide |
2022-11-04 |
|||
π¨ Migrate to the new schema modules |
2022-11-04 |
0.11.0 |
||
π₯ Removed |
2022-11-03 |
|||
π¨ Removed |
2022-11-03 |
|||
π Move |
2022-11-03 |
|||
π Remove A prefix from notebooks |
2022-11-03 |
|||
β¨ Storage related features |
2022-11-03 |
|||
π¨ Simplify generating records |
2022-11-02 |
|||
π Fixed bug in linking features |
2022-11-01 |
|||
π± Added |
2022-11-01 |
|||
π Rename |
2022-11-01 |
|||
π¨ Added LinkFeatureToKnowledgeTable |
2022-10-31 |
|||
β¬οΈ Update lndb setup |
2022-10-27 |
0.10.0 |
||
β¬οΈ Pinned bionty version |
2022-10-26 |
|||
β¬οΈ Updated to lnschema_bionty 0.4.4 |
2022-10-24 |
|||
π₯ Remove lndb-hub import |
2022-10-24 |
|||
β¨ Enable to get metadata from |
2022-10-24 |
|||
π Rename row to record when not yet added to the DB |
2022-10-23 |
|||
β¬οΈ Update lndb hub version |
2022-10-23 |
|||
π¨ Replace |
2022-10-22 |
|||
β¬οΈ Upgrade |
2022-10-22 |
|||
π Update postgres faq notebook |
2022-10-22 |
|||
π Moved the rds notebooks to |
2022-10-21 |
|||
β¨ Added |
2022-10-21 |
|||
π₯ Remove hub import |
2022-10-21 |
|||
π¨ Overhaul |
2022-10-21 |
|||
π©Ή Skip nc_evolutions table created by nocodb |
2022-10-21 |
|||
β¨ Added |
2022-10-20 |
|||
β¬οΈ Upgrade wetlab schema |
2022-10-20 |
0.9.6 |
||
β¬οΈ Added |
2022-10-19 |
0.9.5 |
||
π©Ή Fixed rds nbs |
2022-10-18 |
|||
π Add prisma examples and implementation ideas |
2022-10-18 |
|||
β»οΈ Refactor linked select |
2022-10-18 |
0.9.4 |
||
βοΈ Fix typo in link table entry fetching |
2022-10-17 |
|||
π Fixed link via link tables |
2022-10-15 |
0.9.3 |
||
β¨ Add an option to use |
2022-10-15 |
|||
β¨ Load returns filepath if no in-memory format is found |
2022-10-13 |
0.9.2 |
||
π¨ Clean up dtransform_in |
2022-10-13 |
0.9.1 |
||
π¨ Continue overhaul |
2022-10-13 |
0.9.0 |
||
π¨ Refactor linking dobjects & base64 encode checksum |
2022-10-13 |
|||
π View only prints existing tables |
2022-10-12 |
|||
β¨ Added |
2022-10-12 |
0.8.3 |
||
β¬οΈ Added bioreadout lookup to guide |
2022-10-12 |
|||
π Rename query to select |
2022-10-12 |
|||
π©Ή Fix out of sync db warning |
2022-10-12 |
|||
β¨ Add streaming zarr write and streaming h5ad and zarr read |
2022-10-12 |
|||
π Cosmetics |
2022-10-12 |
|||
β»οΈ Refactor ingest & insert |
2022-10-11 |
|||
β¨ Compute checksum during ingest |
2022-10-11 |
|||
π Moved bfx ingestion to faq |
2022-10-11 |
|||
β¬οΈ Upgrade to |
2022-10-10 |
0.8.2 |
||
π Improved ingest guides, fixed linked entry bugs |
2022-10-10 |
|||
π Fixed dobject_biometa entry insertion |
2022-10-10 |
0.8.1 |
||
π Update test users in docs |
2022-10-10 |
|||
β¬οΈ Upgrade |
2022-10-10 |
0.8.0 |
||
π¨ |
2022-10-10 |
|||
β¬οΈ Upgrade |
2022-10-10 |
|||
β¬οΈ Upgrade |
2022-10-10 |
|||
π Improved docs of |
2022-10-10 |
0.7.2 |
||
π₯ Refactor |
2022-10-08 |
0.7.1 |
||
π Overhauled get-started |
2022-10-07 |
|||
πΈ Check for existence before deletion |
2022-10-07 |
|||
π¨ Make ingest a static class |
2022-10-07 |
0.7.0 |
||
β¬οΈ Upgrade to core schema 0.10.0 |
2022-10-07 |
|||
β¨ New ingest API |
2022-10-05 |
0.6.0 |
||
π Overhaul documentation |
2022-10-05 |
|||
π§ Update lndb setup to 0.9.4 |
2022-10-04 |
|||
π§ Enable setup outside cli |
2022-10-04 |
|||
β¬οΈ Upgrade lndb_setup and bionty |
2022-10-03 |
0.5.0 0.5.0 |
||
πΈ Check for migrations upon import |
2022-10-03 |
|||
π Raise warnings for unpopulated columns from insert.from_df |
2022-10-03 |
|||
β¬οΈ Upgrade |
2022-10-03 |
|||
β»οΈ Inherit |
2022-10-01 |
0.4.1 |
||
β¬οΈ Upgrade to lnschema_core 0.9.0 |
2022-09-30 |
|||
π¨ Add type annotation to ingest |
2022-09-30 |
|||
β»οΈ Generalize pipeline ingestion |
2022-09-30 |
|||
β¨ Added |
2022-09-29 |
|||
π¨ Get db metadata as a dictionary |
2022-09-29 |
|||
π¨ Added |
2022-09-29 |
|||
β¬οΈ Upgrade pkg versions |
2022-09-29 |
|||
πΈ Test notebook integrity before anything else |
2022-09-26 |
|||
π Add a quickstart & update ingest |
2022-09-26 |
|||
π Update bfx ingestion demo |
2022-09-26 |
|||
π Rename insert.features to insert.featureset_from_features |
2022-09-26 |
|||
π Polish documentation |
2022-09-26 |
|||
β¨ Populate |
2022-09-26 |
|||
πΈ Sort select results in DataFrame by source |
2022-09-25 |
|||
β¬οΈ Upgrade to core schema 0.7.3 |
2022-09-25 |
|||
π©Ή Removed logging for inserting link tables |
2022-09-24 |
|||
β¨ Ingest bfx outputs with sample metadata |
2022-09-24 |
|||
π· Improve notebook test function |
2022-09-23 |
|||
𧱠Improved code infra |
2022-09-23 |
0.4.0 |
||
β¨ Account for multiple |
2022-09-23 |
|||
β»οΈ Refactored feature model ingestion |
2022-09-23 |
|||
β»οΈ Refactored insert |
2022-09-22 |
|||
β¬οΈ Upgrade |
2022-09-22 |
|||
β¬οΈ Upgrade to core schema 0.7.2 |
2022-09-21 |
|||
π |
2022-09-21 |
0.3.11 |
||
π Fixed column mapping |
2022-09-19 |
0.3.10 |
||
β¨ Allow batch insertion |
2022-09-19 |
|||
β»οΈ Refactored linked queries |
2022-09-15 |
|||
β¬οΈ Update lnbfx to 0.3.5 |
2022-09-14 |
0.3.9 |
||
π Refactor pipeline logging |
2022-09-14 |
0.3.8 |
||
β¨ Insert unmapped features |
2022-09-14 |
|||
β»οΈ Refactored linked queries |
2022-09-13 |
|||
β¬οΈ Updated wetlab schema |
2022-09-13 |
|||
β»οΈ Refactor pipeline logging |
2022-09-13 |
0.3.7 |
||
β¬οΈ Updated lnbfx version |
2022-09-12 |
0.3.6 |
||
π± Updated cell ranger test dir |
2022-09-12 |
|||
π Fix synchronization error in load |
2022-09-12 |
|||
β¬οΈ Updated setup version |
2022-09-08 |
0.3.5 |
||
β»οΈ Split ingestion logic into IngestObject and IngestPipeline |
2022-09-06 |
|||
π Add flow data ingestion example |
2022-09-06 |
|||
π Added sidebar to guide |
2022-09-06 |
|||
β»οΈ Split pipeline ingestion from non-pipeline ingestion |
2022-09-06 |
|||
β¬οΈ Updated schema module versions |
2022-09-06 |
|||
β»οΈ Refactored |
2022-09-05 |
|||
π Rename |
2022-09-05 |
|||
π Rename |
2022-09-05 |
|||
β»οΈ Refactored guide |
2022-09-03 |
|||
π Prettify documentation |
2022-09-02 |
|||
Update lndb_hub version |
2022-09-01 |
|||
β¨ Allow selecting dobjects by biological entities |
2022-09-01 |
0.3.4 |
||
β¬οΈ Update to sqm 0.0.8 to silence the warnings |
2022-08-30 |
|||
π€‘ R&D team simulation |
2022-08-30 |
|||
πΈ Fix pipeline ingestion logging |
2022-08-30 |
|||
π Move problems page to lamin-profile |
2022-08-30 |
|||
π©Ή Uncomment out sharing tests |
2022-08-30 |
|||
π₯ Removed examples dir |
2022-08-30 |
|||
πΈ Improve delete function |
2022-08-30 |
|||
π¨ Remove |
2022-08-29 |
|||
π Rename |
2022-08-29 |
|||
π¨ Move header call to |
2022-08-29 |
|||
π· Get rid of sqm warnings |
2022-08-29 |
|||
π¨ Simplify loading data |
2022-08-29 |
|||
π· Allow stripping notebooks, upgrade |
2022-08-29 |
0.3.3 |
||
β¨ Use |
2022-08-28 |
|||
β¬οΈ Updated to bionty 0.2.2 |
2022-08-28 |
|||
β¬οΈ Updated to sqm 0.0.7 |
2022-08-28 |
|||
β¬οΈ Updated dependencies |
2022-08-28 |
|||
β¬οΈ Upgrade to |
2022-08-26 |
|||
β»οΈ Update pipeline ingestion to |
2022-08-26 |
|||
π± Add scrnaseq cellranger dataset |
2022-08-26 |
|||
π Fix population of |
2022-08-26 |
|||
β¨ Populate |
2022-08-26 |
|||
β¬οΈ Updated dependencies |
2022-08-26 |
0.3.2 |
||
β»οΈ Refactor |
2022-08-26 |
|||
π§ Temporary solution to extend modules |
2022-08-25 |
0.3.1 |
||
ποΈ Make tables within schema modules configurable |
2022-08-25 |
0.3.0 |
||
βοΈ Fixed typo in check versions |
2022-08-24 |
|||
ποΈ Use id to reference storage |
2022-08-23 |
|||
π Renamed |
2022-08-23 |
|||
β¬οΈ Upgrade to lnbfx 0.2.0 |
2022-08-23 |
|||
π Renamed |
2022-08-23 |
|||
β»οΈ Cleaned up and added a mouse dataset |
2022-08-23 |
|||
β¬οΈ Upgrade lndb-hub to v0.5.0 |
2022-08-23 |
|||
π Added logging to update and delete |
2022-08-22 |
|||
β¨ Autogenerate |
2022-08-22 |
|||
β¬οΈ Upgrade core schema to v0.4.0 |
2022-08-22 |
|||
β¨ Track storage root location |
2022-08-22 |
|||
π Rename schema modules and bioinformatics module |
2022-08-19 |
|||
β¨ Integrate bioinformatics pipline runs |
2022-08-18 |
|||
π Updated docs |
2022-08-18 |
|||
π½ Adapt to |
2022-08-18 |
|||
β‘ Ingest genes properly |
2022-08-16 |
|||
β¨ New readout table, registered species |
2022-08-12 |
|||
π Migrate |
2022-08-04 |
|||
β¬οΈ Upgrade to lndb_setup 0.5.0 |
2022-08-03 |
|||
β¬οΈ Upgrade to |
2022-08-03 |
|||
π Renamed |
2022-08-03 |
|||
π· Cleaner CI environment switching |
2022-08-02 |
0.2.1 |
||
β¬οΈ Upgrade to |
2022-08-02 |
0.2.0 |
||
π Polish the |
2022-08-02 |
|||
π Polish the 4 key tutorial pages |
2022-08-02 |
|||
π Polish |
2022-08-01 |
|||
β¨ Allow ingesting fcs files and selecting genes |
2022-08-01 |
|||
π Prettify user mentions in guide & faq |
2022-08-01 |
|||
β¬οΈ Upgrade to |
2022-08-01 |
|||
π¨ Overhauled guide, renamed |
2022-08-01 |
|||
π©Ή Some fixes of ingesting in-memory dobjects and an analysis draft |
2022-07-31 |
|||
β¨ Select and update metadata |
2022-07-31 |
|||
π Add a problem statement |
2022-07-31 |
|||
β¬οΈ Upgrade to |
2022-07-31 |
|||
π§ Annotate features during ingestion |
2022-07-31 |
|||
π Re-write landing page |
2022-07-30 |
|||
π Improve |
2022-07-30 |
|||
β¬οΈ Upgrade to |
2022-07-29 |
|||
π Move out |
2022-07-29 |
|||
β»οΈ Refactor sharing on the hub |
2022-07-29 |
|||
β¨ Enable sharing dobjects & instances in the hub |
2022-07-29 |
|||
π₯ Moved readout vocab to bioreader |
2022-07-28 |
|||
β¬οΈ Upgrade |
2022-07-26 |
|||
β¬οΈ Upgrade to lndb-cli 0.2.0 |
2022-07-25 |
|||
π Account for table construction in lndb-cli |
2022-07-25 |
|||
π Move CLI code to |
2022-07-24 |
|||
π± Adapted to |
2022-07-24 |
|||
πΈ Let the CLI have actual subcommands |
2022-07-24 |
|||
π· Add time out to GitHub Actions |
2022-07-23 |
|||
π₯ Switched logger to use lamin-utils |
2022-07-23 |
|||
β¨ Annotate biometa when annotating genes |
2022-07-23 |
|||
πΌ Upgrade to schema 0.2.1 |
2022-07-23 |
|||
π¨ Use modular schema structure |
2022-07-22 |
|||
π Move db API from admin to dev |
2022-07-22 |
|||
β¨ Enable annotating features of dobjects |
2022-07-22 |
|||
πΈ Offer manual way of completing a migration |
2022-07-22 |
|||
ποΈ Separate settings into user vs. instance and one file per instance |
2022-07-22 |
|||
π Fix loading of multi-index and non-id tables |
2022-07-21 |
0.1.2 |
||
π Rename table |
2022-07-21 |
|||
π Move version check into correct init |
2022-07-20 |
|||
β¬οΈ Fix the publishing call by upgrading to nbproject 0.4.3 |
2022-07-19 |
0.1.1 |
||
β¨ Add |
2022-07-19 |
0.1.0 |
||
π Rename |
2022-07-17 |
|||
π Migrate schema out to |
2022-07-17 |
|||
β¨ Version dobjects and interfaces |
2022-07-16 |
|||
π Pretty logging |
2022-07-15 |
|||
β¨ Add |
2022-07-14 |
|||
π Add an example of ingesting images |
2022-07-12 |
|||
β¬οΈ Upgrade to nbproject 0.2.1 |
2022-07-12 |
|||
π Fix bug |
2022-07-12 |
|||
π Added example notebook for ingesting fcs files |
2022-07-11 |
|||
β¬οΈ Migrate to nbproject 0.2.0 |
2022-07-11 |
|||
πΈ Auto-check integrity upon data ingestion only on Jupyter Lab |
2022-07-09 |
0.0.9 |
||
π Rename |
2022-07-09 |
|||
πΈ Raise error upon multiple sign ups with same unconfirmed email |
2022-07-09 |
|||
β¨ Allow sharing instances with other users |
2022-07-08 |
|||
ποΈ Improve configuration logic, flow, logging & testing |
2022-07-08 |
|||
β¨ Populate user metadata at sign up |
2022-07-07 |
|||
β¨ Unique user identity across instances |
2022-07-06 |
|||
π§ Enable storing sqlite on S3 |
2022-07-04 |
0.0.8 |
||
π Rename table |
2022-07-04 |
|||
π Rename CLI from |
2022-07-04 |
|||
β¨ Add |
2022-07-03 |
0.0.7 |
||
β»οΈ Refactor file storage |
2022-07-03 |
0.0.6 |
||
β»οΈ Refactor settings |
2022-07-02 |
0.0.5 |
||
π· Switch to nbproject tests & clean up logging |
2022-07-01 |
|||
β¨ Use nbproject publish functionality |
2022-07-01 |
|||
π Rename tutorial to guide |
2022-06-29 |
|||
π· Measure coverage |
2022-06-26 |
|||
ποΈ Settings: From pydantic BaseModel to custom class |
2022-06-25 |
|||
ποΈ Complete refactor of setup, settings & storage management |
2022-06-25 |
|||
β¬οΈ Upgrade to nbproject 0.1a3 |
2022-06-23 |
|||
π One-page layout for data models |
2022-06-14 |
|||
β»οΈ More explicit |
2022-06-14 |
|||
β»οΈ Migrate from sql to sqm everywhere |
2022-06-14 |
|||
β¨ Implement data access log |
2022-06-12 |
0.0.4 |
||
ποΈ Re-organize API |
2022-06-12 |
|||
ποΈ Set up db with sqlmodel, test int ids |
2022-06-11 |
|||
ποΈ Re-designed entire API |
2022-06-10 |
|||
π₯ Remove notion integration up to CLI |
2022-06-10 |
|||
π Rename from lamindb to LaminDB & rewrite the landing page |
2022-06-10 |
0.0.3 |
||
ποΈ Introduce field |
2022-06-09 |
|||
π Rename global |
2022-06-09 |
|||
β¨ Track python package dependencies in |
2022-06-09 |
|||
β¨ Track title of ingesting notebook in |
2022-06-09 |
|||
π Fix user & notebook ingestion, add another test dataset |
2022-06-08 |
|||
β Fix pandas load, add tests |
||||
β¨ Add introspection: |
||||
β¨ Add entity |
||||
πΈ Auto-create local storage dir & cache dir |
||||
β Add a test for db creation & file ingestion |
||||
ποΈ Name the database file like the storage root directory |
||||
β»οΈ Refactor |
||||
π§ Refactor |
||||
π₯ Remove versioneer |
||||
π· Track changes as in |
2022-06-07 |
|||
ποΈ Basic file ingestion from a notebook |
2022-06-06 |
|||
π₯ Remove |
2022-06-04 |
|||
π Change format of license file |
2022-05-23 |
|||
π Fix faq link |
2022-05-26 |
|||
β»οΈ Update to cookiecutter 0.2.0 |
2022-05-23 |
|||
π More narrow sidebar |
2022-05-11 |
|||
π Switch |
2022-05-11 |
|||
π Polish the documentation |
2022-05-11 |
|||
π Migrated from |