rectanglepy 1.2.0__tar.gz → 1.2.1__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 (56) hide show
  1. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.bumpversion.cfg +1 -1
  2. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/LICENSE +81 -68
  3. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/PKG-INFO +83 -70
  4. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/pyproject.toml +2 -2
  5. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.cruft.json +0 -0
  6. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.editorconfig +0 -0
  7. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  8. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  9. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  10. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  11. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/workflows/build.yaml +0 -0
  12. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/workflows/release.yaml +0 -0
  13. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/workflows/release_testpypi.yaml +0 -0
  14. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.github/workflows/test.yaml +0 -0
  15. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.gitignore +0 -0
  16. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.pre-commit-config.yaml +0 -0
  17. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/.readthedocs.yaml +0 -0
  18. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/CHANGELOG.md +0 -0
  19. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/README.md +0 -0
  20. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/Makefile +0 -0
  21. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/_static/.gitkeep +0 -0
  22. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/_static/rec_logo.001.png +0 -0
  23. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/_templates/.gitkeep +0 -0
  24. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/_templates/autosummary/class.rst +0 -0
  25. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/api.md +0 -0
  26. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/changelog.md +0 -0
  27. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/conf.py +0 -0
  28. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/contributing.md +0 -0
  29. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/extensions/typed_returns.py +0 -0
  30. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/index.md +0 -0
  31. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/installation.md +0 -0
  32. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/make.bat +0 -0
  33. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/notebooks/example.ipynb +0 -0
  34. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/references.bib +0 -0
  35. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/references.md +0 -0
  36. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/docs/tutorials.md +0 -0
  37. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/__init__.py +0 -0
  38. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/data/hao1_annotations_small.zip +0 -0
  39. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/data/hao1_counts_small.zip +0 -0
  40. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/data/small_fino_bulks.zip +0 -0
  41. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/pp/__init__.py +0 -0
  42. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/pp/create_signature.py +0 -0
  43. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/pp/rectangle_signature.py +0 -0
  44. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/rectangle.py +0 -0
  45. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/tl/__init__.py +0 -0
  46. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/src/rectanglepy/tl/deconvolution.py +0 -0
  47. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/TIL10_signature.txt +0 -0
  48. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/bulk_small.csv +0 -0
  49. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/cell_annotations_small.txt +0 -0
  50. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/quanTIseq_SimRNAseq_mixture_smaller.csv +0 -0
  51. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/quanTIseq_SimRNAseq_read_fractions_small.txt +0 -0
  52. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/sc_object_small.csv +0 -0
  53. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/data/signature_hao1.csv +0 -0
  54. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/test_pp.py +0 -0
  55. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/test_rectangle.py +0 -0
  56. {rectanglepy-1.2.0 → rectanglepy-1.2.1}/tests/test_tl.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.2.0
2
+ current_version = 1.2.1
3
3
  tag = True
4
4
  commit = True
5
5
 
@@ -1,5 +1,5 @@
1
- GNU AFFERO GENERAL PUBLIC LICENSE
2
- Version 3, 19 November 2007
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
3
 
4
4
  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
5
  Everyone is permitted to copy and distribute verbatim copies
@@ -7,15 +7,17 @@
7
7
 
8
8
  Preamble
9
9
 
10
- The GNU Affero General Public License is a free, copyleft license for
11
- software and other kinds of works, specifically designed to ensure
12
- cooperation with the community in the case of network server software.
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
13
12
 
14
13
  The licenses for most software and other practical works are designed
15
14
  to take away your freedom to share and change the works. By contrast,
16
- our General Public Licenses are intended to guarantee your freedom to
15
+ the GNU General Public License is intended to guarantee your freedom to
17
16
  share and change all versions of a program--to make sure it remains free
18
- software for all its users.
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
19
21
 
20
22
  When we speak of free software, we are referring to freedom, not
21
23
  price. Our General Public Licenses are designed to make sure that you
@@ -24,34 +26,44 @@ them if you wish), that you receive source code or can get it if you
24
26
  want it, that you can change the software or use pieces of it in new
25
27
  free programs, and that you know you can do these things.
26
28
 
27
- Developers that use our General Public Licenses protect your rights
28
- with two steps: (1) assert copyright on the software, and (2) offer
29
- you this License which gives you legal permission to copy, distribute
30
- and/or modify the software.
31
-
32
- A secondary benefit of defending all users' freedom is that
33
- improvements made in alternate versions of the program, if they
34
- receive widespread use, become available for other developers to
35
- incorporate. Many developers of free software are heartened and
36
- encouraged by the resulting cooperation. However, in the case of
37
- software used on network servers, this result may fail to come about.
38
- The GNU General Public License permits making a modified version and
39
- letting the public access it on a server without ever releasing its
40
- source code to the public.
41
-
42
- The GNU Affero General Public License is designed specifically to
43
- ensure that, in such cases, the modified source code becomes available
44
- to the community. It requires the operator of a network server to
45
- provide the source code of the modified version running there to the
46
- users of that server. Therefore, public use of a modified version, on
47
- a publicly accessible server, gives the public access to the source
48
- code of the modified version.
49
-
50
- An older license, called the Affero General Public License and
51
- published by Affero, was designed to accomplish similar goals. This is
52
- a different license, not a version of the Affero GPL, but Affero has
53
- released a new version of the Affero GPL which permits relicensing under
54
- this license.
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
55
67
 
56
68
  The precise terms and conditions for copying, distribution and
57
69
  modification follow.
@@ -60,7 +72,7 @@ modification follow.
60
72
 
61
73
  0. Definitions.
62
74
 
63
- "This License" refers to version 3 of the GNU Affero General Public License.
75
+ "This License" refers to version 3 of the GNU General Public License.
64
76
 
65
77
  "Copyright" also means copyright-like laws that apply to other kinds of
66
78
  works, such as semiconductor masks.
@@ -537,45 +549,35 @@ to collect a royalty for further conveying from those to whom you convey
537
549
  the Program, the only way you could satisfy both those terms and this
538
550
  License would be to refrain entirely from conveying the Program.
539
551
 
540
- 13. Remote Network Interaction; Use with the GNU General Public License.
541
-
542
- Notwithstanding any other provision of this License, if you modify the
543
- Program, your modified version must prominently offer all users
544
- interacting with it remotely through a computer network (if your version
545
- supports such interaction) an opportunity to receive the Corresponding
546
- Source of your version by providing access to the Corresponding Source
547
- from a network server at no charge, through some standard or customary
548
- means of facilitating copying of software. This Corresponding Source
549
- shall include the Corresponding Source for any work covered by version 3
550
- of the GNU General Public License that is incorporated pursuant to the
551
- following paragraph.
552
+ 13. Use with the GNU Affero General Public License.
552
553
 
553
554
  Notwithstanding any other provision of this License, you have
554
555
  permission to link or combine any covered work with a work licensed
555
- under version 3 of the GNU General Public License into a single
556
+ under version 3 of the GNU Affero General Public License into a single
556
557
  combined work, and to convey the resulting work. The terms of this
557
558
  License will continue to apply to the part which is the covered work,
558
- but the work with which it is combined will remain governed by version
559
- 3 of the GNU General Public License.
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
560
562
 
561
563
  14. Revised Versions of this License.
562
564
 
563
565
  The Free Software Foundation may publish revised and/or new versions of
564
- the GNU Affero General Public License from time to time. Such new versions
565
- will be similar in spirit to the present version, but may differ in detail to
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
566
568
  address new problems or concerns.
567
569
 
568
570
  Each version is given a distinguishing version number. If the
569
- Program specifies that a certain numbered version of the GNU Affero General
571
+ Program specifies that a certain numbered version of the GNU General
570
572
  Public License "or any later version" applies to it, you have the
571
573
  option of following the terms and conditions either of that numbered
572
574
  version or of any later version published by the Free Software
573
575
  Foundation. If the Program does not specify a version number of the
574
- GNU Affero General Public License, you may choose any version ever published
576
+ GNU General Public License, you may choose any version ever published
575
577
  by the Free Software Foundation.
576
578
 
577
579
  If the Program specifies that a proxy can decide which future
578
- versions of the GNU Affero General Public License can be used, that proxy's
580
+ versions of the GNU General Public License can be used, that proxy's
579
581
  public statement of acceptance of a version permanently authorizes you
580
582
  to choose that version for the Program.
581
583
 
@@ -633,29 +635,40 @@ the "copyright" line and a pointer to where the full notice is found.
633
635
  Copyright (C) <year> <name of author>
634
636
 
635
637
  This program is free software: you can redistribute it and/or modify
636
- it under the terms of the GNU Affero General Public License as published
637
- by the Free Software Foundation, either version 3 of the License, or
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
638
640
  (at your option) any later version.
639
641
 
640
642
  This program is distributed in the hope that it will be useful,
641
643
  but WITHOUT ANY WARRANTY; without even the implied warranty of
642
644
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643
- GNU Affero General Public License for more details.
645
+ GNU General Public License for more details.
644
646
 
645
- You should have received a copy of the GNU Affero General Public License
647
+ You should have received a copy of the GNU General Public License
646
648
  along with this program. If not, see <https://www.gnu.org/licenses/>.
647
649
 
648
650
  Also add information on how to contact you by electronic and paper mail.
649
651
 
650
- If your software can interact with users remotely through a computer
651
- network, you should also make sure that it provides a way for users to
652
- get its source. For example, if your program is a web application, its
653
- interface could display a "Source" link that leads users to an archive
654
- of the code. There are many ways you could offer source, and different
655
- solutions will be better for different programs; see section 13 for the
656
- specific requirements.
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
657
663
 
658
664
  You should also get your employer (if you work as a programmer) or school,
659
665
  if any, to sign a "copyright disclaimer" for the program, if necessary.
660
- For more information on this, and how to apply and follow the GNU AGPL, see
666
+ For more information on this, and how to apply and follow the GNU GPL, see
661
667
  <https://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <https://www.gnu.org/licenses/why-not-lgpl.html>.
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rectanglepy
3
- Version: 1.2.0
3
+ Version: 1.2.1
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
7
7
  Project-URL: Home-page, https://github.com/ComputationalBiomedicineGroup/Rectangle
8
8
  Author: Bernhard Eder
9
9
  Maintainer-email: Bernhard Eder <Bernhard.Eder@student.uibk.ac.at>
10
- License: GNU AFFERO GENERAL PUBLIC LICENSE
11
- Version 3, 19 November 2007
10
+ License: GNU GENERAL PUBLIC LICENSE
11
+ Version 3, 29 June 2007
12
12
 
13
13
  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
14
14
  Everyone is permitted to copy and distribute verbatim copies
@@ -16,15 +16,17 @@ License: GNU AFFERO GENERAL PUBLIC LICENSE
16
16
 
17
17
  Preamble
18
18
 
19
- The GNU Affero General Public License is a free, copyleft license for
20
- software and other kinds of works, specifically designed to ensure
21
- cooperation with the community in the case of network server software.
19
+ The GNU General Public License is a free, copyleft license for
20
+ software and other kinds of works.
22
21
 
23
22
  The licenses for most software and other practical works are designed
24
23
  to take away your freedom to share and change the works. By contrast,
25
- our General Public Licenses are intended to guarantee your freedom to
24
+ the GNU General Public License is intended to guarantee your freedom to
26
25
  share and change all versions of a program--to make sure it remains free
27
- software for all its users.
26
+ software for all its users. We, the Free Software Foundation, use the
27
+ GNU General Public License for most of our software; it applies also to
28
+ any other work released this way by its authors. You can apply it to
29
+ your programs, too.
28
30
 
29
31
  When we speak of free software, we are referring to freedom, not
30
32
  price. Our General Public Licenses are designed to make sure that you
@@ -33,34 +35,44 @@ License: GNU AFFERO GENERAL PUBLIC LICENSE
33
35
  want it, that you can change the software or use pieces of it in new
34
36
  free programs, and that you know you can do these things.
35
37
 
36
- Developers that use our General Public Licenses protect your rights
37
- with two steps: (1) assert copyright on the software, and (2) offer
38
- you this License which gives you legal permission to copy, distribute
39
- and/or modify the software.
40
-
41
- A secondary benefit of defending all users' freedom is that
42
- improvements made in alternate versions of the program, if they
43
- receive widespread use, become available for other developers to
44
- incorporate. Many developers of free software are heartened and
45
- encouraged by the resulting cooperation. However, in the case of
46
- software used on network servers, this result may fail to come about.
47
- The GNU General Public License permits making a modified version and
48
- letting the public access it on a server without ever releasing its
49
- source code to the public.
50
-
51
- The GNU Affero General Public License is designed specifically to
52
- ensure that, in such cases, the modified source code becomes available
53
- to the community. It requires the operator of a network server to
54
- provide the source code of the modified version running there to the
55
- users of that server. Therefore, public use of a modified version, on
56
- a publicly accessible server, gives the public access to the source
57
- code of the modified version.
58
-
59
- An older license, called the Affero General Public License and
60
- published by Affero, was designed to accomplish similar goals. This is
61
- a different license, not a version of the Affero GPL, but Affero has
62
- released a new version of the Affero GPL which permits relicensing under
63
- this license.
38
+ To protect your rights, we need to prevent others from denying you
39
+ these rights or asking you to surrender the rights. Therefore, you have
40
+ certain responsibilities if you distribute copies of the software, or if
41
+ you modify it: responsibilities to respect the freedom of others.
42
+
43
+ For example, if you distribute copies of such a program, whether
44
+ gratis or for a fee, you must pass on to the recipients the same
45
+ freedoms that you received. You must make sure that they, too, receive
46
+ or can get the source code. And you must show them these terms so they
47
+ know their rights.
48
+
49
+ Developers that use the GNU GPL protect your rights with two steps:
50
+ (1) assert copyright on the software, and (2) offer you this License
51
+ giving you legal permission to copy, distribute and/or modify it.
52
+
53
+ For the developers' and authors' protection, the GPL clearly explains
54
+ that there is no warranty for this free software. For both users' and
55
+ authors' sake, the GPL requires that modified versions be marked as
56
+ changed, so that their problems will not be attributed erroneously to
57
+ authors of previous versions.
58
+
59
+ Some devices are designed to deny users access to install or run
60
+ modified versions of the software inside them, although the manufacturer
61
+ can do so. This is fundamentally incompatible with the aim of
62
+ protecting users' freedom to change the software. The systematic
63
+ pattern of such abuse occurs in the area of products for individuals to
64
+ use, which is precisely where it is most unacceptable. Therefore, we
65
+ have designed this version of the GPL to prohibit the practice for those
66
+ products. If such problems arise substantially in other domains, we
67
+ stand ready to extend this provision to those domains in future versions
68
+ of the GPL, as needed to protect the freedom of users.
69
+
70
+ Finally, every program is threatened constantly by software patents.
71
+ States should not allow patents to restrict development and use of
72
+ software on general-purpose computers, but in those that do, we wish to
73
+ avoid the special danger that patents applied to a free program could
74
+ make it effectively proprietary. To prevent this, the GPL assures that
75
+ patents cannot be used to render the program non-free.
64
76
 
65
77
  The precise terms and conditions for copying, distribution and
66
78
  modification follow.
@@ -69,7 +81,7 @@ License: GNU AFFERO GENERAL PUBLIC LICENSE
69
81
 
70
82
  0. Definitions.
71
83
 
72
- "This License" refers to version 3 of the GNU Affero General Public License.
84
+ "This License" refers to version 3 of the GNU General Public License.
73
85
 
74
86
  "Copyright" also means copyright-like laws that apply to other kinds of
75
87
  works, such as semiconductor masks.
@@ -546,45 +558,35 @@ License: GNU AFFERO GENERAL PUBLIC LICENSE
546
558
  the Program, the only way you could satisfy both those terms and this
547
559
  License would be to refrain entirely from conveying the Program.
548
560
 
549
- 13. Remote Network Interaction; Use with the GNU General Public License.
550
-
551
- Notwithstanding any other provision of this License, if you modify the
552
- Program, your modified version must prominently offer all users
553
- interacting with it remotely through a computer network (if your version
554
- supports such interaction) an opportunity to receive the Corresponding
555
- Source of your version by providing access to the Corresponding Source
556
- from a network server at no charge, through some standard or customary
557
- means of facilitating copying of software. This Corresponding Source
558
- shall include the Corresponding Source for any work covered by version 3
559
- of the GNU General Public License that is incorporated pursuant to the
560
- following paragraph.
561
+ 13. Use with the GNU Affero General Public License.
561
562
 
562
563
  Notwithstanding any other provision of this License, you have
563
564
  permission to link or combine any covered work with a work licensed
564
- under version 3 of the GNU General Public License into a single
565
+ under version 3 of the GNU Affero General Public License into a single
565
566
  combined work, and to convey the resulting work. The terms of this
566
567
  License will continue to apply to the part which is the covered work,
567
- but the work with which it is combined will remain governed by version
568
- 3 of the GNU General Public License.
568
+ but the special requirements of the GNU Affero General Public License,
569
+ section 13, concerning interaction through a network will apply to the
570
+ combination as such.
569
571
 
570
572
  14. Revised Versions of this License.
571
573
 
572
574
  The Free Software Foundation may publish revised and/or new versions of
573
- the GNU Affero General Public License from time to time. Such new versions
574
- will be similar in spirit to the present version, but may differ in detail to
575
+ the GNU General Public License from time to time. Such new versions will
576
+ be similar in spirit to the present version, but may differ in detail to
575
577
  address new problems or concerns.
576
578
 
577
579
  Each version is given a distinguishing version number. If the
578
- Program specifies that a certain numbered version of the GNU Affero General
580
+ Program specifies that a certain numbered version of the GNU General
579
581
  Public License "or any later version" applies to it, you have the
580
582
  option of following the terms and conditions either of that numbered
581
583
  version or of any later version published by the Free Software
582
584
  Foundation. If the Program does not specify a version number of the
583
- GNU Affero General Public License, you may choose any version ever published
585
+ GNU General Public License, you may choose any version ever published
584
586
  by the Free Software Foundation.
585
587
 
586
588
  If the Program specifies that a proxy can decide which future
587
- versions of the GNU Affero General Public License can be used, that proxy's
589
+ versions of the GNU General Public License can be used, that proxy's
588
590
  public statement of acceptance of a version permanently authorizes you
589
591
  to choose that version for the Program.
590
592
 
@@ -642,32 +644,43 @@ License: GNU AFFERO GENERAL PUBLIC LICENSE
642
644
  Copyright (C) <year> <name of author>
643
645
 
644
646
  This program is free software: you can redistribute it and/or modify
645
- it under the terms of the GNU Affero General Public License as published
646
- by the Free Software Foundation, either version 3 of the License, or
647
+ it under the terms of the GNU General Public License as published by
648
+ the Free Software Foundation, either version 3 of the License, or
647
649
  (at your option) any later version.
648
650
 
649
651
  This program is distributed in the hope that it will be useful,
650
652
  but WITHOUT ANY WARRANTY; without even the implied warranty of
651
653
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
652
- GNU Affero General Public License for more details.
654
+ GNU General Public License for more details.
653
655
 
654
- You should have received a copy of the GNU Affero General Public License
656
+ You should have received a copy of the GNU General Public License
655
657
  along with this program. If not, see <https://www.gnu.org/licenses/>.
656
658
 
657
659
  Also add information on how to contact you by electronic and paper mail.
658
660
 
659
- If your software can interact with users remotely through a computer
660
- network, you should also make sure that it provides a way for users to
661
- get its source. For example, if your program is a web application, its
662
- interface could display a "Source" link that leads users to an archive
663
- of the code. There are many ways you could offer source, and different
664
- solutions will be better for different programs; see section 13 for the
665
- specific requirements.
661
+ If the program does terminal interaction, make it output a short
662
+ notice like this when it starts in an interactive mode:
663
+
664
+ <program> Copyright (C) <year> <name of author>
665
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
666
+ This is free software, and you are welcome to redistribute it
667
+ under certain conditions; type `show c' for details.
668
+
669
+ The hypothetical commands `show w' and `show c' should show the appropriate
670
+ parts of the General Public License. Of course, your program's commands
671
+ might be different; for a GUI interface, you would use an "about box".
666
672
 
667
673
  You should also get your employer (if you work as a programmer) or school,
668
674
  if any, to sign a "copyright disclaimer" for the program, if necessary.
669
- For more information on this, and how to apply and follow the GNU AGPL, see
675
+ For more information on this, and how to apply and follow the GNU GPL, see
670
676
  <https://www.gnu.org/licenses/>.
677
+
678
+ The GNU General Public License does not permit incorporating your program
679
+ into proprietary programs. If your program is a subroutine library, you
680
+ may consider it more useful to permit linking proprietary applications with
681
+ the library. If this is what you want to do, use the GNU Lesser General
682
+ Public License instead of this License. But first, please read
683
+ <https://www.gnu.org/licenses/why-not-lgpl.html>.
671
684
  License-File: LICENSE
672
685
  Requires-Python: >=3.10
673
686
  Requires-Dist: anndata<0.10.9,>=0.8.0
@@ -677,7 +690,7 @@ Requires-Dist: osqp>=1.0.5
677
690
  Requires-Dist: pandas<3.0.0,>=2.0.0
678
691
  Requires-Dist: pydeseq2==0.4.11
679
692
  Requires-Dist: scipy==1.13.0
680
- Requires-Dist: setuptools<70.0.0,>=69.0.0
693
+ Requires-Dist: setuptools>=80.0.0
681
694
  Requires-Dist: statsmodels>=0.14.1
682
695
  Provides-Extra: dev
683
696
  Requires-Dist: bump2version; extra == 'dev'
@@ -4,7 +4,7 @@ requires = ["hatchling"]
4
4
 
5
5
  [project]
6
6
  name = "rectanglepy"
7
- version = "1.2.0"
7
+ version = "1.2.1"
8
8
  description = "Hierarchical deconvolution of bulk transcriptomics"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -27,7 +27,7 @@ dependencies = [
27
27
  "numpy>=1.0.0,<2.0.0",
28
28
  "anndata>=0.8.0,<0.10.9",
29
29
  "statsmodels>=0.14.1",
30
- "setuptools>=69.0.0,<70.0.0",
30
+ "setuptools>=80.0.0",
31
31
 
32
32
  ]
33
33
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes