Skip to content

Commit 34185dd

Browse files
committed
release
1 parent e72fe80 commit 34185dd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22

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

5-
## 1.3.0
6-
### Breaking Changes
75

8-
- `change param name `copy_meta`->`as_copy` in `retain_meta` ([#157](https://github.com/fastai/fastcore/issues/157))
6+
## 1.3.1
97

108
### New Features
119

12-
- `groupby` extensions for `int` and `str` instead of callables, and an optional `val` transform ([#155](https://github.com/fastai/fastcore/issues/155))
13-
14-
- add `modified_env` ([#148](https://github.com/fastai/fastcore/issues/148))
10+
- callable support for `Self` ([#162](https://github.com/fastai/fastcore/issues/162))
11+
- add filter func to `first` ([#161](https://github.com/fastai/fastcore/issues/161))
12+
- `maybe_open` context manager and fast `image_size` funcion ([#160](https://github.com/fastai/fastcore/issues/160))
1513

1614
### Bugs Squashed
1715

18-
- fixed coll_repr printing incorrectly when max_n!=10, and added relevant tests ([#154](https://github.com/fastai/fastcore/pull/154)), thanks to [@kessido](https://github.com/kessido)
16+
- Redundent `L.map_filter` removed (since `L.map.filter` does the same thing)
1917

2018

2119
## 1.3.0
@@ -31,7 +29,7 @@
3129

3230
### Bugs Squashed
3331

34-
- coll_repr printing incorrectly when max_n!=10 ([#154](https://github.com/fastai/fastcore/pull/154)), thanks to [@kessido](https://github.com/kessido)
32+
- `coll_repr` printing incorrectly when `max_n`!=10 ([#154](https://github.com/fastai/fastcore/pull/154)), thanks to [@kessido](https://github.com/kessido)
3533

3634

3735
## 1.2.5

0 commit comments

Comments
 (0)