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
- move `bind` et al to `fastcore.basics` ([#150](https://github.com/fastai/fastcore/issues/150))
12
+
13
+
5
14
## 1.2.4
6
15
7
16
### New Features
@@ -31,28 +40,22 @@
31
40
- support `store_true` and `store_false` in `fastcore.script` ([#137](https://github.com/fastai/fastcore/issues/137))
32
41
- add function `otherwise` ([#136](https://github.com/fastai/fastcore/issues/136))
33
42
- add `pdb` debug flag to scripts ([#133](https://github.com/fastai/fastcore/issues/133))
34
-
35
-
### Bugs Squashed
36
-
37
-
- Fix `copy_func` to include required keyword defaults ([#134](https://github.com/fastai/fastcore/pull/134)), thanks to [@worc3131](https://github.com/worc3131)
43
+
- Update `copy_func` to include required keyword defaults ([#134](https://github.com/fastai/fastcore/pull/134)), thanks to [@worc3131](https://github.com/worc3131)
38
44
39
45
40
46
## 1.2.0
41
47
42
48
### Breaking Changes
43
49
44
-
-`Config` no longer magically converts `str->Path` for some keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
50
+
-`Config` no longer magically converts `str->Path` for any keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
45
51
46
52
### New Features
47
53
48
54
-`rinstance`: Curried `isinstance` but with args reversed, suitable for `partial` ([#130](https://github.com/fastai/fastcore/issues/130))
49
55
- Use `_repr_pretty_` for `L` ([#129](https://github.com/fastai/fastcore/issues/129))
50
56
-`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))
51
57
- add context manager for failed tests ([#126](https://github.com/fastai/fastcore/pull/126)), thanks to [@hamelsmu](https://github.com/hamelsmu)
52
-
53
-
### Bugs Squashed
54
-
55
-
-`urlread` does not work with `Request.request` ([#132](https://github.com/fastai/fastcore/issues/132))
58
+
- Add `Request.request` support to `urlread` ([#132](https://github.com/fastai/fastcore/issues/132))
0 commit comments