Skip to content

Releases: DendrouLab/panpipes

v.1.2.0

Choose a tag to compare

@bio-la bio-la released this 23 Apr 07:24
30b2083

What's Changed

New Contributors

Full Changelog: v.1.1.0...v.1.20

v.1.1.0

Choose a tag to compare

@bio-la bio-la released this 01 Jul 12:14
121b110

What's Changed

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

v1.0.0

Choose a tag to compare

@crichgriffin crichgriffin released this 14 Jun 08:17

What's Changed

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

v0.5.0

Choose a tag to compare

@crichgriffin crichgriffin released this 30 Apr 15:43

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

Choose a tag to compare

@crichgriffin crichgriffin released this 01 Dec 14:36

What's Changed

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

v0.4.0

Choose a tag to compare

@crichgriffin crichgriffin released this 10 Nov 17:01

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

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@crichgriffin crichgriffin released this 19 Sep 10:34
99d6ed5

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

Choose a tag to compare

@crichgriffin crichgriffin released this 11 Sep 14:53

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

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@crichgriffin crichgriffin released this 11 Sep 14:26
c81b9ec
Merge pull request #78 from DendrouLab/fc_docs

Fc docs

v0.1.3

v0.1.3 Pre-release
Pre-release

Choose a tag to compare

@crichgriffin crichgriffin released this 12 Apr 16:29
f858029

Various bug fixes, and small improvements.

What's Changed

Full Changelog: 0.1.2...0.1.3