Skip to content

Commit 385b27c

Browse files
Merge pull request #366 from DanielGoldfarb/xlim
`xlim` accept date/datetime strings, and/or date/datetime objects
2 parents b5ae14a + 7c68cac commit 385b27c

File tree

7 files changed

+2699
-4
lines changed

7 files changed

+2699
-4
lines changed

Diff for: RELEASE_NOTES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
####
22
---
33

4+
### <a name="v0.12.7a11"></a>v0.12.7a11 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; To Be released 2021-03-30
5+
6+
- <a name="v0.12.7a11"></a>v0.12.7a11 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; merged 2021-03-26
7+
- Prior to this version, **`xlim`** kwarg accepted only float or int:
8+
- float as matplotlib date; (only when `show_nontrading=True`)
9+
- int or float as dataframe row number; (only when `show_nontrading=False`)
10+
- **`xlim`** kwarg now *also* accepts
11+
- date or datetime **string**
12+
- date or datetime **object** (`datetime.datetime` or `pandas.Timestamp`)
13+
14+
---
15+
416
### <a name="v0.12.7a10"></a>v0.12.7a10 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2021-03-15
517

618
- <a name="v0.12.7a10"></a>v0.12.7a10 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; merged 2021-03-15

Diff for: examples/scratch_pad/date_to_iloc_extrapolation.ipynb

+1,585
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)