API Stability¶
Stable APIs¶
- All functions in
fincore.__all__ AnalysisContextand its public methodsRollingEngineand itscompute()methodEmpyricalclass methodsPyfolioclass methods
Internal APIs¶
Modules prefixed with _ (e.g., fincore._registry) are internal and may change without notice.
Versioning¶
- Major (X.0.0): Breaking changes to stable APIs
- Minor (0.X.0): New features, backward compatible
- Patch (0.0.X): Bug fixes, backward compatible
Deprecation Process¶
- Mark as deprecated in docs + add warning
- Keep functional for at least one minor version
- Remove in next major version