We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd203 commit 5086d41Copy full SHA for 5086d41
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
<!-- do not remove -->
4
5
+## 1.2.3
6
+
7
+### New Features
8
9
+- add `try_attrs` ([#142](https://github.com/fastai/fastcore/issues/142))
10
+- add `filter_dict`, `filter_keys`, and `filter_values` ([#140](https://github.com/fastai/fastcore/issues/140))
11
+- add `str2bool` ([#138](https://github.com/fastai/fastcore/issues/138))
12
13
+### Bugs Squashed
14
15
+- `type` fails with `@typedispatch` ([#144](https://github.com/fastai/fastcore/issues/144))
16
+- `with_cast` fails to cast default values ([#139](https://github.com/fastai/fastcore/issues/139))
17
18
19
## 1.2.2
20
21
### New Features
0 commit comments