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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 1.2.0
6
+
7
+
### Breaking Changes
8
+
9
+
-`Config` no longer magically converts `str->Path` for some keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
10
+
11
+
### New Features
12
+
13
+
-`rinstance`: Curried `isinstance` but with args reversed, suitable for `partial` ([#130](https://github.com/fastai/fastcore/issues/130))
14
+
- Use `_repr_pretty_` for `L` ([#129](https://github.com/fastai/fastcore/issues/129))
15
+
-`open_file` to open optionally-compressed files for reading and writing, and add compression support to `load_pickle` and `save_pickle` ([#128](https://github.com/fastai/fastcore/issues/128))
16
+
- add context manager for failed tests ([#126](https://github.com/fastai/fastcore/pull/126)), thanks to [@hamelsmu](https://github.com/hamelsmu)
17
+
18
+
### Bugs Squashed
19
+
20
+
-`urlread` does not work with `Request.request` ([#132](https://github.com/fastai/fastcore/issues/132))
0 commit comments