quicklearnkit 0.4.1__tar.gz → 0.4.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quicklearnkit
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing.
5
5
  Author: Hazi Afrid
6
6
  License: MIT License
@@ -40,9 +40,9 @@ Dynamic: license-file
40
40
  # QuickLearnKit
41
41
 
42
42
  [![PyPI version](https://img.shields.io/pypi/v/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
43
- [![Python versions](https://img.shields.io/pypi/pyversions/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
43
+ ![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue)
44
44
  [![Documentation Status](https://readthedocs.org/projects/quicklearnkit/badge/?version=latest)](https://quicklearnkit.readthedocs.io/en/latest/)
45
- [![License](https://img.shields.io/pypi/l/quicklearnkit.svg)](LICENSE)
45
+ ![License](https://img.shields.io/badge/license-MIT-green)
46
46
 
47
47
  QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
48
48
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "quicklearnkit"
7
- version = "0.4.1"
7
+ version = "0.4.2"
8
8
  description = "Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing."
9
9
  readme = "readme.md"
10
10
  license = { file = "LICENSE" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quicklearnkit
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing.
5
5
  Author: Hazi Afrid
6
6
  License: MIT License
@@ -40,9 +40,9 @@ Dynamic: license-file
40
40
  # QuickLearnKit
41
41
 
42
42
  [![PyPI version](https://img.shields.io/pypi/v/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
43
- [![Python versions](https://img.shields.io/pypi/pyversions/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
43
+ ![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue)
44
44
  [![Documentation Status](https://readthedocs.org/projects/quicklearnkit/badge/?version=latest)](https://quicklearnkit.readthedocs.io/en/latest/)
45
- [![License](https://img.shields.io/pypi/l/quicklearnkit.svg)](LICENSE)
45
+ ![License](https://img.shields.io/badge/license-MIT-green)
46
46
 
47
47
  QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
48
48
 
@@ -2,9 +2,9 @@
2
2
  # QuickLearnKit
3
3
 
4
4
  [![PyPI version](https://img.shields.io/pypi/v/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
5
- [![Python versions](https://img.shields.io/pypi/pyversions/quicklearnkit.svg)](https://pypi.org/project/quicklearnkit/)
5
+ ![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue)
6
6
  [![Documentation Status](https://readthedocs.org/projects/quicklearnkit/badge/?version=latest)](https://quicklearnkit.readthedocs.io/en/latest/)
7
- [![License](https://img.shields.io/pypi/l/quicklearnkit.svg)](LICENSE)
7
+ ![License](https://img.shields.io/badge/license-MIT-green)
8
8
 
9
9
  QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
10
10
 
File without changes
File without changes