Added a support to initialize apysc data types before a stage creation (v3.3.3) #950
simon-ritchie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before version 3.3.3, the
apysc
library raises an exception when apysc data types are initialized before a stage creation.For example, the following code had been raised before version 3.3.3, but now it can use with no exception.
This support helps to define constants at the top-level scope.
Beta Was this translation helpful? Give feedback.
All reactions