Releases: views-platform/views-pipeline-core
Releases · views-platform/views-pipeline-core
0.2.0
New Features
- Support for Ensemble Execution and Evaluation
- Introduced the
EnsembleManager
class to manage the lifecycle of ensemble models.
- Refactor Path Management
- Refactored
ModelPath
andEnsemblePath
toModelPathManager
andEnsemblePathManager
respectively for better clarity and management.
- Pipeline Configuration
- Added a
PipelineConfig
class inviews_pipeline_core.configs
to handle runtime settings such as dataframe format.
- Dataframe Handling
- Added
read_dataframe
andwrite_dataframe
functions inviews_pipeline_core.files.utils
to handle parquet and pickle dataframe files based on extensions.
Improvements
- Updated all tests to align with the new changes.
- Added scaffolding templates for new models and ensembles, which are used in the
views_models
repository. - Updated
.gitignore
Bug Fixes
- Fixed the discrepancy between run type and partition
Enhancements
- Added support for various evaluation types such as "standard", "long", "complete", and "live".
Deprecations
- Deprecated the
GlobalCache
class as it was found to be redundant.
0.1.2
- Disable global cache
- Patch find_project_root
0.1.1
Release v0.1.1
Overview
- Fix GitHub automations.
Installation
pip install views-pipeline-core
0.1.0
Release v0.1.0
Overview
Initial working release.
Installation
pip install views-pipeline-core