Skip to content

Release 0.76.16

Compare
Choose a tag to compare
@falexwolf falexwolf released this 14 Nov 23:43
· 14 commits to main since this release

See https://docs.lamin.ai/changelog/2024#db-0-76-16

What's Changed

  • 🎨 Refactor flatten_unique by @Zethson in #2121
  • ✨ Add extra groups for all schemas by @Zethson in #2123
  • πŸ“ Recursive query of parents and children example by @Koncopd in #2126
  • πŸ› Fix registering Gene columns in DataFrameCurator by @sunnyosun in #2131
  • ✨ Truncate standardization output by @Zethson in #2103
  • πŸ› Fix hard-coded "name" field during search by @sunnyosun in #2130
  • πŸ› Fix transfering artifacts from a source instance with fewer schema modules by @sunnyosun in #2132
  • ✨ Support Hugging Face paths by @Koncopd in #2128
  • πŸ“ Explain what can be registered as Artifact and show Hugging Face integration by @Koncopd in #2136
  • πŸ“ Add gene symbol usage and mapping FAQ by @Zethson in #2134
  • ✨ Compute hash for files in Google Cloud Storage and Hugging Face by @Koncopd in #2139
  • 🎨 Improve saving validated output by @Zethson in #2140
  • ✨ Warn if curating against gene symbols by @Zethson in #2142
  • ✨ Raise TypeError if a string is passed to var_index of AnnDataCurator by @Zethson in #2105
  • 🚸 Validate minimum uid length by @falexwolf in #2144
  • βœ… Test registering GCP paths by @Koncopd in #2145
  • 🚚 Deprecate BioRecord.import_from_source in favor of BioRecord.import_source by @Zethson in #2146
  • 🎨 Make EHRCurator immutable by @Zethson in #2149
  • 🚸 Enable autocompletion for inherited methods in Jupyter by @Koncopd in #2148
  • πŸ“ Add hide-output for some cells & links to storage engines by @Zethson in #2151
  • ⬆️ Upgrade anndata to 0.11.0 by @Koncopd in #2152
  • ⬆️ Upgrade fsspec to 2024.10.0 by @Koncopd in #2153
  • ✨ Improve runtime formatting by @Zethson in #2157
  • 🚸 Enable to query with records from a different database instance by @falexwolf in #2164
  • ⬆️ Upgrade anndata to 0.11.1 by @Zethson in #2166
  • ♻️ Only apply exact length uid constraint for internal entities by @falexwolf in #2167
  • ⚑️ Improve speed and relevance of search by @Koncopd in #2163
  • 🎨 Improve runtime formatting code by @Zethson in #2162
  • ⚑️ Improve Record.search runtime by @Koncopd in #2168
  • ✨ Support saving R code including .qmd and .Rmd by @falexwolf in #2169
  • 🚸 Refactor ln.track() to improve logging and method signature by @falexwolf in #2176

Full Changelog: 0.76.15...0.76.16