You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 1.3.0
6
+
### Breaking Changes
7
+
8
+
-`change param name `copy_meta`->`as_copy` in `retain_meta` ([#157](https://github.com/fastai/fastcore/issues/157))
9
+
10
+
### New Features
11
+
12
+
-`groupby` extensions for `int` and `str` instead of callables, and an optional `val` transform ([#155](https://github.com/fastai/fastcore/issues/155))
- 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)
19
+
20
+
5
21
## 1.3.0
6
22
7
23
### Breaking Changes
@@ -216,6 +232,7 @@
216
232
217
233
-"has default params. These will be ignored" shown when not appropriate ([#74](https://github.com/fastai/fastcore/issues/74))
0 commit comments