Skip to content

Commit

Permalink
Merge pull request #120 from j-c-cook/version0.3.1Release
Browse files Browse the repository at this point in the history
Version 0.3.1 release
  • Loading branch information
j-c-cook authored Mar 11, 2023
2 parents df38031 + c610a12 commit 1e04839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in:
- Fixes - for any bug fixes
- Documentation - for changes to the package that are purely for purposes of documentation

## Current version
## Version 0.3.1

### Bug fixes

Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
pygfunction>=2.1
numpy>=1.19.2
scipy>=1.6.2
matplotlib>=3.3.4
coolprop>=6.4.1
pandas>=1.3.2
openpyxl>=3.0.8
opencv-python==4.5.4.58
12 changes: 3 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,18 @@

setup(name='ghedt',
install_requires=['pygfunction>=2.1',
'matplotlib>=3.3.4',
'numpy>=1.19.2',
'Pillow>=8.1.0',
'scipy>=1.6.2',
'pandas>=1.3.2',
'natsort>=7.1.1',
'openpyxl>=3.0.8',
'coolprop>=6.4.1',
'opencv-python==4.5.4.58'],
url='https://github.com/j-c-cook/ghedt',
download_url='https://github.com/j-c-cook/ghedt/archive/v0.2.tar.gz',
download_url='https://github.com/j-c-cook/ghedt/archive/v0.3.1.tar.gz',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.3',
version='0.3.1',
packages=find_packages(),
include_package_data=True,
author='Jack C. Cook',
author_email='jack.cook@okstate.edu',
author_email='jack-c-cook@protonmail.com',
description='A ground heat exchanger design tool with the advanced and '
'unmatched capability of automatic borehole field selection '
'based on drilling geometric land constraints.')

0 comments on commit 1e04839

Please sign in to comment.