Skip to content

Releases: views-platform/views-pipeline-core

0.2.0

12 Dec 11:05
036ef17
Compare
Choose a tag to compare

New Features

  1. Support for Ensemble Execution and Evaluation
  • Introduced the EnsembleManager class to manage the lifecycle of ensemble models.
  1. Refactor Path Management
  • Refactored ModelPath and EnsemblePath to ModelPathManager and EnsemblePathManager respectively for better clarity and management.
  1. Pipeline Configuration
  • Added a PipelineConfig class in views_pipeline_core.configs to handle runtime settings such as dataframe format.
  1. Dataframe Handling
  • Added read_dataframe and write_dataframe functions in views_pipeline_core.files.utils to handle parquet and pickle dataframe files based on extensions.

Improvements

  1. Updated all tests to align with the new changes.
  2. Added scaffolding templates for new models and ensembles, which are used in the views_models repository.
  3. Updated .gitignore

Bug Fixes

  1. Fixed the discrepancy between run type and partition

Enhancements

  1. Added support for various evaluation types such as "standard", "long", "complete", and "live".

Deprecations

  1. Deprecated the GlobalCache class as it was found to be redundant.

0.1.2

25 Nov 13:46
a5ca61a
Compare
Choose a tag to compare
  • Disable global cache
  • Patch find_project_root

0.1.1

22 Nov 15:10
fbb960c
Compare
Choose a tag to compare

Release v0.1.1

Overview

  • Fix GitHub automations.

Installation

pip install views-pipeline-core

0.1.0

22 Nov 14:55
Compare
Choose a tag to compare

Release v0.1.0

Overview

Initial working release.

Installation

pip install views-pipeline-core