We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3618c13 commit 8429968Copy full SHA for 8429968
RELEASE-NOTES.txt
@@ -1,6 +1,16 @@
1
STANC3 RELEASE NOTES
2
======================================================================
3
4
+v2.28.1 (21 October 2021)
5
+======================================================================
6
+
7
+- Expose missing arg() function
8
+- Turned off default of allow_uninitialized_decls
9
+- Fixed transform_inits input and output sizes
10
11
+Note: There are known issues during compilation when calling functions that expect complex arguments with variables of type `int` or `real`.
12
+If this is required, please wrap the arguments with a call to `to_complex()`. This will be addressed in the next release.
13
14
v2.28.0 (5 October 2021)
15
16
0 commit comments