Skip to content

Commit 2af8782

Browse files
committed
news
1 parent 9296fc6 commit 2af8782

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

news/fithook-and-weights-dep.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
**Added:**
2+
3+
* Added ``set_weight`` method to ``FitRecipe`` to replace ``setWeight``.
4+
* Added ``get_fit_hooks`` method to ``FitRecipe`` to replace ``getFitHooks``.
5+
* Added ``clear_fit_hooks`` method to ``FitRecipe`` to replace ``clearFitHooks``.
6+
* Added ``pop_fit_hook`` method to ``FitRecipe`` to replace ``popFitHook``.
7+
* Added ``push_fit_hook`` method to ``FitRecipe`` to replace ``pushFitHook``.
8+
9+
**Changed:**
10+
11+
* <news item>
12+
13+
**Deprecated:**
14+
15+
* Deprecate ``setWeight``, ``getFitHooks``, ``clearFitHooks``, ``popFitHook``, and ``pushFitHook`` in ``FitRecipe`` for removal in 4.0.0.
16+
17+
**Removed:**
18+
19+
* <news item>
20+
21+
**Fixed:**
22+
23+
* <news item>
24+
25+
**Security:**
26+
27+
* <news item>

0 commit comments

Comments
 (0)