-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into movetutorials
- Loading branch information
Showing
11 changed files
with
244 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
- 🎨 Squash migrations [PR](https://github.com/laminlabs/bionty/pull/162) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Use field defaults [PR](https://github.com/laminlabs/bionty/pull/158) [@sunnyosun](https://github.com/sunnyosun) | ||
- ✅ Clean up test properly [PR](https://github.com/laminlabs/bionty/pull/161) [@Zethson](https://github.com/Zethson) | ||
- Fix jobs run on fork CI [PR](https://github.com/laminlabs/bionty/pull/159) [@Zethson](https://github.com/Zethson) | ||
- ✨ Add fork protected CI [PR](https://github.com/laminlabs/bionty/pull/157) [@Zethson](https://github.com/Zethson) | ||
- 📝 Add symbol mapping FAQ reference to Gene [PR](https://github.com/laminlabs/bionty/pull/149) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Rename import_from_source [PR](https://github.com/laminlabs/bionty/pull/150) [@Zethson](https://github.com/Zethson) | ||
- 📝 Fix keep docstring standardize gene [PR](https://github.com/laminlabs/bionty/pull/148) [@Zethson](https://github.com/Zethson) | ||
- ✨ Add field support for bionty base [PR](https://github.com/laminlabs/bionty/pull/146) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Raise `OrganismNotSet` instead of `AssertionError` when `organism` is not set [PR](https://github.com/laminlabs/bionty/pull/144) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Proper deprecation warning [PR](https://github.com/laminlabs/bionty/pull/138) [@Zethson](https://github.com/Zethson) | ||
- 🐛 Hide from_public from TOC [PR](https://github.com/laminlabs/bionty/pull/135) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Simplify coupling to `lamindb_setup` [PR](https://github.com/laminlabs/bionty/pull/171) [@falexwolf](https://github.com/falexwolf) | ||
- 🎨 Make search consistent with the lamindb implementation [PR](https://github.com/laminlabs/bionty/pull/170) [@Koncopd](https://github.com/Koncopd) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
- ✨ Enable Django field validation and Literal validation [PR](https://github.com/laminlabs/lamindb/pull/2177) [@sunnyosun](https://github.com/sunnyosun) | ||
- ⚡️ Additional search rule for truncated searches [PR](https://github.com/laminlabs/lamindb/pull/2183) [@Koncopd](https://github.com/Koncopd) | ||
- 📝 Move `tutorial` and `tutorial2` to `lamin-docs` [PR](https://github.com/laminlabs/lamindb/pull/2184) [@falexwolf](https://github.com/falexwolf) | ||
- 💚 Fix tiledbsoma installation in CI [PR](https://github.com/laminlabs/lamindb/pull/2208) [@Koncopd](https://github.com/Koncopd) | ||
- ♻️ Simplify coupling of `bionty` and `lamindb-setup` [PR](https://github.com/laminlabs/lamindb/pull/2207) [@falexwolf](https://github.com/falexwolf) | ||
- ♻️ Refactor setup bionty sources [PR](https://github.com/laminlabs/lamindb-setup/pull/906) [@falexwolf](https://github.com/falexwolf) | ||
- 🍱 Add `.rds` as a valid simple path suffix [PR](https://github.com/laminlabs/lamindb-setup/pull/905) [@falexwolf](https://github.com/falexwolf) | ||
- 🍱 Add `.qs` file as a valid simple suffix [PR](https://github.com/laminlabs/lamindb-setup/pull/904) [@falexwolf](https://github.com/falexwolf) | ||
- 🎨 Make search in bionty consistent with the lamindb implementation [PR](https://github.com/laminlabs/lamindb/pull/2205) [@Koncopd](https://github.com/Koncopd) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,2 @@ | ||
- add badge [PR](https://github.com/laminlabs/laminr/pull/82) [@rcannood](https://github.com/rcannood) | ||
- Add more file handlers [PR](https://github.com/laminlabs/laminr/pull/81) [@rcannood](https://github.com/rcannood) | ||
- update desc [PR](https://github.com/laminlabs/laminr/pull/77) [@rcannood](https://github.com/rcannood) | ||
- update installation instructions [PR](https://github.com/laminlabs/laminr/pull/74) [@rcannood](https://github.com/rcannood) | ||
- Modify Registry$print() to show fields by module [PR](https://github.com/laminlabs/laminr/pull/71) [@lazappi](https://github.com/lazappi) | ||
- add lifecycle badge [PR](https://github.com/laminlabs/laminr/pull/73) [@rcannood](https://github.com/rcannood) | ||
- Adjust print colours [PR](https://github.com/laminlabs/laminr/pull/69) [@lazappi](https://github.com/lazappi) | ||
- 🎨 Reword laminr docs [PR](https://github.com/laminlabs/laminr/pull/72) [@Zethson](https://github.com/Zethson) | ||
- Improve API error messages [PR](https://github.com/laminlabs/laminr/pull/70) [@lazappi](https://github.com/lazappi) | ||
- Add Records container class [PR](https://github.com/laminlabs/laminr/pull/59) [@lazappi](https://github.com/lazappi) | ||
- Refactor documentation [PR](https://github.com/laminlabs/laminr/pull/67) [@rcannood](https://github.com/rcannood) | ||
- Fix macOS runner [PR](https://github.com/laminlabs/laminr/pull/66) [@rcannood](https://github.com/rcannood) | ||
- Add check_requires() function and update installation docs [PR](https://github.com/laminlabs/laminr/pull/56) [@lazappi](https://github.com/lazappi) | ||
- Remove link tables from print output [PR](https://github.com/laminlabs/laminr/pull/55) [@lazappi](https://github.com/lazappi) | ||
- Add progress bar [PR](https://github.com/laminlabs/laminr/pull/58) [@lazappi](https://github.com/lazappi) | ||
- Add get_records() to API and df() to Registry [PR](https://github.com/laminlabs/laminr/pull/54) [@lazappi](https://github.com/lazappi) | ||
- update readme [PR](https://github.com/laminlabs/laminr/pull/51) [@rcannood](https://github.com/rcannood) | ||
- simplify lamin_cli installation instructions [PR](https://github.com/laminlabs/laminr/pull/33) [@rcannood](https://github.com/rcannood) | ||
- update version, add luke as an author [PR](https://github.com/laminlabs/laminr/pull/39) [@rcannood](https://github.com/rcannood) | ||
- Document classes [PR](https://github.com/laminlabs/laminr/pull/36) [@rcannood](https://github.com/rcannood) | ||
- Make InstanceAPI print methods public [PR](https://github.com/laminlabs/laminr/pull/37) [@lazappi](https://github.com/lazappi) | ||
- Add printing to remaining classes [PR](https://github.com/laminlabs/laminr/pull/31) [@lazappi](https://github.com/lazappi) | ||
- Improve error messages [PR](https://github.com/laminlabs/laminr/pull/30) [@rcannood](https://github.com/rcannood) | ||
- Update documentation [PR](https://github.com/laminlabs/laminr/pull/29) [@rcannood](https://github.com/rcannood) | ||
- Return `NULL` when a record's related field is empty [PR](https://github.com/laminlabs/laminr/pull/28) [@rcannood](https://github.com/rcannood) | ||
- minor fix in usage vignette [PR](https://github.com/laminlabs/laminr/pull/32) [@rcannood](https://github.com/rcannood) | ||
- Add usage vignette [PR](https://github.com/laminlabs/laminr/pull/18) [@rcannood](https://github.com/rcannood) | ||
- Add a simple unit test which queries laminlabs/lamindata [PR](https://github.com/laminlabs/laminr/pull/27) [@rcannood](https://github.com/rcannood) | ||
- bump action from v4.5.0 to v4 [PR](https://github.com/laminlabs/laminr/pull/26) [@rcannood](https://github.com/rcannood) | ||
- Add `Record` print methods [PR](https://github.com/laminlabs/laminr/pull/22) [@lazappi](https://github.com/lazappi) | ||
- Log into Lamin in CI [PR](https://github.com/laminlabs/laminr/pull/23) [@rcannood](https://github.com/rcannood) | ||
- Allow unauthenticated users to connect to an instance [PR](https://github.com/laminlabs/laminr/pull/19) [@rcannood](https://github.com/rcannood) | ||
- Create pkgdown docs [PR](https://github.com/laminlabs/laminr/pull/13) [@rcannood](https://github.com/rcannood) | ||
- Auto-generate changelog at `docs.lamin.ai/changelog` [PR](https://github.com/laminlabs/laminr/pull/15) [@falexwolf](https://github.com/falexwolf) | ||
- Cosmetic fixes to `get-started` [PR](https://github.com/laminlabs/laminr/pull/102) [@falexwolf](https://github.com/falexwolf) | ||
- Polish the get-started guide [PR](https://github.com/laminlabs/laminr/pull/97) [@falexwolf](https://github.com/falexwolf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
- 🎨 Use Field defaults [PR](https://github.com/laminlabs/findrefs/pull/2) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Set `blank=True` [PR](https://github.com/laminlabs/ourprojects/pull/2) [@sunnyosun](https://github.com/sunnyosun) | ||
- ✨ Add `blank=True` [PR](https://github.com/laminlabs/clinicore/pull/14) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Add blank=True [PR](https://github.com/laminlabs/cellregistry/pull/2) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Squash migrations [PR](https://github.com/laminlabs/wetlab/pull/75) [@sunnyosun](https://github.com/sunnyosun) | ||
- ✨ Add `blank=True` [PR](https://github.com/laminlabs/wetlab/pull/74) [@sunnyosun](https://github.com/sunnyosun) | ||
- 💚 Lower bound on tiledbsoma in by_datatype [PR](https://github.com/laminlabs/lamin-usecases/pull/169) [@Koncopd](https://github.com/Koncopd) | ||
- 🎨 Add missing validate call [PR](https://github.com/laminlabs/lamin-usecases/pull/168) [@Zethson](https://github.com/Zethson) | ||
- 🐛Fix docstring [PR](https://github.com/laminlabs/ourprojects/pull/1) [@Zethson](https://github.com/Zethson) | ||
- ✨ More flexible Curator & 🐛 support for paths [PR](https://github.com/laminlabs/cellxgene-lamin/pull/104) [@Zethson](https://github.com/Zethson) | ||
- 📝Polish docstrings [PR](https://github.com/laminlabs/findrefs/pull/1) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Use from_source instead of from_public [PR](https://github.com/laminlabs/lamin-usecases/pull/167) [@Zethson](https://github.com/Zethson) | ||
- 💚 Fix CI [PR](https://github.com/laminlabs/lamin-mlops/pull/20) [@Koncopd](https://github.com/Koncopd) | ||
- 📝 Polish scrna guide, add another cell type feature: cell_type_untrusted [PR](https://github.com/laminlabs/lamin-usecases/pull/166) [@falexwolf](https://github.com/falexwolf) | ||
- ✨ First draft of `Cell` registry [PR](https://github.com/laminlabs/cellregistry/pull/1) [@falexwolf](https://github.com/falexwolf) | ||
- 🔥 Remove `Curator.add_validated_from()` [PR](https://github.com/laminlabs/cellxgene-lamin/pull/105) [@falexwolf](https://github.com/falexwolf) | ||
- 📝 Polish scrna guide, add another cell type feature: `cell_type_untrusted` [PR](https://github.com/laminlabs/lamin-usecases/pull/162) [@falexwolf](https://github.com/falexwolf) | ||
- 🔥 Remove `Curator.add_validated_from()` [PR](https://github.com/laminlabs/lamin-usecases/pull/164) [@falexwolf](https://github.com/falexwolf) | ||
- 🎨 Fix Curator.from_mudata [PR](https://github.com/laminlabs/lamin-usecases/pull/165) [@sunnyosun](https://github.com/sunnyosun) | ||
- ✨ Add Person and Reference models [PR](https://github.com/laminlabs/ourprojects/pull/5) [@Zethson](https://github.com/Zethson) | ||
- fix typo [PR](https://github.com/laminlabs/cellregistry/pull/4) [@Zethson](https://github.com/Zethson) | ||
- 🎨 Re-create 1st migration [PR](https://github.com/laminlabs/ourprojects/pull/4) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Clean up [PR](https://github.com/laminlabs/ourprojects/pull/3) [@sunnyosun](https://github.com/sunnyosun) | ||
- ⬆️ Clean up [PR](https://github.com/laminlabs/cellregistry/pull/3) [@sunnyosun](https://github.com/sunnyosun) | ||
- 🎨 Clean up [PR](https://github.com/laminlabs/clinicore/pull/15) [@sunnyosun](https://github.com/sunnyosun) | ||
- ⬆️ Update lamindb [PR](https://github.com/laminlabs/findrefs/pull/4) [@sunnyosun](https://github.com/sunnyosun) | ||
- ⬆️ Update lamindb deps [PR](https://github.com/laminlabs/wetlab/pull/76) [@sunnyosun](https://github.com/sunnyosun) | ||
- 💚 Fix literal [PR](https://github.com/laminlabs/lamin-usecases/pull/170) [@sunnyosun](https://github.com/sunnyosun) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.