wedata-feature-engineering 0.1.12__py3-none-any.whl → 0.1.13__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.
wedata/__init__.py CHANGED
@@ -3,4 +3,4 @@ WeData Feature Engineering
3
3
  A toolkit for automated feature engineering
4
4
  """
5
5
 
6
- __version__ = "0.1.12"
6
+ __version__ = "0.1.13"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: wedata-feature-engineering
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Wedata Feature Engineering Library
5
5
  Home-page:
6
6
  Author: meahqian
@@ -14,10 +14,4 @@ Description-Content-Type: text/markdown
14
14
  Requires-Dist: pyspark>=3.0.0
15
15
  Requires-Dist: delta-spark>=1.0.0
16
16
  Requires-Dist: pandas>=1.0.0
17
- Dynamic: author
18
- Dynamic: classifier
19
- Dynamic: description-content-type
20
- Dynamic: license
21
- Dynamic: requires-dist
22
- Dynamic: requires-python
23
- Dynamic: summary
17
+
@@ -1,4 +1,4 @@
1
- wedata/__init__.py,sha256=pPGbxhH2t_kptOmcoF2T_erhSzBUj5bL4ciR9l5ek8g,102
1
+ wedata/__init__.py,sha256=fzf4trTTazXW7gErMrJYLL_LK_h9FpCdZg3bOdYPyjo,102
2
2
  wedata/feature_store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  wedata/feature_store/client.py,sha256=v-ZwhQEMI4bICkYUOW2qbpxYkKjFqVcd0HqM05TkksA,8305
4
4
  wedata/feature_store/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -37,7 +37,7 @@ wedata/feature_store/utils/topological_sort.py,sha256=ebzKxmxeCLk9seB1zR0ASCGXsZ
37
37
  wedata/feature_store/utils/training_set_utils.py,sha256=MYsPZS1d9HKswHgjgxD8K7H9N3dWPyyTTx20Mkp4PVU,22497
38
38
  wedata/feature_store/utils/uc_utils.py,sha256=A-W8Cd8yvTmAMEWaHeWmGmcIDMvUtjAfx2G2x_di1QE,10774
39
39
  wedata/feature_store/utils/validation_utils.py,sha256=FslvrNs3kstqvM6THScLOluEE6O9RWlDrD9xiihTzlw,1735
40
- wedata_feature_engineering-0.1.12.dist-info/METADATA,sha256=MQynOFP8WYCWnj5hAgqQPpF2DLoCCCwOwgDT7uwX-qY,645
41
- wedata_feature_engineering-0.1.12.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
42
- wedata_feature_engineering-0.1.12.dist-info/top_level.txt,sha256=Xa0v1rh__RvfVTVDirW5r5UBKg7ZO_iuTeXfp8MNo2A,7
43
- wedata_feature_engineering-0.1.12.dist-info/RECORD,,
40
+ wedata_feature_engineering-0.1.13.dist-info/METADATA,sha256=8ZNwHRfkexS6yYWNrRZlmPUirxCF7sdJU-U7XZ5TW4o,494
41
+ wedata_feature_engineering-0.1.13.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
42
+ wedata_feature_engineering-0.1.13.dist-info/top_level.txt,sha256=Xa0v1rh__RvfVTVDirW5r5UBKg7ZO_iuTeXfp8MNo2A,7
43
+ wedata_feature_engineering-0.1.13.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5