File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 22
33<!-- do not remove -->
44
5+ ## 1.3.5
6+
7+ ### Breaking Changes
8+
9+ - remove ` log_args ` ([ #176 ] ( https://github.com/fastai/fastcore/issues/176 ) )
10+
11+ ### New Features
12+
13+ - ` Stateful ` base class/mixin for objects that should not serialize all their state ([ #196 ] ( https://github.com/fastai/fastcore/issues/196 ) )
14+ - new ` frame ` param to ` argnames ` ([ #195 ] ( https://github.com/fastai/fastcore/issues/195 ) )
15+ - add ` urlopen ` and ` untar_dir ` ([ #192 ] ( https://github.com/fastai/fastcore/issues/192 ) )
16+ - ` SCRIPT_INFO.func ` to let functions know what CLI name was called in ` fastcore.script ` ([ #185 ] ( https://github.com/fastai/fastcore/issues/185 ) )
17+ - add ` annotations ` and ` argnames ` functions ([ #179 ] ( https://github.com/fastai/fastcore/issues/179 ) )
18+ - allow ` but ` param in ` store_attr ` to be either ` list ` or ` str ` ([ #174 ] ( https://github.com/fastai/fastcore/issues/174 ) )
19+ - add ` urlvalid ` ([ #173 ] ( https://github.com/fastai/fastcore/issues/173 ) )
20+
21+ ### Bugs Squashed
22+
23+ - ` @typed ` doesn't work with classes ([ #183 ] ( https://github.com/fastai/fastcore/issues/183 ) ) (reported by @krishnap )
24+
25+
526## 1.3.2
627
728### New Features
You can’t perform that action at this time.
0 commit comments