--
You received this message because you are subscribed to the Google Groups "Materials Project Development Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to matproj-devel...@googlegroups.com.
To post to this group, send email to matproj...@googlegroups.com.
Visit this group at https://groups.google.com/group/matproj-develop.
I have update all thing including pip, but version is still will 0.8.8, I’ll show some detials
$ python -V
Python 2.7.11 :: Continuum Analytics, Inc.
$ pip -V
pip 8.1.1 from /lustre/home/umjzhh-1/kl_me2/virtenv_kl_me2/lib/python2.7/site-packages (python 2.7)
$ pip show custodian
---
Metadata-Version: 1.1(which is 2.0 in my local laptop)
Name: custodian
Version: 0.8.8 (1.0.0 at local)
Summary: A simple JIT job management framework in Python.
Home-page: https://github.com/materialsproject/custodian
Author: Shyue Ping Ong
Author-email: on...@ucsd.edu
License: MIT
Location: /lustre/home/umjzhh-1/kl_me2/codes/custodian
Requires: monty, six
Classifiers:
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Chemistry
Topic :: Software Development :: Libraries :: Python Modules
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: custodian/vasp/handlers.py (some adjustment for our SLURM)
no changes added to commit (use "git add" and/or "git commit -a")
在 2016年5月8日星期日 UTC+8下午12:06:07,Shyue Ping Ong写道:
Sorry, I think there might be a missing push. Pls do a pull again.
Shyue PingOn May 7, 2016 at 10:45:54 PM, specter119 (spect...@gmail.com) wrote:
I have update all thing including pip, but version is still will 0.8.8, I’ll show some details