Skip to content

Commit

Permalink
gzip and phase parsing fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
uthpalaherath committed Jun 4, 2019
1 parent d60dbf0 commit 259bf12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ v3.7 Jun 04, 2019 -- Bug fixes for Fermi surface.

v3.71 Jun 05, 2019 -- More bug fixes.

v3.8 Jun 05, 2019 -- Updated reading from gzip for binary data. Increased parsing speed when phase factors are present.
v3.8.1 Jun 05, 2019 -- Updated reading from gzip for binary data. Increased parsing speed when phase factors are present.

2 changes: 1 addition & 1 deletion pyprocar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__="Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He, Jordan Bieder"
__copyright__ = "Copyright 2019"
__version__ = "3.8"
__version__ = "3.8.1"
__email__ = "[email protected]/[email protected]/[email protected]/[email protected]"
__status__ = "Development"
__date__ ="Jun 05, 2019"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author='Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet, Xu He, Jordan Bieder ',
author_email='[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]',
url='https://github.com/romerogroup/pyprocar',
download_url='https://github.com/romerogroup/pyprocar/archive/3.8.tar.gz',
download_url='https://github.com/romerogroup/pyprocar/archive/3.8.1.tar.gz',
packages=['pyprocar',
'pyprocar.utilsprocar',
'pyprocar.procarparser',
Expand Down

0 comments on commit 259bf12

Please sign in to comment.