Skip to content

Commit 536f69a

Browse files
committed
release
1 parent 73b8e13 commit 536f69a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- do not remove -->
44

5+
## 1.3.13
6+
7+
### New Features
8+
- add `EventTimer` ([#263](https://github.com/fastai/fastcore/issues/263))
9+
- Store kwargs in `store_attr ([#262](https://github.com/fastai/fastcore/issues/262))
10+
- add `truncstr` ([#261](https://github.com/fastai/fastcore/issues/261))
11+
- add `sparkline` ([#260](https://github.com/fastai/fastcore/issues/260))
12+
- add `autostart` for generators ([#249](https://github.com/fastai/fastcore/issues/249))
13+
- dynamic fastcore.script help width ([#247](https://github.com/fastai/fastcore/issues/247))
14+
- optional override to `risinstance` to support both types and str in the same function ([#191](https://github.com/fastai/fastcore/pull/191)), thanks to [@kessido](https://github.com/kessido)
15+
16+
### Bugs Squashed
17+
18+
- delegates doesn't pull the `__init__` of a class ([#217](https://github.com/fastai/fastcore/issues/217))
19+
- `test_eq` incorrect for pandas `DataFrame` ([#188](https://github.com/fastai/fastcore/pull/188)), thanks to [@kessido](https://github.com/kessido)
20+
21+
522
## 1.3.12
623

724
### New Features

0 commit comments

Comments
 (0)