Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 84eefce

Browse files
committed
Add release notes #1921
1 parent dcdd086 commit 84eefce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

newsfragments/1921.internal.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fix for creating a duplicate "ghost" Computation that was never used. It didn't
2+
break anything, but was ineligant and surprising to get extra objects created
3+
that were mostly useless. This was achieved by changing
4+
:meth:`ComputationAPI.apply_message` and
5+
:meth:`ComputationAPI.apply_create_message` to be class methods.

0 commit comments

Comments
 (0)