-Release Notes Version 0.0.2 16 May 2021
+Release Notes Version 0.0.3 16 May 2021
-------------
-Version 0.0.2 adds preliminary pseudo-code and support for some basic
+Version 0.0.3 adds preliminary pseudo-code and support for some basic
scalar IEEE754 FP operations. Additional Pseudo-code from the v3.0B
Specification (specifically Section A.3 Book I p782) has been extracted
and cleaned up to become executable through compilation into python.
README = open(os.path.join(here, 'README.md')).read()
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
-version = '0.0.2'
+version = '0.0.3'
# using pip3 for ongoing development is a royal pain. seriously not
# recommended. therefore a number of these dependencies have been