From: Luke Kenneth Casson Leighton Date: Sun, 16 May 2021 16:06:53 +0000 (+0100) Subject: update to 0.0.3 X-Git-Tag: 0.0.3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef49945afaacee20ed998e2813547c71cfb8e1f8;p=openpower-isa.git update to 0.0.3 --- diff --git a/NEWS.txt b/NEWS.txt index 55f5830d..4a1548e6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,7 @@ -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. diff --git a/setup.py b/setup.py index c4b2719c..50188557 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ here = os.path.abspath(os.path.dirname(__file__)) 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