File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 15
15
- Fixes - for any bug fixes
16
16
- Documentation - for changes to the package that are purely for purposes of documentation
17
17
18
- ## Current version
18
+ ## Version 0.3.1
19
19
20
20
### Bug fixes
21
21
Original file line number Diff line number Diff line change 1
1
pygfunction >= 2.1
2
- numpy >= 1.19.2
3
- scipy >= 1.6.2
4
- matplotlib >= 3.3.4
5
- coolprop >= 6.4.1
6
2
pandas >= 1.3.2
7
3
openpyxl >= 3.0.8
8
4
opencv-python == 4.5.4.58
Original file line number Diff line number Diff line change 7
7
8
8
setup (name = 'ghedt' ,
9
9
install_requires = ['pygfunction>=2.1' ,
10
- 'matplotlib>=3.3.4' ,
11
- 'numpy>=1.19.2' ,
12
- 'Pillow>=8.1.0' ,
13
- 'scipy>=1.6.2' ,
14
10
'pandas>=1.3.2' ,
15
- 'natsort>=7.1.1' ,
16
11
'openpyxl>=3.0.8' ,
17
- 'coolprop>=6.4.1' ,
18
12
'opencv-python==4.5.4.58' ],
19
13
url = 'https://github.com/j-c-cook/ghedt' ,
20
- download_url = 'https://github.com/j-c-cook/ghedt/archive/v0.2 .tar.gz' ,
14
+ download_url = 'https://github.com/j-c-cook/ghedt/archive/v0.3.1 .tar.gz' ,
21
15
long_description = long_description ,
22
16
long_description_content_type = 'text/markdown' ,
23
- version = '0.3' ,
17
+ version = '0.3.1 ' ,
24
18
packages = find_packages (),
25
19
include_package_data = True ,
26
20
author = 'Jack C. Cook' ,
27
- author_email = 'jack. cook@okstate.edu ' ,
21
+ author_email = 'jack-c- cook@protonmail.com ' ,
28
22
description = 'A ground heat exchanger design tool with the advanced and '
29
23
'unmatched capability of automatic borehole field selection '
30
24
'based on drilling geometric land constraints.' )
You can’t perform that action at this time.
0 commit comments