Skip to content

Releases: laminlabs/lamindb

Release 0.77.4

29 Jan 05:34
Compare
Choose a tag to compare

Release 1.0.5

24 Jan 13:29
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-5

What's Changed

  • 👷 Adjust coverage calculation if a job isn't run and prettify build.yml by @falexwolf in #2361
  • ✨ Support Python 3.13 by @Zethson in #2366
  • 🐛 Fix init (when the instance exists) and connect with migration for cloud sqlite instances by @Koncopd in #2373
  • ✅ Update and test replace for folder artifacts by @Koncopd in #2374
  • 🚸 No longer throw a NotebookNotSaved error in ln.finish() but wait for the user or gracefully exit by @falexwolf in #2375
  • 🚸 Enable users to re-run ln.finish() and better resolve multiple users attempting to edit the same notebook draft by @falexwolf in #2376
  • 🐛 Further fixes and tests for Artifact.replace by @Koncopd in #2377
  • 🚸 In ln.finish() enhance experience of waiting for editor flush (attempt 2) by @falexwolf in #2380
  • ✅ Test folder replacement correctly by @Koncopd in #2381

Full Changelog: 1.0.4...1.0.5

Release 1.0.4

21 Jan 17:19
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-4

What's Changed

  • 🚚 Revert Collection.description back to unlimited length TextField by @falexwolf in #2369

Full Changelog: 1.0.3...1.0.4

Release 1.0.3

21 Jan 12:07
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-3

What's Changed

  • 💚 Fix docs build by dropping SpatialData type annotations on central Curator class by @falexwolf in #2364
  • 🚸 In ln.track(), do not update transform description if it is None and improve logging in RStudio sessions by @falexwolf in #2365

Full Changelog: 1.0.2...1.0.3

Release 1.0.2

20 Jan 06:00
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-2

What's Changed

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

18 Jan 15:11
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-0

What's Changed

  • 🐛 Block non-admin users from integrating lnschema-core by @falexwolf in #2362

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

17 Jan 14:30
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2025#db-1-0-0

What's Changed

Full Changelog: 0.77.3...1.0.0

Release 1.0rc1

17 Jan 13:52
Compare
Choose a tag to compare
Release 1.0rc1 Pre-release
Pre-release

See https://docs.lamin.ai/changelog/2025#db-1-0-0

What's Changed

Full Changelog: 0.77.3...1.0rc1

Release 0.77.3

16 Dec 18:08
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2024#db-0-77-3

What's Changed

Full Changelog: 0.77.2...0.77.3

Release 0.77.2

02 Dec 00:27
Compare
Choose a tag to compare

See https://docs.lamin.ai/changelog/2024#db-0-77-2

What's Changed

  • ⬆️ Update core by @sunnyosun in #2197
  • 🩹 Make search rules the same across all systems by @Koncopd in #2199
  • 🎨 Make search in bionty consistent with the lamindb implementation by @Koncopd in #2205
  • ♻️ Simplify coupling of bionty and lamindb-setup by @falexwolf in #2207
  • 💚 Fix tiledbsoma installation in CI by @Koncopd in #2208
  • 📝 Move tutorial and tutorial2 to lamin-docs by @falexwolf in #2184
  • 📝 Prettify gene symbols guide & logging by @falexwolf in #2210
  • 🐛 Check protocol first in check_path_is_child_of_root by @Koncopd in #2215
  • 🩹 Add a lower bound on nbconvert to avoid problems with lxml by @Koncopd in #2216
  • ✨ Support dtype = 'datetime' and improve annotating with, retrieving & removing feature values by @falexwolf in #2218
  • 👷 Simplify issue templates by @falexwolf in #2220
  • ♻️ Add .standardize() to Curator and refactor by @sunnyosun in #2186
  • ⬆️ Update custom schema submodules by @sunnyosun in #2223
  • 🎨 Separate labels fetching from printing by @sunnyosun in #2225
  • 🎨 Fix EHRCurator warning & validation by @Zethson in #2230
  • ✨ Enable features with dtype = 'str' by @falexwolf in #2226
  • 🏷️ Remove duplicated typing in Curator by @sunnyosun in #2232
  • 🎨 Let .from_values() return RecordList and better treat categorical by @falexwolf in #2233
  • 🎨 Centralize a small test dataset for curation & queries by @falexwolf in #2234
  • 🏷️ Fix type of var_index in MuDataCurator by @Koncopd in #2239
  • ✨ Enable to easily join features onto artifacts via Artifact.df() by @falexwolf in #2238
  • 💄 Create a more intuitive artifact.describe() by @sunnyosun in #2236
  • 🚸 Improve UX of db$track() and db$finish() by @falexwolf in #2213
  • 🐛 Fix collection describe by @sunnyosun in #2240

Full Changelog: 0.77.0...0.77.2