You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/change_log.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
Change Log
2
2
==========
3
3
4
-
Current (0.2.0.dev)
4
+
0.2.0 (02/10/2025)
5
5
--------------------
6
6
7
+
This release makes a milstone in stability and functionality for pyMHF.
8
+
The API for hooking functions should be considered "stable" from this point onwards and is unlikely to change significantly in the future (I hope!).
9
+
Next release set will focus on UI/UX as well as utilities, both in terms of the GUI and in the code.
10
+
7
11
- Further improved partial structs to allow nesting references to themselves as a type (must be "indirect", ie. the type of a pointer, or dynamic array for example).
8
12
- Added a fallback method to calculate the binary hash in case opening the file fails. Thanks to `@sparrow <https://github.com/samjviana>`_ for implementing this.
9
13
- Fixed some inssues around running python files directly with ``pymhf run``
0 commit comments