Skip to content

Commit

Permalink
Bug fixes for Fermi surface
Browse files Browse the repository at this point in the history
  • Loading branch information
uthpalaherath committed Jun 3, 2019
1 parent 690aa80 commit 5d6c847
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 40 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ v3.5 May 22, 2019 -- added automatic high symmetry point labeling from KPOINTS f

v3.6 Jun 04, 2019 -- Added 3D Fermi surface utility.

v3.7 Jun 04, 2019 -- Bug fixes for Fermi surface.

Dependencies
------------
matplotlib <br />
Expand Down
36 changes: 0 additions & 36 deletions changelog.txt

This file was deleted.

4 changes: 2 additions & 2 deletions 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"
__author__="Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He, Jordan Bieder"
__copyright__ = "Copyright 2019"
__version__ = "3.6"
__version__ = "3.7"
__email__ = "[email protected]/[email protected]/[email protected]/[email protected]"
__status__ = "Development"
__date__ ="Jun 04, 2019"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
setup(
name='pyprocar',
version = pyprocar.__version__,
author='Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He',
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.6.tar.gz',
download_url='https://github.com/romerogroup/pyprocar/archive/3.7.tar.gz',
packages=['pyprocar',
'pyprocar.utilsprocar',
'pyprocar.procarparser',
Expand Down

0 comments on commit 5d6c847

Please sign in to comment.