multipers 2.3.1__cp311-cp311-win_amd64.whl → 2.3.2b1__cp311-cp311-win_amd64.whl

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.

Potentially problematic release.


This version of multipers might be problematic. Click here for more details.

Files changed (49) hide show
  1. multipers/_signed_measure_meta.py +71 -65
  2. multipers/array_api/__init__.py +39 -0
  3. multipers/array_api/numpy.py +34 -0
  4. multipers/array_api/torch.py +35 -0
  5. multipers/distances.py +6 -2
  6. multipers/filtrations/density.py +23 -12
  7. multipers/filtrations/filtrations.py +74 -15
  8. multipers/function_rips.cp311-win_amd64.pyd +0 -0
  9. multipers/grids.cp311-win_amd64.pyd +0 -0
  10. multipers/grids.pyx +144 -61
  11. multipers/gudhi/Simplex_tree_multi_interface.h +35 -0
  12. multipers/gudhi/gudhi/Multi_persistence/Box.h +3 -0
  13. multipers/gudhi/gudhi/One_critical_filtration.h +17 -9
  14. multipers/gudhi/mma_interface_matrix.h +5 -3
  15. multipers/gudhi/truc.h +488 -42
  16. multipers/io.cp311-win_amd64.pyd +0 -0
  17. multipers/io.pyx +16 -86
  18. multipers/ml/mma.py +3 -3
  19. multipers/ml/signed_measures.py +60 -62
  20. multipers/mma_structures.cp311-win_amd64.pyd +0 -0
  21. multipers/mma_structures.pxd +2 -1
  22. multipers/mma_structures.pyx +56 -12
  23. multipers/mma_structures.pyx.tp +14 -3
  24. multipers/multiparameter_module_approximation/approximation.h +45 -13
  25. multipers/multiparameter_module_approximation.cp311-win_amd64.pyd +0 -0
  26. multipers/multiparameter_module_approximation.pyx +22 -6
  27. multipers/plots.py +1 -0
  28. multipers/point_measure.cp311-win_amd64.pyd +0 -0
  29. multipers/point_measure.pyx +6 -2
  30. multipers/simplex_tree_multi.cp311-win_amd64.pyd +0 -0
  31. multipers/simplex_tree_multi.pxd +1 -0
  32. multipers/simplex_tree_multi.pyx +487 -109
  33. multipers/simplex_tree_multi.pyx.tp +67 -18
  34. multipers/slicer.cp311-win_amd64.pyd +0 -0
  35. multipers/slicer.pxd +699 -217
  36. multipers/slicer.pxd.tp +22 -6
  37. multipers/slicer.pyx +5312 -1365
  38. multipers/slicer.pyx.tp +199 -46
  39. multipers/tbb12.dll +0 -0
  40. multipers/tbbbind_2_5.dll +0 -0
  41. multipers/tbbmalloc.dll +0 -0
  42. multipers/tbbmalloc_proxy.dll +0 -0
  43. multipers/tests/__init__.py +9 -4
  44. multipers/torch/diff_grids.py +30 -7
  45. {multipers-2.3.1.dist-info → multipers-2.3.2b1.dist-info}/METADATA +4 -25
  46. {multipers-2.3.1.dist-info → multipers-2.3.2b1.dist-info}/RECORD +49 -46
  47. {multipers-2.3.1.dist-info → multipers-2.3.2b1.dist-info}/WHEEL +1 -1
  48. {multipers-2.3.1.dist-info → multipers-2.3.2b1.dist-info/licenses}/LICENSE +0 -0
  49. {multipers-2.3.1.dist-info → multipers-2.3.2b1.dist-info}/top_level.txt +0 -0
@@ -1,42 +1,45 @@
1
1
  multipers/__init__.py,sha256=y4BfbXAY2M2yZYob758IegZHwIbRgmKrph6lwe6WR6Q,733
2
- multipers/_signed_measure_meta.py,sha256=kS_AhjZrk5hMXN9me0EJy6c29LmTlufo_DnaIf0neRQ,16663
2
+ multipers/_signed_measure_meta.py,sha256=njqCQbGXH2s8F1AL4Rlawi2ceq8CBcPZXjNo3JzUvnE,17277
3
3
  multipers/_slicer_meta.py,sha256=mjIGR-B6HnQLSiMowEQ8EWQkD_IF3bBnDVzvwrZugZ4,7203
4
- multipers/distances.py,sha256=am3_SqSkGB9N59grxb_EZt-KYqqKln0WiR4Wia6N_LA,6067
4
+ multipers/distances.py,sha256=uAZj2GtUQp50OxN2qU7sl2JqsmJ74IG9j5tZapLO2Us,6220
5
5
  multipers/filtration_conversions.pxd,sha256=Je7a3F4zS1PQn6Ul1YCXgA6p39X2FouStru-XtN-aOw,10800
6
6
  multipers/filtration_conversions.pxd.tp,sha256=_9tUvZVUA7J_RUM3q7BxY48fYgDHCUA7Xhy4nBfLLs0,3309
7
7
  multipers/filtrations.pxd,sha256=08ONkZNCjs8Nme8lcD9myPz-K662sA-EDpSwzgC2_ts,9461
8
- multipers/function_rips.cp311-win_amd64.pyd,sha256=7lRTlEvxjAu2G-pUNW1OldPcVxkFQO8mpQzQphfwB8Y,345600
8
+ multipers/function_rips.cp311-win_amd64.pyd,sha256=2waQrZG_eslXeDLOFrwKQ75dgwuJlX6iNPaiVHfp-1k,329728
9
9
  multipers/function_rips.pyx,sha256=j5NjbK3YrAv_2s8YHB1JB0k6m9NC7RQCSFlJe-w_kgE,5252
10
- multipers/grids.cp311-win_amd64.pyd,sha256=SyVHjzYz37NUvM2-ErlFAShzO0Nn83W4z6oFjI438OQ,506368
11
- multipers/grids.pyx,sha256=uYVue79CiUK1yiL3kHI9h9lx3w1atZZx1KmWE7lYGp0,13733
12
- multipers/io.cp311-win_amd64.pyd,sha256=QVFL1eY1suv_Qzd2gtDM1CIeVBaFncbofwq3B1Zupps,256512
13
- multipers/io.pyx,sha256=cKCmkaurybQ_a1evQFTtONIjAUGYwhx8KhYdPkDhjvE,25482
14
- multipers/mma_structures.cp311-win_amd64.pyd,sha256=VtR5M4w3aO1jcyjN8dlxmZsV-_7-JXGh5jv2tCqpnOI,1331712
15
- multipers/mma_structures.pxd,sha256=u-t_xEsLUYwLFt1v3TzKN8AcrP1V02pQRpYDw7PLpYw,6499
16
- multipers/mma_structures.pyx,sha256=RZWdsKBtB2cHDH9-jwUtDMPd968eCmp921Wu6BZZgow,108578
17
- multipers/mma_structures.pyx.tp,sha256=CW67g5yfG5UETdTfr-7PiTwDRkA-JteyJaPyeOrr970,42060
10
+ multipers/grids.cp311-win_amd64.pyd,sha256=Mc7CPQ0i84Y_gX8C34aS6-8Iw7Nm0QzGyzQWaqRcOFc,485376
11
+ multipers/grids.pyx,sha256=ONN_RKkuxqwb9IaS9gd42FUGaiBLc8QWcd3L-ubZjKE,16575
12
+ multipers/io.cp311-win_amd64.pyd,sha256=H760X4G088T2LVY8gWaHOeQMb6y2t88PH4yhX40W9uU,224768
13
+ multipers/io.pyx,sha256=pQBH_rSqaCZqDSxTLnhlyECP3fLbX2tR_RKJHydHm_0,22210
14
+ multipers/mma_structures.cp311-win_amd64.pyd,sha256=4lg1KFhyKn1JMrCgxtMpgv6-68PzvMgTcC19cO6oLaY,1291776
15
+ multipers/mma_structures.pxd,sha256=jh1QnQRidt_VK0CK7losQi6rAl_1qG5DNuR23J42pUA,6595
16
+ multipers/mma_structures.pyx,sha256=4zNC6ePfFKMvx0MrH-FqJVouyTMciRc49oevKDnsJhI,109530
17
+ multipers/mma_structures.pyx.tp,sha256=hWuuk9USDFa8CbQVRHNjWSAdGgpkWKvSCNjTtVuSzwM,42299
18
18
  multipers/multiparameter_edge_collapse.py,sha256=MFt0eKQQSv2354omeIqOmzASYTKIMsYdxZHFZauQr8g,1229
19
- multipers/multiparameter_module_approximation.cp311-win_amd64.pyd,sha256=n83q5gkg6daZPtSLZZ56nTgmKEZ00gVKS68eJ64yEIQ,474112
20
- multipers/multiparameter_module_approximation.pyx,sha256=RAsN76_FNMtUUVqbTMU-Tpf5G8_OeZn_gslP7IWODiI,8611
19
+ multipers/multiparameter_module_approximation.cp311-win_amd64.pyd,sha256=dwICwPK6QYkrXx2aJ2_P7fRRk_RxB7rpELINriqVkx0,452096
20
+ multipers/multiparameter_module_approximation.pyx,sha256=HcQyT8aeCxDA_QcODz3Bk6rXyX6NPOYM5vRkYx1_tIo,9024
21
21
  multipers/pickle.py,sha256=YYVt4iHiD16E1x5Yn_4mX6P5P8rKi56pNGjJo5IzPhc,2579
22
- multipers/plots.py,sha256=_h4-fVYIu5TXkjmeQypMxthkRhl2be_hQvc8Pg1hnlc,11136
23
- multipers/point_measure.cp311-win_amd64.pyd,sha256=jkKiPJKfTLTuPvS3jc57SHy5QPJKKXFx3xco-gBgB3c,615936
24
- multipers/point_measure.pyx,sha256=7IjakgrAmGVv57MBb8BEHRwsSGxJgxTu_Iar6zOW2_A,11951
25
- multipers/simplex_tree_multi.cp311-win_amd64.pyd,sha256=t8nCWNqkTEtDGqAHa1jSggGMnTCXN0K_3fnYC-6TIWs,3620864
26
- multipers/simplex_tree_multi.pxd,sha256=B7beQwO_qgbxF_xK55B0ics3cW_REktm7cXY2Vl3NqY,6559
27
- multipers/simplex_tree_multi.pyx,sha256=mQ51gpmRBWR-0VhWqA0A3yI4TXmD53w7Omn-IpNF4VM,481685
28
- multipers/simplex_tree_multi.pyx.tp,sha256=xHFikEmTFtTRyZqiF94Ma81f7Y_NyD7NHi1PflrOu8Q,86960
29
- multipers/slicer.cp311-win_amd64.pyd,sha256=f1IbtZcW9jUA3cZHREojv_n1jB-TrGtUN3dTs8hPHxI,8710656
30
- multipers/slicer.pxd,sha256=7IK4Bf4kP04UZOZj5iCzY3Z60HamMHiMJcWEXEc3_8k,160250
31
- multipers/slicer.pxd.tp,sha256=WdNAzZaxxfwro8puyZkZMjZl4ugsYpjBdDKWgNallNA,9457
32
- multipers/slicer.pyx,sha256=FXFZhHS2oEpMxKTPAas59i0nePHniy5oLDomaru3L7A,714555
33
- multipers/slicer.pyx.tp,sha256=WiWOwZ5-R510ftEvCaNEQ6ekNSN_S9dRiIDbTkGXCYA,37913
34
- multipers/tbb12.dll,sha256=jutngDNBx2TW92tVYsfuHD8Sre0oO-rh4iK2edc1SGA,337920
35
- multipers/tbbbind_2_5.dll,sha256=-ywrB_hirPeygmtj_VhROzkQcw70G94x4JTgBdkUaUQ,23040
36
- multipers/tbbmalloc.dll,sha256=4uOK-Y2zeptYOLEh1bu-Yz8htiG4gtF_agyanMJO-tA,112640
37
- multipers/tbbmalloc_proxy.dll,sha256=iWWmLmm2bxDnyPQUry1kvhkgQspLyLmIjYD-k4Z9Hk0,31232
22
+ multipers/plots.py,sha256=qE08IhzCIDBUsqbxbuxDsMf2T1SBRCSeeys2dpn7I9U,11236
23
+ multipers/point_measure.cp311-win_amd64.pyd,sha256=YTr31u0raILqiHXbCb41TIDz-YP-BeZTsybIfQ-m0tY,591872
24
+ multipers/point_measure.pyx,sha256=DVhal6HgCCuALSJMcHHKOW16CwDQCVTc2PpK8cGCqx8,12109
25
+ multipers/simplex_tree_multi.cp311-win_amd64.pyd,sha256=QgZKXIjuFcCbUEu0cRHIcmOk2N2gft14k7iGYhrWomc,3570688
26
+ multipers/simplex_tree_multi.pxd,sha256=KpyDEQNPoMC2sOU9-d4LtrGXx_UVCJGxMJ1kk1AzHgU,6631
27
+ multipers/simplex_tree_multi.pyx,sha256=kHcy0PgQSE6OZOhXSeIt9vRA7uYQ_mP59zDO0uchWco,497140
28
+ multipers/simplex_tree_multi.pyx.tp,sha256=5dCPI0jUZrCfCIHaGR7rwCu4trG_MvUxt1drJWJuI3Y,88973
29
+ multipers/slicer.cp311-win_amd64.pyd,sha256=_V3Sio3U64rH2fEla0z28mpGH6pDQBz7Z4XRhR3669g,11308544
30
+ multipers/slicer.pxd,sha256=fzA-lL_QWyUMf9rRSpcKG35QNS9UXEmVC9r7kR0geho,185230
31
+ multipers/slicer.pxd.tp,sha256=fLOUPtPGqiY9o1fPDyc_whBrgKLh_6HVfvl7OtE-34Y,10243
32
+ multipers/slicer.pyx,sha256=tC9MdLeiBMqMUdExgnuLQz1-jwzhZKrqBwv_GXUV8pc,893930
33
+ multipers/slicer.pyx.tp,sha256=r4JUXH4eUMtM0uEETSlko590LhNH5bpjRxcqUeNHeJA,44415
34
+ multipers/tbb12.dll,sha256=6AsPR4GauU53hj2xqJNM0SfLkCKCDskjy-uKeS01tCk,338944
35
+ multipers/tbbbind_2_5.dll,sha256=8TtH7JJZlCEKF0UwfyJoiyrFt9utOI_x5AFOxpP-pGw,23040
36
+ multipers/tbbmalloc.dll,sha256=1MRBYYNzNcooog8__yuLq40l7kSgZ4lkNZhDFfTWM8A,112640
37
+ multipers/tbbmalloc_proxy.dll,sha256=fcM6szEVHayvxKW8sPUTWoqEZx1_4FbWni81hbOcbi4,31232
38
38
  multipers/tensor.pxd,sha256=MSmaMU0sOP9CHLmg4dym7nOGaI1S4cOdM01TQ9flI54,417
39
39
  multipers/test.pyx,sha256=-g7WU-jKrZK8H0c-6eAPsfrApjvTKrUoswVYFu8LoV4,1798
40
+ multipers/array_api/__init__.py,sha256=mEJ-vc8t9_pvwW06Psmww7EsZntZA_SiHxzRugJ_X4A,1038
41
+ multipers/array_api/numpy.py,sha256=aXNzWLfDIv0_kFqRzYUUcpAJuM9SX3_fm73Bx18nogs,606
42
+ multipers/array_api/torch.py,sha256=w55ow_Gxht2FOvc5EksCfaceh5gMTNKixHVsAMeSZik,548
40
43
  multipers/data/MOL2.py,sha256=nLZHy2OSFN9Z2uJKsbqWOEG2R7G-uH6dCLHG48UjvR4,15428
41
44
  multipers/data/UCR.py,sha256=PuT8l3i26y0goBzIESwdgJAe6YFCyDiWSoxECcP5rhs,798
42
45
  multipers/data/__init__.py,sha256=w7uUe4LOHbdbKU4R8MNs7em65wZJN0v5ukoG1otFanQ,24
@@ -47,18 +50,18 @@ multipers/data/pytorch2simplextree.py,sha256=cvOJTUleK_qEbcpygRD77GuQl_0qDsSjjD6
47
50
  multipers/data/shape3d.py,sha256=AE-vvjKrhKxOwMo-lurUsFqqLjIg5obo-RTbRZF_5Mk,3893
48
51
  multipers/data/synthetic.py,sha256=RvLWIBE5j99kJSt-D7cnPGI3c7skD4p8_qofJbMIXM0,3078
49
52
  multipers/filtrations/__init__.py,sha256=Lg0EHe2cxT32UQAg0kr_Vpua-xPBZxGol8VIfz8UwWk,319
50
- multipers/filtrations/density.py,sha256=p-p-qSmrwVvolXkAZrf35XIus6mN-dF1CHNuEd7JGGQ,19272
51
- multipers/filtrations/filtrations.py,sha256=GY_JIkVfRwP71-BN79ac0Pn4tpniLtIkOcqCJCG-23w,10899
53
+ multipers/filtrations/density.py,sha256=z_QwAi_5EdUoKXc6s7N-qWM7n6r5hWHiHeJkLPWhE-w,19818
54
+ multipers/filtrations/filtrations.py,sha256=kkaUJOznzMmgQAW__lC2q6BOuiGj85_VIRP9C3TPMJk,13037
52
55
  multipers/gudhi/Persistence_slices_interface.h,sha256=QnUeCCKi9K8CfqI3W5i3Ra1Jy2Z1IIivr3MIpnBsnYU,6562
53
56
  multipers/gudhi/Simplex_tree_interface.h,sha256=kkq8pE3jKGLY1dK7sYpb_uERHaWGurrRXfaw_ygs-mY,10217
54
- multipers/gudhi/Simplex_tree_multi_interface.h,sha256=kDardleivWhlkEC9HSPDM75WPbnEW3IUur_BEiWeJ4U,23529
57
+ multipers/gudhi/Simplex_tree_multi_interface.h,sha256=7D9EqyO9dgi-VMTf-O8SR2UMQL95q_TL9ApmmN4ggFw,25484
55
58
  multipers/gudhi/cubical_to_boundary.h,sha256=ELRnPe8czj9XlGNb2fLszu7EzU6itgS2vq03eVP31aU,1955
56
59
  multipers/gudhi/mma_interface_coh.h,sha256=JljD7lVwxxywxjgbK3PU4FZhLK9XUuEXuWOPDQvURWI,8433
57
60
  multipers/gudhi/mma_interface_h0.h,sha256=puuKUcEndfv6012bSf1r0KVIJTvcsH2FOKLYc5oLwSg,7596
58
- multipers/gudhi/mma_interface_matrix.h,sha256=SHCN4DDS5W7FQ0v07giolsisTzBtA3R1nfE4Spo9i6A,11080
61
+ multipers/gudhi/mma_interface_matrix.h,sha256=v0kqeHHXD81F8D-V7Z1ZF5MSolJSyVQYFlGPbAqqgOY,11189
59
62
  multipers/gudhi/naive_merge_tree.h,sha256=iYrizGLZgCm_Dr-eNp4avfHLnXtyzlEslpzME4XPfek,18854
60
63
  multipers/gudhi/scc_io.h,sha256=KB-j1CQGbJ9VLeh5VUJN9GbhxDTwbEv0Q3pQzYLjzkY,11507
61
- multipers/gudhi/truc.h,sha256=OZsiGGOH7iLgGz4VHiUPTkeCwvo2gHwbDyLJ0BbOxDI,37695
64
+ multipers/gudhi/truc.h,sha256=x4suTh1W3Y3o1k24GYSwC3bceXoBkH1lb7mJJfy2u7E,56098
62
65
  multipers/gudhi/gudhi/Bitmap_cubical_complex.h,sha256=EdKBo5TQM8tCvap6_Lw2w-2kDOx4p10tQRXqKYcUs28,16159
63
66
  multipers/gudhi/gudhi/Bitmap_cubical_complex_base.h,sha256=62rgpvCQhAA7hpKSxRAKDO9uLZK2txxjf953kQA56eM,44544
64
67
  multipers/gudhi/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h,sha256=TJTN_RWANVEl5A4NeZYAfVzwLiP474J1vl16Pn1QqJE,25829
@@ -67,7 +70,7 @@ multipers/gudhi/gudhi/Flag_complex_edge_collapser.h,sha256=DQ_wyOG3z09jX6sq_79oT
67
70
  multipers/gudhi/gudhi/Matrix.h,sha256=bxCmhdWbxATmrw36GgKkIgZZM9xkCZPz4cJNNDG8qoI,115997
68
71
  multipers/gudhi/gudhi/Multi_critical_filtration.h,sha256=RDbMBMJtccxX1EtM59bVgL7uucjUUvFZhYb23kphpV8,42589
69
72
  multipers/gudhi/gudhi/Off_reader.h,sha256=Owwc7wgQzOgq4URfA3V5c9v_8IY6ODKXeZefjFk8Kok,4871
70
- multipers/gudhi/gudhi/One_critical_filtration.h,sha256=1dnE5fzNsfFgT4HqkrDFxm-AeOgBcQImHkVDye_TqA8,53398
73
+ multipers/gudhi/gudhi/One_critical_filtration.h,sha256=p7XLYfWtOqwxtoj9GnlYOQ-DuuP1O9SWp4Qz6BqMv10,53638
71
74
  multipers/gudhi/gudhi/Persistent_cohomology.h,sha256=UEy1ae9YBamWICDwA120lolIYlt14ExZjr7VFJZaCzI,30725
72
75
  multipers/gudhi/gudhi/Points_off_io.h,sha256=kdLw8d8c-zwLl-l5W7BE4lhTLr40FV4gkGo33sU-tbs,5226
73
76
  multipers/gudhi/gudhi/Simple_object_pool.h,sha256=Dc_bn6g5rCMg_wZtKNzueJPKfFh1SI-QO-HKAI_74jM,1809
@@ -89,7 +92,7 @@ multipers/gudhi/gudhi/Fields/Z2_field_operators.h,sha256=8xfZf6_yLzM8qEexfAjoj2t
89
92
  multipers/gudhi/gudhi/Fields/Zp_field.h,sha256=gy8DafW6z8m4yjLCwonBwEpMnsWprvZU7xOyscZ_Aw0,13156
90
93
  multipers/gudhi/gudhi/Fields/Zp_field_operators.h,sha256=xFVPchEYpGs5snzf5iXUUbFgXGvyrHroOd-t6fo3bgg,13506
91
94
  multipers/gudhi/gudhi/Fields/Zp_field_shared.h,sha256=XfEw_DmUKpffcoQlmCphutipzQwgIaV4DPot0dWhM9s,14032
92
- multipers/gudhi/gudhi/Multi_persistence/Box.h,sha256=Xbga3BoM51WVNJNmx57oJ-GAVtTxlIfOQI34yOuwNbA,5874
95
+ multipers/gudhi/gudhi/Multi_persistence/Box.h,sha256=yiOv7dwgWWMq8FifJNsy3GjLfdxArYWWuVHm8eWe3_c,6012
93
96
  multipers/gudhi/gudhi/Multi_persistence/Line.h,sha256=SVVebEUBf0MMxTn48iNBVf3LO7bVOuaR5UQOH0OWUHA,10149
94
97
  multipers/gudhi/gudhi/Persistence_matrix/Base_matrix.h,sha256=rTTtRJa9cu37oXsX9qPwWZkI4y5-NKuphBow1B3VtH8,32784
95
98
  multipers/gudhi/gudhi/Persistence_matrix/Base_matrix_with_column_compression.h,sha256=-i3IoKX-BGdU1LmseLGJW4K9_teUkdEuMgAJQQlLexk,29830
@@ -140,10 +143,10 @@ multipers/ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
143
  multipers/ml/accuracies.py,sha256=4KfH7EB6-3KjXhOcleHcCP_2OOA6mC9v7DI7MSA2PnU,2940
141
144
  multipers/ml/invariants_with_persistable.py,sha256=HL0_IIrcJdAmCIqcyHPg0PNLle_pa2esnGQJsK2hnHc,2261
142
145
  multipers/ml/kernels.py,sha256=XWfvKY68-c9E-MpRzdNqGzGD6K24Aizx95TkiSeAtIY,6175
143
- multipers/ml/mma.py,sha256=jW-kUQ7PuqWHrEhEwLGaYn64Rt2lgN45tFla0T4GGQc,23962
146
+ multipers/ml/mma.py,sha256=IqgTqp_ML7mjKyUul9xrhuY-PH6cw_7x_e2RZlbpCTc,23949
144
147
  multipers/ml/one.py,sha256=np5jM8gywm65TsK1yeZ1BDWqP-Ym-7hz4brTXI_0imk,20119
145
148
  multipers/ml/point_clouds.py,sha256=nTkSjSzQy6S10-sZ0uwBp_Fs2EIWleB7yHncK2b_xLg,13770
146
- multipers/ml/signed_measures.py,sha256=5uZf00gLqaOkWZ13rXW5H32bicnHm9-BedBYY7hayA0,58206
149
+ multipers/ml/signed_measures.py,sha256=MGxteZRNFvOPuNxCeJEp3iFKLLqHgfOk9EVeqM1OqIU,58131
147
150
  multipers/ml/sliced_wasserstein.py,sha256=jgq4ND3EWwwJBopqRvfJLsoOptiMHjS3zEAENBmPJDc,18644
148
151
  multipers/ml/tools.py,sha256=DOPcqmvZP2bA7M08GrwccdebwDq1HEwYdhNRGT7eZMI,3453
149
152
  multipers/multi_parameter_rank_invariant/diff_helpers.h,sha256=wMCOhAewWd6-lulLND0y8M0MZoru6zn_8J3qfXDjLds,3477
@@ -152,7 +155,7 @@ multipers/multi_parameter_rank_invariant/function_rips.h,sha256=aUox99Y4X5kRgQ-n
152
155
  multipers/multi_parameter_rank_invariant/hilbert_function.h,sha256=S_LRkNSU_bjjcPRS1pWpVHWOLMFQIAYa9dbAhwz0W8c,36412
153
156
  multipers/multi_parameter_rank_invariant/persistence_slices.h,sha256=oVMsNkn_VB5lQ_2qsKw5ydPoHnMuGbtvrIN_ga7XnGQ,5986
154
157
  multipers/multi_parameter_rank_invariant/rank_invariant.h,sha256=-W_ai4I_wkAIodU3Ubgvuc5cD_VLJzB4479EsVSynsM,16371
155
- multipers/multiparameter_module_approximation/approximation.h,sha256=qjgFEjd8jjzxoOMkiYWGHvJN6-ZOqz0aSuXwIb6s3sI,95440
158
+ multipers/multiparameter_module_approximation/approximation.h,sha256=WoTIj3TsTikKtLb5WzrQ3hNBPdZBbtt0VQ1rwqVIi_c,96821
156
159
  multipers/multiparameter_module_approximation/combinatory.h,sha256=Ck-VKQ56wsXCgQvIbpfTnBOweSBRm4rnChLfHf6JWlc,3605
157
160
  multipers/multiparameter_module_approximation/debug.h,sha256=yy7miaqw-Lj8u1yMB9HmtJL02abf3K6JlqS6LbkUVfI,2692
158
161
  multipers/multiparameter_module_approximation/euler_curves.h,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -171,12 +174,12 @@ multipers/multiparameter_module_approximation/vector_matrix.h,sha256=0-iIA-Xk_Bz
171
174
  multipers/multiparameter_module_approximation/vineyards.h,sha256=6wN_k4CFO1BCVoT8Cc60Wi__v4C2bvFec7rpq-GPb4w,14694
172
175
  multipers/multiparameter_module_approximation/vineyards_trajectories.h,sha256=ZZ4E0gmmuHNyUD_rKioISrlWhHNLW_dhlsCWGvzHW2o,25292
173
176
  multipers/tensor/tensor.h,sha256=x2WknRJ_GzqYkBYnkJdVfjNJ197moRLFMy7oBmN1ITA,25261
174
- multipers/tests/__init__.py,sha256=19BXYlQxgBzj7OpMP6v6JYNZZi2y9afvD1Wvodwcb1E,1656
177
+ multipers/tests/__init__.py,sha256=-7Fj-zFAfBJv18trg0CPglQTmYu_ehySZGqtJzPlN8U,1909
175
178
  multipers/torch/__init__.py,sha256=OLxIiZ389uCqehpUxBPUI_x1SYu531onc4tiTscAuIw,27
176
- multipers/torch/diff_grids.py,sha256=8d0UhiWeMrb471nMKkwrRgGQO_u2kCtRjYYn5I-BFkQ,6745
179
+ multipers/torch/diff_grids.py,sha256=2YK-c351tBpj8sfzjf26fbE1l0xlWse7oVVfDHD3zwM,7492
177
180
  multipers/torch/rips_density.py,sha256=H-kmSzY8hXhmVn15Oltc71DHs1IUHg5oPRgNyWW8L4Q,11706
178
- multipers-2.3.1.dist-info/LICENSE,sha256=UsQRnvlo_9wpQS9DNt52GEraERHwK2GIRwuqr2Yv5JI,1071
179
- multipers-2.3.1.dist-info/METADATA,sha256=gN2bFiv-a8tAkXkhfrX95eZAbNSaZtMEhGtpNsgYrA0,10945
180
- multipers-2.3.1.dist-info/WHEEL,sha256=lPxm9M09dVYWZ0wAh0Zu0ADFguuSXLRXmaW8X9Lg2rA,101
181
- multipers-2.3.1.dist-info/top_level.txt,sha256=L9e0AGmhRzrNw9FpuUx-zlqi5NcBOmrI9wYY8kYWr8A,10
182
- multipers-2.3.1.dist-info/RECORD,,
181
+ multipers-2.3.2b1.dist-info/licenses/LICENSE,sha256=UsQRnvlo_9wpQS9DNt52GEraERHwK2GIRwuqr2Yv5JI,1071
182
+ multipers-2.3.2b1.dist-info/METADATA,sha256=Y4BzuXQAWL9SPwMjnQb--IS_hRgF02yt7LNavqCIpYs,9672
183
+ multipers-2.3.2b1.dist-info/WHEEL,sha256=w9Xlqjb4P__1xPosTTDG8Ieqhmo6FNdeoRaV5xSg6-o,101
184
+ multipers-2.3.2b1.dist-info/top_level.txt,sha256=L9e0AGmhRzrNw9FpuUx-zlqi5NcBOmrI9wYY8kYWr8A,10
185
+ multipers-2.3.2b1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5