freealg 0.3.0__tar.gz → 0.3.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 (36) hide show
  1. {freealg-0.3.0 → freealg-0.3.1}/PKG-INFO +4 -3
  2. {freealg-0.3.0 → freealg-0.3.1}/README.rst +2 -1
  3. freealg-0.3.1/freealg/__version__.py +1 -0
  4. {freealg-0.3.0 → freealg-0.3.1}/freealg/_support.py +4 -2
  5. {freealg-0.3.0 → freealg-0.3.1}/freealg/eigh.py +1 -1
  6. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/PKG-INFO +4 -3
  7. {freealg-0.3.0 → freealg-0.3.1}/setup.py +1 -1
  8. freealg-0.3.0/freealg/__version__.py +0 -1
  9. {freealg-0.3.0 → freealg-0.3.1}/AUTHORS.txt +0 -0
  10. {freealg-0.3.0 → freealg-0.3.1}/CHANGELOG.rst +0 -0
  11. {freealg-0.3.0 → freealg-0.3.1}/LICENSE.txt +0 -0
  12. {freealg-0.3.0 → freealg-0.3.1}/MANIFEST.in +0 -0
  13. {freealg-0.3.0 → freealg-0.3.1}/freealg/__init__.py +0 -0
  14. {freealg-0.3.0 → freealg-0.3.1}/freealg/_chebyshev.py +0 -0
  15. {freealg-0.3.0 → freealg-0.3.1}/freealg/_damp.py +0 -0
  16. {freealg-0.3.0 → freealg-0.3.1}/freealg/_decompress.py +0 -0
  17. {freealg-0.3.0 → freealg-0.3.1}/freealg/_jacobi.py +0 -0
  18. {freealg-0.3.0 → freealg-0.3.1}/freealg/_pade.py +0 -0
  19. {freealg-0.3.0 → freealg-0.3.1}/freealg/_plot_util.py +0 -0
  20. {freealg-0.3.0 → freealg-0.3.1}/freealg/_sample.py +0 -0
  21. {freealg-0.3.0 → freealg-0.3.1}/freealg/_util.py +0 -0
  22. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/__init__.py +0 -0
  23. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/_kesten_mckay.py +0 -0
  24. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/_marchenko_pastur.py +0 -0
  25. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/_meixner.py +0 -0
  26. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/_wachter.py +0 -0
  27. {freealg-0.3.0 → freealg-0.3.1}/freealg/distributions/_wigner.py +0 -0
  28. {freealg-0.3.0 → freealg-0.3.1}/freealg/freeform.py +0 -0
  29. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/SOURCES.txt +0 -0
  30. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/dependency_links.txt +0 -0
  31. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/not-zip-safe +0 -0
  32. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/requires.txt +0 -0
  33. {freealg-0.3.0 → freealg-0.3.1}/freealg.egg-info/top_level.txt +0 -0
  34. {freealg-0.3.0 → freealg-0.3.1}/pyproject.toml +0 -0
  35. {freealg-0.3.0 → freealg-0.3.1}/requirements.txt +0 -0
  36. {freealg-0.3.0 → freealg-0.3.1}/setup.cfg +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: freealg
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Free probability for large matrices
5
- Keywords: leaderboard bot chat
5
+ Keywords: linalg,free-probability
6
6
  Platform: Linux
7
7
  Platform: OSX
8
8
  Platform: Windows
@@ -72,7 +72,8 @@ Dynamic: summary
72
72
 
73
73
  `Paper <https://arxiv.org/abs/2506.11994>`__ |
74
74
  `Slides <https://www.dropbox.com/scl/fi/03gjuyz17k9yhsqy0isoz/free_decomporession_slides.pdf?rlkey=8f82mhciyl2ju02l7hv1md5li&st=26xmhjga&dl=0>`__ |
75
- `Docs <https://ameli.github.io/freealg>`__
75
+ `Docs <https://ameli.github.io/freealg>`__ |
76
+ `Live Demo <https://ameli.github.io/freealg/jlite/lab/index.html?path=quick_start.ipynb>`__
76
77
 
77
78
  .. `Slides <https://ameli.github.io/freealg/_static/data/slides.pdf>`__ |
78
79
 
@@ -5,7 +5,8 @@
5
5
 
6
6
  `Paper <https://arxiv.org/abs/2506.11994>`__ |
7
7
  `Slides <https://www.dropbox.com/scl/fi/03gjuyz17k9yhsqy0isoz/free_decomporession_slides.pdf?rlkey=8f82mhciyl2ju02l7hv1md5li&st=26xmhjga&dl=0>`__ |
8
- `Docs <https://ameli.github.io/freealg>`__
8
+ `Docs <https://ameli.github.io/freealg>`__ |
9
+ `Live Demo <https://ameli.github.io/freealg/jlite/lab/index.html?path=quick_start.ipynb>`__
9
10
 
10
11
  .. `Slides <https://ameli.github.io/freealg/_static/data/slides.pdf>`__ |
11
12
 
@@ -0,0 +1 @@
1
+ __version__ = "0.3.1"
@@ -127,7 +127,7 @@ def detect_support(eigs, method='asymp', k=None, p=0.001, **kwargs):
127
127
  * ``'interior'``: estimates a support assuming the range overestimates;
128
128
  uses quantiles (p, 1-p).
129
129
  * ``'interior_smooth'``: same as ``'interior'`` but using kernel
130
- density estimation.
130
+ density estimation, from [2].
131
131
 
132
132
  k : int, default = None
133
133
  Number of extreme order statistics to use for ``method='regression'``.
@@ -142,10 +142,12 @@ def detect_support(eigs, method='asymp', k=None, p=0.001, **kwargs):
142
142
  References
143
143
  ----------
144
144
 
145
- .. [1] Quenouille, M. H. (1949, July). Approximate tests of correlation in
145
+ .. [1] Quenouille, M. H. (1949). Approximate tests of correlation in
146
146
  time-series. In Mathematical Proceedings of the Cambridge
147
147
  Philosophical Society (Vol. 45, No. 3, pp. 483-484). Cambridge
148
148
  University Press.
149
+ .. [2] Cuevas, A., & Fraiman, R. (1997). A plug-in approach to support
150
+ estimation. The Annals of Statistics, 2300-2312.
149
151
  """
150
152
 
151
153
  if method == 'range':
@@ -193,7 +193,7 @@ def cond(A, N=None):
193
193
  >>> cond(A)
194
194
  """
195
195
 
196
- eigs = eigh(A, N)
196
+ eigs = eigh(A, N, psd=True)
197
197
  return eigs.max() / eigs.min()
198
198
 
199
199
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: freealg
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Free probability for large matrices
5
- Keywords: leaderboard bot chat
5
+ Keywords: linalg,free-probability
6
6
  Platform: Linux
7
7
  Platform: OSX
8
8
  Platform: Windows
@@ -72,7 +72,8 @@ Dynamic: summary
72
72
 
73
73
  `Paper <https://arxiv.org/abs/2506.11994>`__ |
74
74
  `Slides <https://www.dropbox.com/scl/fi/03gjuyz17k9yhsqy0isoz/free_decomporession_slides.pdf?rlkey=8f82mhciyl2ju02l7hv1md5li&st=26xmhjga&dl=0>`__ |
75
- `Docs <https://ameli.github.io/freealg>`__
75
+ `Docs <https://ameli.github.io/freealg>`__ |
76
+ `Live Demo <https://ameli.github.io/freealg/jlite/lab/index.html?path=quick_start.ipynb>`__
76
77
 
77
78
  .. `Slides <https://ameli.github.io/freealg/_static/data/slides.pdf>`__ |
78
79
 
@@ -165,7 +165,7 @@ def main(argv):
165
165
  description=description,
166
166
  long_description=long_description,
167
167
  long_description_content_type='text/x-rst',
168
- keywords="""leaderboard bot chat""",
168
+ keywords="""linalg, free-probability""",
169
169
  platforms=['Linux', 'OSX', 'Windows'],
170
170
  packages=setuptools.find_packages(exclude=[
171
171
  'tests.*',
@@ -1 +0,0 @@
1
- __version__ = "0.3.0"
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes