Skip to content

Commit 7fe7774

Browse files
committed
DOC: Remove v0.2.0 incompatibility warning
1 parent 5dc447f commit 7fe7774

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

β€Žbacktesting/__init__.pyβ€Ž

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
"""
2-
# Backtesting.py Documentation
3-
4-
.. warning:: v0.2.0 breaking changes
5-
Version 0.2.0 introduced some **breaking API changes**. For quick ways to
6-
migrate existing 0.1.x code, see the implementing
7-
[pull request](https://github.com/kernc/backtesting.py/pull/47/).
8-
92
## Manuals
103
114
* [**Quick Start User Guide**](../examples/Quick Start User Guide.html)
@@ -15,7 +8,7 @@
158
* [Library of Utilities and Composable Base Strategies](../examples/Strategies Library.html)
169
* [Multiple Time Frames](../examples/Multiple Time Frames.html)
1710
* [Parameter Heatmap](../examples/Parameter Heatmap.html)
18-
* [**Trading with Machine Learning**](../examples/Trading with Machine Learning.html)
11+
* [Trading with Machine Learning](../examples/Trading with Machine Learning.html)
1912
2013
These tutorials are also available to test as live Jupyter notebooks:
2114
[![Binder](https://mybinder.org/badge_logo.svg)][binder]

β€Žbacktesting/backtesting.pyβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
module directly, e.g.
55
66
from backtesting import Backtest, Strategy
7-
8-
.. warning:: v0.2.0 breaking changes
9-
Version 0.2.0 introduced some **breaking API changes**. For quick ways to
10-
migrate existing 0.1.x code, see the implementing
11-
[pull request](https://github.com/kernc/backtesting.py/pull/47/).
127
"""
138
import multiprocessing as mp
149
import os

0 commit comments

Comments
Β (0)