File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 22
33<!-- do not remove -->
44
5- ## 1.9.1
6-
7- ### New Features
8-
9- - Add pre-3.11 support for ` batched ` ([ #716 ] ( https://github.com/AnswerDotAI/fastcore/issues/716 ) )
10-
11-
12- ## 1.9.0
5+ ## 1.9.2
136
147### Breaking Changes
158
16- - Patching a function that has a name ending in ` __ ` now creates a method with that suffix stripped. Previously it would use the name directly.
9+ - Patching a function no long clobbers a function with the same name in the current module
1710
1811### New Features
1912
20- - Handle ` nm ` in ` patch_to ` and ` patch ` , and strip ` __ ` suffix in ` patch ` ([ #715 ] ( https://github.com/AnswerDotAI/fastcore/issues/715 ) )
13+ - Have ` @patch ` not overwrite existing functions ([ #717 ] ( https://github.com/AnswerDotAI/fastcore/issues/717 ) )
14+ - Add pre-3.11 support for ` batched ` ([ #716 ] ( https://github.com/AnswerDotAI/fastcore/issues/716 ) )
15+ - Handle ` nm ` in ` patch_to ` and ` patch ` ([ #715 ] ( https://github.com/AnswerDotAI/fastcore/issues/715 ) )
2116
2217
2318## 1.8.18
You can’t perform that action at this time.
0 commit comments