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 82e374d commit e34034bCopy full SHA for e34034b
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
<!-- do not remove -->
4
5
+## 1.3.14
6
+
7
+### New Features
8
9
+- add `loads_multi` ([#271](https://github.com/fastai/fastcore/issues/271))
10
11
+### Bugs Squashed
12
13
+- ignored empty str `names` in `store_attr` ([#267](https://github.com/fastai/fastcore/issues/267))
14
+- `returns_none` not returning non-none type ([#266](https://github.com/fastai/fastcore/issues/266))
15
+- `Transform` return type ignored ([#265](https://github.com/fastai/fastcore/issues/265))
16
+- `test_eq` incorrect for pandas `DataFrame` ([#188](https://github.com/fastai/fastcore/pull/188)), thanks to [@kessido](https://github.com/kessido)
17
18
19
## 1.3.13
20
21
### New Features
0 commit comments