distclassipy 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: distclassipy
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: A python package for a distance-based classifier which can use several different distance metrics.
5
5
  Author-email: Siddharth Chaini <sidchaini@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -685,13 +685,12 @@ Classifier: Intended Audience :: Developers
685
685
  Classifier: Intended Audience :: Education
686
686
  Classifier: Intended Audience :: Science/Research
687
687
  Classifier: License :: OSI Approved :: MIT License
688
- Classifier: Programming Language :: Python :: 3.9
689
688
  Classifier: Programming Language :: Python :: 3.10
690
689
  Classifier: Programming Language :: Python :: 3.11
691
690
  Classifier: Programming Language :: Python :: 3.12
692
691
  Classifier: Programming Language :: Python :: 3.13
693
692
  Classifier: Operating System :: OS Independent
694
- Requires-Python: >=3.9
693
+ Requires-Python: >=3.10
695
694
  Description-Content-Type: text/markdown
696
695
  License-File: LICENSE
697
696
  Requires-Dist: joblib >=1.3.2
@@ -0,0 +1,11 @@
1
+ distclassipy/__init__.py,sha256=ddjymjO9E7ZilGC85dJZtLwNb46Yo11I_-yV6A5FUfo,492
2
+ distclassipy/classifier.py,sha256=RHom5DRTHtmJK95SUEDTQUoTJRIxnL0a3JolJtqkrP4,12228
3
+ distclassipy/distances.py,sha256=SBH92YwH2hI-d777xnbQL6HVOGYje2M4lp19MX4HVEA,46878
4
+ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ tests/test_classifier.py,sha256=ihimWr-mGUqjvsC4Jc9m0hZlUlsc8vpbxONF0__TvOQ,1724
6
+ tests/test_distances.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
7
+ distclassipy-0.0.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
+ distclassipy-0.0.5.dist-info/METADATA,sha256=rVTO2WyuOCFzwsEqxL9qvMtI-bEF6pG-DGF05xdZTlA,41693
9
+ distclassipy-0.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
+ distclassipy-0.0.5.dist-info/top_level.txt,sha256=jiwqhSkq7CMCjV_Zar2dSDBO63o5C_Dp2tpGiVV6COE,13
11
+ distclassipy-0.0.5.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- distclassipy/__init__.py,sha256=1RXFX6RkKI9-pfcVXnHJgg-z-6dXC0gWekbzdsjYHss,208
2
- distclassipy/classifier.py,sha256=1_L6MTmQGzWMPXm363F6HU31wDD3U7_3cDL-oluFE6o,12658
3
- distclassipy/distances.py,sha256=L2I9RK7JCvR-2HXyZhUZtf1wEipG9N5lcio1IOW9XLs,34004
4
- tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- tests/test_classifier.py,sha256=ihimWr-mGUqjvsC4Jc9m0hZlUlsc8vpbxONF0__TvOQ,1724
6
- tests/test_distances.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
7
- distclassipy-0.0.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
- distclassipy-0.0.3.dist-info/METADATA,sha256=3QUH2ic2X1lu2DxalbVhZUOEWSwIJJCpzx9lFp34vHw,41742
9
- distclassipy-0.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
- distclassipy-0.0.3.dist-info/top_level.txt,sha256=jiwqhSkq7CMCjV_Zar2dSDBO63o5C_Dp2tpGiVV6COE,13
11
- distclassipy-0.0.3.dist-info/RECORD,,