rectanglepy 0.5.4__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.bumpversion.cfg +1 -1
  2. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.gitignore +1 -0
  3. rectanglepy-1.0.0/CHANGELOG.md +23 -0
  4. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/PKG-INFO +9 -9
  5. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/README.md +8 -8
  6. rectanglepy-1.0.0/docs/contributing.md +14 -0
  7. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/index.md +2 -1
  8. rectanglepy-1.0.0/docs/installation.md +11 -0
  9. rectanglepy-1.0.0/docs/notebooks/example.ipynb +1145 -0
  10. rectanglepy-1.0.0/docs/references.bib +73 -0
  11. rectanglepy-1.0.0/docs/tutorials.md +13 -0
  12. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/pyproject.toml +1 -1
  13. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/pp/create_signature.py +0 -3
  14. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/tl/deconvolution.py +1 -0
  15. rectanglepy-0.5.4/CHANGELOG.md +0 -40
  16. rectanglepy-0.5.4/docs/contributing.md +0 -123
  17. rectanglepy-0.5.4/docs/notebooks/example.ipynb +0 -775
  18. rectanglepy-0.5.4/docs/references.bib +0 -17
  19. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.cruft.json +0 -0
  20. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.editorconfig +0 -0
  21. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  22. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  23. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  24. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  25. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/workflows/build.yaml +0 -0
  26. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/workflows/release.yaml +0 -0
  27. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/workflows/release_testpypi.yaml +0 -0
  28. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.github/workflows/test.yaml +0 -0
  29. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.pre-commit-config.yaml +0 -0
  30. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/.readthedocs.yaml +0 -0
  31. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/LICENSE +0 -0
  32. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/Makefile +0 -0
  33. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/_static/.gitkeep +0 -0
  34. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/_static/rec_logo.001.png +0 -0
  35. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/_templates/.gitkeep +0 -0
  36. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/_templates/autosummary/class.rst +0 -0
  37. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/api.md +0 -0
  38. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/changelog.md +0 -0
  39. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/conf.py +0 -0
  40. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/extensions/typed_returns.py +0 -0
  41. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/make.bat +0 -0
  42. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/docs/references.md +0 -0
  43. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/__init__.py +0 -0
  44. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/data/hao1_annotations_small.zip +0 -0
  45. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/data/hao1_counts_small.zip +0 -0
  46. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/data/small_fino_bulks.zip +0 -0
  47. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/pp/__init__.py +0 -0
  48. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/pp/rectangle_signature.py +0 -0
  49. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/rectangle.py +0 -0
  50. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/src/rectanglepy/tl/__init__.py +0 -0
  51. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/TIL10_signature.txt +0 -0
  52. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/bulk_small.csv +0 -0
  53. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/cell_annotations_small.txt +0 -0
  54. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/quanTIseq_SimRNAseq_mixture_smaller.csv +0 -0
  55. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/quanTIseq_SimRNAseq_read_fractions_small.txt +0 -0
  56. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/sc_object_small.csv +0 -0
  57. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/data/signature_hao1.csv +0 -0
  58. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/test_pp.py +0 -0
  59. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/test_rectangle.py +0 -0
  60. {rectanglepy-0.5.4 → rectanglepy-1.0.0}/tests/test_tl.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.5.4
2
+ current_version = 1.0.0
3
3
  tag = True
4
4
  commit = True
5
5
 
@@ -26,3 +26,4 @@ __pycache__/
26
26
  # IDEs
27
27
  /.idea/
28
28
  /.vscode/
29
+ /docs/visium.zarr/
@@ -0,0 +1,23 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog][],
6
+ and this project adheres to [Semantic Versioning][].
7
+
8
+ [keep a changelog]: https://keepachangelog.com/en/1.0.0/
9
+ [semantic versioning]: https://semver.org/spec/v2.0.0.html
10
+
11
+ ## [Unreleased]
12
+
13
+ ## [1.0.0] - 2025-08-14
14
+
15
+ ### Added
16
+
17
+ - Public release of Rectangle with full core functionalities and documentation for cell-type deconvolution.
18
+
19
+ ## [0.1.0] - 2024-04-25
20
+
21
+ ### Added
22
+
23
+ - Initial public release of Rectangle.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rectanglepy
3
- Version: 0.5.4
3
+ Version: 1.0.0
4
4
  Summary: Hierarchical deconvolution of bulk transcriptomics
5
5
  Project-URL: Documentation, https://rectanglepy.readthedocs.io/
6
6
  Project-URL: Source, https://github.com/ComputationalBiomedicineGroup/Rectangle
@@ -718,24 +718,23 @@ Description-Content-Type: text/markdown
718
718
  [link-tests]: https://github.com/ComputationalBiomedicineGroup/Rectangle/actions/workflows/build.yaml
719
719
  [badge-docs]: https://img.shields.io/readthedocs/rectanglepy
720
720
 
721
- Rectangle is an open-source Python package developed for computational deconvolution.
721
+ Rectangle is an open-source Python package for single-cell-informed cell-type deconvolution of bulk and spatial transcriptomic data, which is part of the [scverse ecosystem](https://scverse.org/packages/).
722
722
 
723
- Rectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical processing,
724
- an estimation of unknown cellular content and a significant reduction in data volume during signature matrix computation.
723
+ Rectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical signature building for fine-grained cell-type deconvolution, estimation and correction of unknown cellular content, and efficient handling of large-scale single-cell data during signature matrix computation.
725
724
 
726
- Rectangle was developed to outperform existing deconvolution solutions by introducing methods that promise
727
- improvements in cell-type fraction estimation accuracy while keeping a low computational profile.
725
+ Rectangle was developed to overcome the current challenges in cell-type deconvolution, providing a robust and accurate methodology while ensuring a low computational profile.
728
726
 
729
727
  ## Getting started
730
728
 
731
729
  Please refer to the [documentation][link-docs]. In particular, the
732
730
 
731
+ - [Tutorials][link-docs/tutorials] for a step-by-step guide on how to use Rectangle, and the
732
+
733
733
  - [API documentation][link-api].
734
734
 
735
735
  ## Installation
736
736
 
737
- You need to have Python 3.10 or higher installed on your system. If you don't have
738
- Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
737
+ You need to have Python 3.10 or higher installed on your system.
739
738
 
740
739
  How to install Rectangle:
741
740
 
@@ -755,10 +754,11 @@ If you found a bug, please use the [issue tracker][issue-tracker].
755
754
 
756
755
  ## Citation
757
756
 
758
- > t.b.a
757
+ > If you use Rectangle in your project, please cite: (TBA)
759
758
 
760
759
  [scverse-discourse]: https://discourse.scverse.org/
761
760
  [issue-tracker]: https://github.com/ComputationalBiomedicineGroup/Rectangle/issues
762
761
  [changelog]: https://rectanglepy.readthedocs.io/changelog.html
763
762
  [link-docs]: https://Rectanglepy.readthedocs.io
764
763
  [link-api]: https://rectanglepy.readthedocs.io/api.html
764
+ [link-docs/tutorials]: https://rectanglepy.readthedocs.io/notebooks/example.html
@@ -7,24 +7,23 @@
7
7
  [link-tests]: https://github.com/ComputationalBiomedicineGroup/Rectangle/actions/workflows/build.yaml
8
8
  [badge-docs]: https://img.shields.io/readthedocs/rectanglepy
9
9
 
10
- Rectangle is an open-source Python package developed for computational deconvolution.
10
+ Rectangle is an open-source Python package for single-cell-informed cell-type deconvolution of bulk and spatial transcriptomic data, which is part of the [scverse ecosystem](https://scverse.org/packages/).
11
11
 
12
- Rectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical processing,
13
- an estimation of unknown cellular content and a significant reduction in data volume during signature matrix computation.
12
+ Rectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical signature building for fine-grained cell-type deconvolution, estimation and correction of unknown cellular content, and efficient handling of large-scale single-cell data during signature matrix computation.
14
13
 
15
- Rectangle was developed to outperform existing deconvolution solutions by introducing methods that promise
16
- improvements in cell-type fraction estimation accuracy while keeping a low computational profile.
14
+ Rectangle was developed to overcome the current challenges in cell-type deconvolution, providing a robust and accurate methodology while ensuring a low computational profile.
17
15
 
18
16
  ## Getting started
19
17
 
20
18
  Please refer to the [documentation][link-docs]. In particular, the
21
19
 
20
+ - [Tutorials][link-docs/tutorials] for a step-by-step guide on how to use Rectangle, and the
21
+
22
22
  - [API documentation][link-api].
23
23
 
24
24
  ## Installation
25
25
 
26
- You need to have Python 3.10 or higher installed on your system. If you don't have
27
- Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
26
+ You need to have Python 3.10 or higher installed on your system.
28
27
 
29
28
  How to install Rectangle:
30
29
 
@@ -44,10 +43,11 @@ If you found a bug, please use the [issue tracker][issue-tracker].
44
43
 
45
44
  ## Citation
46
45
 
47
- > t.b.a
46
+ > If you use Rectangle in your project, please cite: (TBA)
48
47
 
49
48
  [scverse-discourse]: https://discourse.scverse.org/
50
49
  [issue-tracker]: https://github.com/ComputationalBiomedicineGroup/Rectangle/issues
51
50
  [changelog]: https://rectanglepy.readthedocs.io/changelog.html
52
51
  [link-docs]: https://Rectanglepy.readthedocs.io
53
52
  [link-api]: https://rectanglepy.readthedocs.io/api.html
53
+ [link-docs/tutorials]: https://rectanglepy.readthedocs.io/notebooks/example.html
@@ -0,0 +1,14 @@
1
+ # Contributing Guide
2
+
3
+ We welcome contributions! The best way to contribute is by opening a pull request on GitHub.
4
+
5
+ ## How to Contribute
6
+
7
+ 1. Fork the repository and create a new branch for your changes.
8
+ 2. Make your changes (bug fixes, new features, documentation, etc.).
9
+ 3. Open a pull request describing your changes.
10
+
11
+ Please ensure your code is clear and well-documented. If you add new features or fix bugs, tests are appreciated.
12
+ If you have questions or need help, feel free to open an issue.
13
+
14
+ Thank you for helping improve Rectangle!
@@ -7,7 +7,8 @@
7
7
  :maxdepth: 1
8
8
 
9
9
  api.md
10
- notebooks/example
10
+ installation.md
11
+ tutorials.md
11
12
  changelog.md
12
13
  contributing.md
13
14
  references.md
@@ -0,0 +1,11 @@
1
+ # Installation
2
+
3
+ You need to have Python 3.10 or higher installed on your system.
4
+
5
+ To install the latest release of `Rectangle` from PyPI:
6
+
7
+ ```bash
8
+ pip install rectanglepy
9
+ ```
10
+
11
+ For more details, see the [documentation](https://Rectanglepy.readthedocs.io).