mloda 0.2.10__py3-none-any.whl → 0.2.11__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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda
3
- Version: 0.2.10
3
+ Version: 0.2.11
4
4
  Summary: Rethinking Data and Feature Engineering
5
- Author-email: Tom Kaltofen <mloda.info@gmail.com>
5
+ Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License: Apache License
7
7
  Version 2.0, January 2004
8
8
  http://www.apache.org/licenses/
@@ -205,11 +205,11 @@ License: Apache License
205
205
  See the License for the specific language governing permissions and
206
206
  limitations under the License.
207
207
 
208
- Project-URL: Bug Tracker, https://github.com/TomKaltofen/mloda/issues
209
- Project-URL: Documentation, https://tomkaltofen.github.io/mloda/
210
- Project-URL: Source Code, https://github.com/TomKaltofen/mloda
208
+ Project-URL: Bug Tracker, https://github.com/mloda-ai/mloda/issues
209
+ Project-URL: Documentation, https://mloda-ai.github.io/mloda/
210
+ Project-URL: Source Code, https://github.com/mloda-ai/mloda
211
211
  Project-URL: PyPI, https://pypi.org/project/mloda/
212
- Project-URL: Homepage, https://github.com/TomKaltofen/mloda
212
+ Project-URL: Homepage, https://mloda.ai
213
213
  Classifier: License :: OSI Approved :: Apache Software License
214
214
  Classifier: Programming Language :: Python :: 3
215
215
  Requires-Python: >=3.8
@@ -221,14 +221,14 @@ Dynamic: license-file
221
221
 
222
222
  # mloda: Revolutionary Process-Data Separation for Feature and Data Engineering
223
223
 
224
- [![Documentation](https://img.shields.io/badge/docs-github.io-blue.svg)](https://tomkaltofen.github.io/mloda/)
224
+ [![Documentation](https://img.shields.io/badge/docs-github.io-blue.svg)](https://mloda-ai.github.io/mloda/)
225
225
  [![PyPI version](https://badge.fury.io/py/mloda.svg)](https://badge.fury.io/py/mloda)
226
- [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/TomKaltofen/mloda/blob/main/LICENSE.TXT)
226
+ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mloda-ai/mloda/blob/main/LICENSE.TXT)
227
227
  -[![Tox](https://img.shields.io/badge/tested_with-tox-blue.svg)](https://tox.readthedocs.io/)
228
228
  -[![Checked with mypy](https://img.shields.io/badge/type%20checked-mypy-blue.svg)](http://mypy-lang.org/)
229
229
  -[![code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
230
230
 
231
- > **⚠️ Early Version Notice**: mloda is in active development. Some features described below are still being implemented. We're actively seeking feedback to shape the future of the framework. [Share your thoughts!](https://github.com/TomKaltofen/mloda/issues/)
231
+ > **⚠️ Early Version Notice**: mloda is in active development. Some features described below are still being implemented. We're actively seeking feedback to shape the future of the framework. [Share your thoughts!](https://github.com/mloda-ai/mloda/issues/)
232
232
 
233
233
  ## 🚀 Transforming Feature Engineering Through Process-Data Separation
234
234
 
@@ -238,7 +238,7 @@ mloda **revolutionizes feature engineering** by separating **processes** (transf
238
238
 
239
239
  **🌐 Share Without Secrets**: Traditional pipelines lock business logic inside - mloda plugins separate transformations from business context, enabling safe community sharing.
240
240
 
241
- **🎯 Try the first example out NOW:** [sklearn Integration Example](https://tomkaltofen.github.io/mloda/examples/sklearn_integration_basic/) - See mloda transform traditional sklearn pipelines!
241
+ **🎯 Try the first example out NOW:** [sklearn Integration Example](https://mloda-ai.github.io/mloda/examples/sklearn_integration_basic/) - See mloda transform traditional sklearn pipelines!
242
242
 
243
243
  ## 📋 Table of Contents
244
244
 
@@ -451,7 +451,7 @@ All operations work seamlessly across any compute framework with the same simple
451
451
  | **👤 Data User** | Consume features via API | Request features, configure workflows, build ML models |
452
452
  | **🛡️ Data Owner** | Governance & lifecycle | Control access, manage compliance, oversee data quality |
453
453
 
454
- **Organizational Clarity**: Each role has defined boundaries, enabling proper data governance while maintaining development flexibility. [Learn more about roles](https://tomkaltofen.github.io/mloda/examples/mloda_basics/4_ml_data_producers_user_owner/)
454
+ **Organizational Clarity**: Each role has defined boundaries, enabling proper data governance while maintaining development flexibility. [Learn more about roles](https://mloda-ai.github.io/mloda/examples/mloda_basics/4_ml_data_producers_user_owner/)
455
455
 
456
456
  ## 🌐 Community-Driven Plugin Ecosystem
457
457
 
@@ -468,22 +468,22 @@ All operations work seamlessly across any compute framework with the same simple
468
468
 
469
469
  ## 📖 Documentation
470
470
 
471
- - **[Getting Started](https://tomkaltofen.github.io/mloda/chapter1/installation/)** - Installation and first steps
472
- - **[sklearn Integration](https://tomkaltofen.github.io/mloda/examples/sklearn_integration_basic/)** - Complete tutorial
473
- - **[Feature Groups](https://tomkaltofen.github.io/mloda/chapter1/feature-groups/)** - Core concepts
474
- - **[Compute Frameworks](https://tomkaltofen.github.io/mloda/chapter1/compute-frameworks/)** - Technology integration
475
- - **[API Reference](https://tomkaltofen.github.io/mloda/in_depth/mloda-api/)** - Complete API documentation
471
+ - **[Getting Started](https://mloda-ai.github.io/mloda/chapter1/installation/)** - Installation and first steps
472
+ - **[sklearn Integration](https://mloda-ai.github.io/mloda/examples/sklearn_integration_basic/)** - Complete tutorial
473
+ - **[Feature Groups](https://mloda-ai.github.io/mloda/chapter1/feature-groups/)** - Core concepts
474
+ - **[Compute Frameworks](https://mloda-ai.github.io/mloda/chapter1/compute-frameworks/)** - Technology integration
475
+ - **[API Reference](https://mloda-ai.github.io/mloda/in_depth/mloda-api/)** - Complete API documentation
476
476
 
477
477
  ## 🤝 Contributing
478
478
 
479
479
  We welcome contributions! Whether you're building plugins, adding features, or improving documentation, your input is invaluable.
480
480
 
481
- - **[Development Guide](https://tomkaltofen.github.io/mloda/development/)** - How to contribute
482
- - **[GitHub Issues](https://github.com/TomKaltofen/mloda/issues/)** - Report bugs or request features
483
- - **[Email](mailto:mloda.info@gmail.com)** - Direct contact
481
+ - **[Development Guide](https://mloda-ai.github.io/mloda/development/)** - How to contribute
482
+ - **[GitHub Issues](https://github.com/mloda-ai/mloda/issues/)** - Report bugs or request features
483
+ - **[Email](mailto:info@mloda.ai)** - Direct contact
484
484
 
485
485
  ## 📄 License
486
486
 
487
- This project is licensed under the [Apache License, Version 2.0](https://github.com/TomKaltofen/mloda/blob/main/LICENSE.TXT).
487
+ This project is licensed under the [Apache License, Version 2.0](https://github.com/mloda-ai/mloda/blob/main/LICENSE.TXT).
488
488
 
489
489
  ---
@@ -1,5 +1,5 @@
1
- mloda-0.2.10.dist-info/licenses/LICENSE.TXT,sha256=gmhQwSkHxjiShsqQ1FpJ-20YFtaa4vRCE7aCx55-6nk,11366
2
- mloda-0.2.10.dist-info/licenses/NOTICE.md,sha256=-eUnpLFJtySDCoi6QmPzrl-q4nCtNrwqbAalKusZXjQ,523
1
+ mloda-0.2.11.dist-info/licenses/LICENSE.TXT,sha256=gmhQwSkHxjiShsqQ1FpJ-20YFtaa4vRCE7aCx55-6nk,11366
2
+ mloda-0.2.11.dist-info/licenses/NOTICE.md,sha256=Hu10B2sPnGLIHxZ4QhACSLLxukJpeJzjvkzCu48q5fY,520
3
3
  mloda_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  mloda_core/abstract_plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  mloda_core/abstract_plugins/abstract_feature_group.py,sha256=OoMkBbB5hucWOERZTx8wnhtWQt36uQKYdZxSdrGtKQc,17307
@@ -218,8 +218,8 @@ mloda_plugins/function_extender/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
218
218
  mloda_plugins/function_extender/base_implementations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
219
219
  mloda_plugins/function_extender/base_implementations/otel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
220
220
  mloda_plugins/function_extender/base_implementations/otel/otel_extender.py,sha256=M8GKb55ZGaoRaNCQOp69qr3w8jSMSD6D3VuGBpfw2t4,731
221
- mloda-0.2.10.dist-info/METADATA,sha256=Bc38AOxdoua0LKXCVz9HQAq13b7plMJFagVMcXFDO1c,27549
222
- mloda-0.2.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
223
- mloda-0.2.10.dist-info/entry_points.txt,sha256=f7hp7s4laABj9eN5YwEjQAyInF-fa687MXdz-hKYMIA,80
224
- mloda-0.2.10.dist-info/top_level.txt,sha256=KScNbTs4_vV-mJ1pIlP6cyvMl611B3hNxVYj2hA0Ex4,25
225
- mloda-0.2.10.dist-info/RECORD,,
221
+ mloda-0.2.11.dist-info/METADATA,sha256=XAk-PyPtQi2QTLi0RPQNZ9q1GcksgW21bnKokptmoVE,27467
222
+ mloda-0.2.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
223
+ mloda-0.2.11.dist-info/entry_points.txt,sha256=f7hp7s4laABj9eN5YwEjQAyInF-fa687MXdz-hKYMIA,80
224
+ mloda-0.2.11.dist-info/top_level.txt,sha256=KScNbTs4_vV-mJ1pIlP6cyvMl611B3hNxVYj2hA0Ex4,25
225
+ mloda-0.2.11.dist-info/RECORD,,
@@ -7,4 +7,4 @@ of the License at:
7
7
  http://www.apache.org/licenses/LICENSE-2.0
8
8
 
9
9
  Attributions:
10
- - Any attributions for third-party components or libraries are available in the [releases of this repository](https://github.com/TomKaltofen/mloda/releases) as asset: ATTRIBUTION.md THIRD_PARTY_LICENSES.md.
10
+ - Any attributions for third-party components or libraries are available in the [releases of this repository](https://github.com/mloda-ai/mloda/releases) as asset: ATTRIBUTION.md THIRD_PARTY_LICENSES.md.
File without changes