Skip to content

Releases: DendrouLab/panpipes

v.1.1.0

01 Jul 12:14
121b110
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v.1.1.0

v1.0.0

14 Jun 08:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0

30 Apr 15:43
Compare
Choose a tag to compare

added

fixed

  • fixed error in vis
    • error occurred when only wanting to plot continuous or categorical variables (or neither), not both
  • fixed error in refmap
    • high threads was not recognised, now fixed.

dependencies

  • All the dependencies have been updated.
    • Python>=3.10 required
  • added seeds to all scvi tasks for reproducibility

v0.4.1

01 Dec 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Nov 17:01
Compare
Choose a tag to compare

v0.4.0

Big Change! the submission files for the ingest workflow have now changed! we require the paths to the Gene expression (RNA/GEX) and Protein (ADT) to have the following headers.

sample_id rna_path rna_filetype prot_path prot_filetype
sampleX path/to/rna 10X_h5 path/to/prot 10x_h5

See tutorials for examples of submission files.

added

  • merged PR #111:
    • LSI in panpipes_preprocess is run on the highly variable features
    • n_comp for LSI

fixed

  • changed all instances of ADT into PROT
  • changed all instances of GEX to RNA
  • changed the params to fix plotting as mentioned in issue #41
  • typo in readme
  • set default seaborn <=0.12.2 to avoid issue #104, #126

auto-generated releases

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Sep 10:34
99d6ed5
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Updated pyproject toml to manage matplitlib version.
"matplotlib<=3.7.3" required for compatibility

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - the spatial transcriptomics update

11 Sep 14:53
Compare
Choose a tag to compare

News

  • spatial transcriptomics is now supported with the following workflows
    • panpipes qc_spatial
    • panpipes preprocess_spatial
    • panpipes deconvolution_spatial

Checkout the documentation at https://panpipes-pipelines.readthedocs.io/ and tutorials at https://panpipes-tutorials.readthedocs.io/en/latest/

The other important change is that the qc_mm workflow was renamed ingest to better reflect that the workflow loads and concatenates data, and computes QC metrics but does not filter the data, so the output data of ingest is not QC'd data

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Sep 14:26
c81b9ec
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Merge pull request #78 from DendrouLab/fc_docs

Fc docs

v0.1.3

12 Apr 16:29
f858029
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Various bug fixes, and small improvements.

What's Changed

Full Changelog: 0.1.2...0.1.3

Restructured the repo so it installs with pip

09 Mar 17:30
Compare
Choose a tag to compare

This means that when the mudata version be need is added to PyPi, we can also add panpipes to PyPi

What's Changed

Full Changelog: 0.1.1...0.1.2