skx 0.0.3__cp313-cp313-macosx_11_0_arm64.whl → 0.0.4__cp313-cp313-macosx_11_0_arm64.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 skx might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: skx
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Scikit-learn extensions.
5
5
  Author-email: skx <skx@connt.io>
6
6
  License-Expression: GPL-3.0-or-later
@@ -0,0 +1,5 @@
1
+ skx.cpython-313-darwin.so,sha256=sxhYHNQWW0RP_YPm_ihH4ter_cyeOT0Tr_73B7RyZog,1104488
2
+ skx-0.0.4.dist-info/RECORD,,
3
+ skx-0.0.4.dist-info/WHEEL,sha256=WrSygn3kEbZsmYwBXctgE84C7YjjHUopjRfQBtxNGM0,131
4
+ skx-0.0.4.dist-info/top_level.txt,sha256=f0xDpANH5I9r_LrM8ouk7sYwuzRopiGbw3FrfSmy0-s,4
5
+ skx-0.0.4.dist-info/METADATA,sha256=YLbpzPZQ9o-mR7AbBO_6cLRosgbxXE3OpP8LUZO0koA,438
skx.cpython-313-darwin.so CHANGED
Binary file
@@ -1,6 +0,0 @@
1
- skx.pyi,sha256=1TuLPn_VmvpHq0K9y674YhrcDGuniY0t5T8uuU-Ps_I,768
2
- skx.cpython-313-darwin.so,sha256=aOxF3ZxuLXn5eo_1RmVvlnkpP0sNAS2S5d6BE_PEN0M,874392
3
- skx-0.0.3.dist-info/RECORD,,
4
- skx-0.0.3.dist-info/WHEEL,sha256=WrSygn3kEbZsmYwBXctgE84C7YjjHUopjRfQBtxNGM0,131
5
- skx-0.0.3.dist-info/top_level.txt,sha256=f0xDpANH5I9r_LrM8ouk7sYwuzRopiGbw3FrfSmy0-s,4
6
- skx-0.0.3.dist-info/METADATA,sha256=VUbvKG6btoBG2IZYvuXp5G9RUgJtXKCreeOMejsFvAs,438
skx.pyi DELETED
@@ -1,36 +0,0 @@
1
- # This file was generated by Nuitka
2
-
3
- # Stubs included by default
4
- from __future__ import annotations
5
- from _version import __version__
6
-
7
-
8
- __name__ = ...
9
-
10
-
11
-
12
- # Modules used internally, to allow implicit dependencies to be seen:
13
- import os
14
- import numpy
15
- import sklearn
16
- import sklearn.base
17
- import sklearn.utils
18
- import sklearn.utils._param_validation
19
- import sklearn.utils.validation
20
- import warnings
21
- import pandas
22
- import sklearn.neighbors
23
- import joblib
24
- import scipy
25
- import scipy.spatial
26
- import scipy.spatial.distance
27
- import sklearn.cluster
28
- import numbers
29
- import typing
30
- import sklearn.ensemble
31
- import sklearn.gaussian_process
32
- import sklearn.gaussian_process.kernels
33
- import sklearn.utils._testing
34
- import sklearn.utils.testing
35
- import sklearn.exceptions
36
- import sklearn.neural_network
File without changes