mloda 0.2.14__tar.gz → 0.2.15__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.
Files changed (236) hide show
  1. {mloda-0.2.14/mloda.egg-info → mloda-0.2.15}/PKG-INFO +2 -2
  2. {mloda-0.2.14 → mloda-0.2.15}/README.md +1 -1
  3. {mloda-0.2.14 → mloda-0.2.15/mloda.egg-info}/PKG-INFO +2 -2
  4. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/link.py +1 -0
  5. {mloda-0.2.14 → mloda-0.2.15}/pyproject.toml +1 -1
  6. {mloda-0.2.14 → mloda-0.2.15}/LICENSE.TXT +0 -0
  7. {mloda-0.2.14 → mloda-0.2.15}/MANIFEST.in +0 -0
  8. {mloda-0.2.14 → mloda-0.2.15}/NOTICE.md +0 -0
  9. {mloda-0.2.14 → mloda-0.2.15}/mloda.egg-info/SOURCES.txt +0 -0
  10. {mloda-0.2.14 → mloda-0.2.15}/mloda.egg-info/dependency_links.txt +0 -0
  11. {mloda-0.2.14 → mloda-0.2.15}/mloda.egg-info/entry_points.txt +0 -0
  12. {mloda-0.2.14 → mloda-0.2.15}/mloda.egg-info/requires.txt +0 -0
  13. {mloda-0.2.14 → mloda-0.2.15}/mloda.egg-info/top_level.txt +0 -0
  14. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/__init__.py +0 -0
  15. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/__init__.py +0 -0
  16. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/abstract_feature_group.py +0 -0
  17. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/__init__.py +0 -0
  18. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/base_artifact.py +0 -0
  19. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/base_validator.py +0 -0
  20. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/data_access_collection.py +0 -0
  21. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/data_types.py +0 -0
  22. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/domain.py +0 -0
  23. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature.py +0 -0
  24. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_chainer/__init__.py +0 -0
  25. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_chainer/feature_chain_parser.py +0 -0
  26. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_collection.py +0 -0
  27. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_group_version.py +0 -0
  28. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_name.py +0 -0
  29. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/feature_set.py +0 -0
  30. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/framework_transformer/__init__.py +0 -0
  31. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/framework_transformer/base_transformer.py +0 -0
  32. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/framework_transformer/cfw_transformer.py +0 -0
  33. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/hashable_dict.py +0 -0
  34. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/index/__init__.py +0 -0
  35. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/index/add_index_feature.py +0 -0
  36. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/index/index.py +0 -0
  37. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/__init__.py +0 -0
  38. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/api/__init__.py +0 -0
  39. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/api/api_input_data.py +0 -0
  40. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/api/api_input_data_collection.py +0 -0
  41. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/api/base_api_data.py +0 -0
  42. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/base_input_data.py +0 -0
  43. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/creator/__init__.py +0 -0
  44. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/input_data/creator/data_creator.py +0 -0
  45. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/match_data/__init__.py +0 -0
  46. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/match_data/match_data.py +0 -0
  47. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/merge/__init__.py +0 -0
  48. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/merge/base_merge_engine.py +0 -0
  49. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/options.py +0 -0
  50. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/parallelization_modes.py +0 -0
  51. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/plugin_option/__init__.py +0 -0
  52. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/plugin_option/plugin_collector.py +0 -0
  53. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/components/utils.py +0 -0
  54. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/compute_frame_work.py +0 -0
  55. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/function_extender.py +0 -0
  56. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/plugin_loader/__init__.py +0 -0
  57. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/abstract_plugins/plugin_loader/plugin_loader.py +0 -0
  58. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/api/__init__.py +0 -0
  59. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/api/prepare/__init__.py +0 -0
  60. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/api/prepare/setup_compute_framework.py +0 -0
  61. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/api/request.py +0 -0
  62. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/__init__.py +0 -0
  63. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/cfw_manager.py +0 -0
  64. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/engine.py +0 -0
  65. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/step/__init__.py +0 -0
  66. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/step/abstract_step.py +0 -0
  67. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/step/feature_group_step.py +0 -0
  68. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/step/join_step.py +0 -0
  69. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/core/step/transform_frame_work_step.py +0 -0
  70. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/filter/__init__.py +0 -0
  71. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/filter/filter_engine.py +0 -0
  72. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/filter/filter_type_enum.py +0 -0
  73. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/filter/global_filter.py +0 -0
  74. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/filter/single_filter.py +0 -0
  75. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/__init__.py +0 -0
  76. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/accessible_plugins.py +0 -0
  77. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/execution_plan.py +0 -0
  78. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/graph/__init__.py +0 -0
  79. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/graph/build_graph.py +0 -0
  80. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/graph/graph.py +0 -0
  81. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/graph/properties.py +0 -0
  82. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/identify_feature_group.py +0 -0
  83. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/joinstep_collection.py +0 -0
  84. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/resolve_compute_frameworks.py +0 -0
  85. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/resolve_graph.py +0 -0
  86. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/prepare/resolve_links.py +0 -0
  87. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/__init__.py +0 -0
  88. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/flight/__init__.py +0 -0
  89. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/flight/flight_server.py +0 -0
  90. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/flight/runner_flight_server.py +0 -0
  91. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/run.py +0 -0
  92. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/worker/__init__.py +0 -0
  93. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/worker/multiprocessing_worker.py +0 -0
  94. {mloda-0.2.14 → mloda-0.2.15}/mloda_core/runtime/worker/thread_worker.py +0 -0
  95. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/__init__.py +0 -0
  96. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/__init__.py +0 -0
  97. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/__init__.py +0 -0
  98. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/duckdb/duckdb_filter_engine.py +0 -0
  99. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/duckdb/duckdb_framework.py +0 -0
  100. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/duckdb/duckdb_merge_engine.py +0 -0
  101. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/duckdb/duckdb_pyarrow_transformer.py +0 -0
  102. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/iceberg/iceberg_filter_engine.py +0 -0
  103. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/iceberg/iceberg_framework.py +0 -0
  104. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/iceberg/iceberg_pyarrow_transformer.py +0 -0
  105. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pandas/__init__.py +0 -0
  106. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pandas/dataframe.py +0 -0
  107. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pandas/pandas_filter_engine.py +0 -0
  108. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pandas/pandas_merge_engine.py +0 -0
  109. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pandas/pandaspyarrowtransformer.py +0 -0
  110. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/__init__.py +0 -0
  111. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/dataframe.py +0 -0
  112. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/lazy_dataframe.py +0 -0
  113. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/polars_filter_engine.py +0 -0
  114. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/polars_lazy_merge_engine.py +0 -0
  115. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/polars_lazy_pyarrow_transformer.py +0 -0
  116. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/polars_merge_engine.py +0 -0
  117. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/polars/polars_pyarrow_transformer.py +0 -0
  118. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pyarrow/__init__.py +0 -0
  119. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pyarrow/pyarrow_filter_engine.py +0 -0
  120. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pyarrow/pyarrow_merge_engine.py +0 -0
  121. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/pyarrow/table.py +0 -0
  122. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/python_dict/python_dict_filter_engine.py +0 -0
  123. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/python_dict/python_dict_framework.py +0 -0
  124. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/python_dict/python_dict_merge_engine.py +0 -0
  125. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/python_dict/python_dict_pyarrow_transformer.py +0 -0
  126. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/spark/spark_filter_engine.py +0 -0
  127. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/spark/spark_framework.py +0 -0
  128. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/spark/spark_merge_engine.py +0 -0
  129. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/compute_framework/base_implementations/spark/spark_pyarrow_transformer.py +0 -0
  130. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/config/__init__.py +0 -0
  131. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/config/feature/__init__.py +0 -0
  132. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/config/feature/loader.py +0 -0
  133. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/config/feature/models.py +0 -0
  134. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/config/feature/parser.py +0 -0
  135. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/__init__.py +0 -0
  136. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/__init__.py +0 -0
  137. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/aggregated_feature_group/__init__.py +0 -0
  138. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/aggregated_feature_group/base.py +0 -0
  139. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/aggregated_feature_group/pandas.py +0 -0
  140. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/aggregated_feature_group/polars_lazy.py +0 -0
  141. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/aggregated_feature_group/pyarrow.py +0 -0
  142. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/clustering/__init__.py +0 -0
  143. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/clustering/base.py +0 -0
  144. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/clustering/pandas.py +0 -0
  145. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/__init__.py +0 -0
  146. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/missing_value/__init__.py +0 -0
  147. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/missing_value/base.py +0 -0
  148. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/missing_value/pandas.py +0 -0
  149. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/missing_value/pyarrow.py +0 -0
  150. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/data_quality/missing_value/python_dict.py +0 -0
  151. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/default_options_key.py +0 -0
  152. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/dimensionality_reduction/base.py +0 -0
  153. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/dimensionality_reduction/pandas.py +0 -0
  154. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/dynamic_feature_group_factory/__init__.py +0 -0
  155. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/dynamic_feature_group_factory/dynamic_feature_group_factory.py +0 -0
  156. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/forecasting/__init__.py +0 -0
  157. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/forecasting/base.py +0 -0
  158. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/forecasting/forecasting_artifact.py +0 -0
  159. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/forecasting/pandas.py +0 -0
  160. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/geo_distance/__init__.py +0 -0
  161. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/geo_distance/base.py +0 -0
  162. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/geo_distance/pandas.py +0 -0
  163. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/__init__.py +0 -0
  164. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/cli.py +0 -0
  165. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/cli_features/__init__.py +0 -0
  166. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/cli_features/refactor_git_cached.py +0 -0
  167. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/installed_packages_feature_group.py +0 -0
  168. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/list_directory_feature_group.py +0 -0
  169. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/__init__.py +0 -0
  170. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/claude.py +0 -0
  171. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/gemini.py +0 -0
  172. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/llm_base_request.py +0 -0
  173. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/openai.py +0 -0
  174. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_api/request_loop.py +0 -0
  175. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/llm_file_selector.py +0 -0
  176. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/__init__.py +0 -0
  177. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/__init__.py +0 -0
  178. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/adjust_and_run_all_tests_tool.py +0 -0
  179. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/adjust_file_tool.py +0 -0
  180. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/create_folder_tool.py +0 -0
  181. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/create_new_file.py +0 -0
  182. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/git_diff.py +0 -0
  183. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/git_diff_cached.py +0 -0
  184. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/multiply.py +0 -0
  185. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/read_file_tool.py +0 -0
  186. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/replace_file_tool.py +0 -0
  187. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/replace_file_tool_which_runs_tox.py +0 -0
  188. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/run_single_pytest.py +0 -0
  189. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/available/run_tox.py +0 -0
  190. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/base_tool.py +0 -0
  191. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/tool_collection.py +0 -0
  192. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/llm/tools/tool_data_classes.py +0 -0
  193. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/node_centrality/base.py +0 -0
  194. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/node_centrality/pandas.py +0 -0
  195. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/__init__.py +0 -0
  196. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/encoding/__init__.py +0 -0
  197. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/encoding/base.py +0 -0
  198. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/encoding/pandas.py +0 -0
  199. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/pipeline/__init__.py +0 -0
  200. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/pipeline/base.py +0 -0
  201. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/pipeline/pandas.py +0 -0
  202. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/scaling/__init__.py +0 -0
  203. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/scaling/base.py +0 -0
  204. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/scaling/pandas.py +0 -0
  205. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/sklearn/sklearn_artifact.py +0 -0
  206. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/source_input_feature.py +0 -0
  207. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/text_cleaning/base.py +0 -0
  208. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/text_cleaning/pandas.py +0 -0
  209. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/text_cleaning/python_dict.py +0 -0
  210. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/time_window/__init__.py +0 -0
  211. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/time_window/base.py +0 -0
  212. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/time_window/pandas.py +0 -0
  213. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/experimental/time_window/pyarrow.py +0 -0
  214. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/__init__.py +0 -0
  215. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/api_data/__init__.py +0 -0
  216. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/api_data/api_data.py +0 -0
  217. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_context_files.py +0 -0
  218. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_db.py +0 -0
  219. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_db_feature.py +0 -0
  220. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_dbs/__init__.py +0 -0
  221. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_dbs/sqlite.py +0 -0
  222. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_file.py +0 -0
  223. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_file_feature.py +0 -0
  224. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/__init__.py +0 -0
  225. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/csv.py +0 -0
  226. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/feather.py +0 -0
  227. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/json.py +0 -0
  228. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/orc.py +0 -0
  229. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/parquet.py +0 -0
  230. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/feature_group/input_data/read_files/text_file_reader.py +0 -0
  231. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/function_extender/__init__.py +0 -0
  232. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/function_extender/base_implementations/__init__.py +0 -0
  233. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/function_extender/base_implementations/otel/__init__.py +0 -0
  234. {mloda-0.2.14 → mloda-0.2.15}/mloda_plugins/function_extender/base_implementations/otel/otel_extender.py +0 -0
  235. {mloda-0.2.14 → mloda-0.2.15}/setup.cfg +0 -0
  236. {mloda-0.2.14 → mloda-0.2.15}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda
3
- Version: 0.2.14
3
+ Version: 0.2.15
4
4
  Summary: Rethinking Data and Feature Engineering
5
5
  Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ License-File: NOTICE.md
17
17
  Requires-Dist: pyarrow
18
18
  Dynamic: license-file
19
19
 
20
- # mloda: Make data and feature engineering shareable
20
+ # mloda: Make data, feature and context engineering shareable
21
21
 
22
22
  [![Website](https://img.shields.io/badge/website-mloda.ai-blue.svg)](https://mloda.ai)
23
23
  [![Documentation](https://img.shields.io/badge/docs-github.io-blue.svg)](https://mloda-ai.github.io/mloda/)
@@ -1,4 +1,4 @@
1
- # mloda: Make data and feature engineering shareable
1
+ # mloda: Make data, feature and context engineering shareable
2
2
 
3
3
  [![Website](https://img.shields.io/badge/website-mloda.ai-blue.svg)](https://mloda.ai)
4
4
  [![Documentation](https://img.shields.io/badge/docs-github.io-blue.svg)](https://mloda-ai.github.io/mloda/)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda
3
- Version: 0.2.14
3
+ Version: 0.2.15
4
4
  Summary: Rethinking Data and Feature Engineering
5
5
  Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ License-File: NOTICE.md
17
17
  Requires-Dist: pyarrow
18
18
  Dynamic: license-file
19
19
 
20
- # mloda: Make data and feature engineering shareable
20
+ # mloda: Make data, feature and context engineering shareable
21
21
 
22
22
  [![Website](https://img.shields.io/badge/website-mloda.ai-blue.svg)](https://mloda.ai)
23
23
  [![Documentation](https://img.shields.io/badge/docs-github.io-blue.svg)](https://mloda-ai.github.io/mloda/)
@@ -51,6 +51,7 @@ class Link:
51
51
  ... left_pointer={"side": "manager"},
52
52
  ... right_pointer={"side": "employee"})
53
53
  """
54
+
54
55
  def __init__(
55
56
  self,
56
57
  jointype: Union[JoinType, str],
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mloda"
7
- version = "0.2.14"
7
+ version = "0.2.15"
8
8
  description = "Rethinking Data and Feature Engineering"
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
  license = { text = "Apache-2.0" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes