File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
from ieee754 .IEEE754 import IEEE754
2
+ from ieee754 .IEEE754 import half
3
+ from ieee754 .IEEE754 import single
4
+ from ieee754 .IEEE754 import double
5
+ from ieee754 .IEEE754 import quadruple
6
+ from ieee754 .IEEE754 import octuple
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = "ieee754" ,
5
5
packages = ["ieee754" ],
6
- version = "0.3 " ,
6
+ version = "0.4 " ,
7
7
license = "MIT" ,
8
8
description = "A Python module which converts floating points numbers into IEEE-754 representation." ,
9
9
author = "Bora Canbula" ,
10
10
author_email = "bora.canbula@cbu.edu.tr" ,
11
11
url = "https://github.com/canbula/ieee754" ,
12
- download_url = "https://github.com/canbula/ieee754/archive/refs/tags/v_03 .tar.gz" ,
12
+ download_url = "https://github.com/canbula/ieee754/archive/refs/tags/v_04 .tar.gz" ,
13
13
keywords = [
14
14
"IEEE-754" ,
15
15
"precisions" ,
You can’t perform that action at this time.
0 commit comments