Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.24 KB

File metadata and controls

44 lines (36 loc) · 1.24 KB

Changelog

All notable changes to the WhiteBoxAI Python SDK will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Initial SDK structure
  • Core monitoring capabilities
  • Framework integrations (sklearn, PyTorch, TensorFlow, Transformers, LangChain, XGBoost, LightGBM)
  • Offline mode with persistent queue
  • Privacy filters and PII detection
  • Local caching with TTL support
  • Decorator-based monitoring
  • Async/sync interfaces
  • Drift detection
  • Comprehensive documentation

0.1.0 - 2026-01-05

Added

  • Initial release of WhiteBoxAI Python SDK
  • Basic monitoring functionality
  • Scikit-learn integration
  • PyTorch integration
  • TensorFlow/Keras integration
  • Hugging Face Transformers integration
  • LangChain integration
  • XGBoost/LightGBM integration
  • Offline mode support
  • Privacy filters
  • Caching support
  • Example code
  • Documentation

Security

  • PII detection and masking
  • Secure API key handling