dandelion
dandelion copied to clipboard
pip dev(deps-dev): update scirpy requirement from <=0.16.1 to <=0.17.0
Updates the requirements on scirpy to permit the latest version.
Changelog
Sourced from scirpy's changelog.
v0.17.0
Additions
- Add "TCRdist" as new metric (#502)
Fixes
- Fix issue with detecting the number of available CPUs on MacOD (#518)
v0.16.1
Fixes
- Fix default value for
n_jobs
inir.tl.ir_query
that could lead to an error (#498).- Update description of D50 diversity metric in documentation (#499).
- Fix
clonotype_modularity
not being able to store result in MuData in some cases (#504).- Fix issue with creating sparse matrices from generators with the latest scipy version (#504)
v0.16.0
Backwards-incompatible changes
Use the
umi_count
field instead ofduplicate_count
to store UMI counts. The fieldumi_count
has been added to the AIRR Rearrangement standard in version 1.4 (#487). Use ofduplicate_count
for UMI counts is now discouraged. Scirpy will useumi_count
in allscirpy.io
functions. It will not change AIRR data that is read throughscirpy.io.read_airr
that still uses theduplicate_count
column. Scirpy remains compatible with datasets that still useduplicate_count
. You can update your dataset usingadata.obsm["airr"]["umi_count"] = adata.obsm["airr"]["duplicate_count"]
Other
- the
io.to_dandelion
andio.from_dandelion
interoperability functions now rely on the implementation provided by Dandelion itself (#483).v0.15.0
Fixes
- Fix incompatibility with
scipy
1.12 (#484)- Fix incompatibility with
adjustText
1.0 (#477)- Reduce overall importtime by deferring the import of the
airr
package until it is actually used. (#473)New features
- Speed up alignment distances by pre-filtering. There are two filtering strategies: A (lossless) length-based filter and a heuristic based on the expected penalty per mismatch. This is implemented in the
FastAlignmentDistanceCalculator
class which supersedes theAlignmentDistanceCalculator
class, which is now deprecated. Using the"alignment"
metric
... (truncated)
Commits
8dfe38e
Fix #517 (#518)f8143aa
[pre-commit.ci] pre-commit autoupdate (#515)9ec5569
[pre-commit.ci] pre-commit autoupdate (#514)de0b522
[pre-commit.ci] pre-commit autoupdate (#513)f1b5d36
TCRdist performance improvements (#511)48c8804
[pre-commit.ci] pre-commit autoupdate (#510)d1db848
tcrdist draft version implemented (#502)d63483c
[pre-commit.ci] pre-commit autoupdate (#508)a172d30
Update CHANGELOG.md (#506)2d8fe8b
Fix set_obs throwing ValueError when Series aligns to MuData. (#504)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)