Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NF] Add get_info function #59

Merged
merged 5 commits into from Feb 28, 2019
Merged

Conversation

skoudoro
Copy link
Contributor

This PR is adding an utility function. The result of get_info is:

In [1]: from fury import get_info

In [2]: get_info()
Out[2]: 
{'fury_version': '0.1.4.post133+gc1d89c5',
 'pkg_path': 'C:\\Users\\skoudoro\\Devel\\fury\\fury',
 'commit_hash': 'c1d89c58bafd5b60bea0ba545ece0d89d0d93bb0',
 'sys_version': '3.6.6 | packaged by conda-forge | (default, Jul 26 2018, 11:48:23) [MSC v.1900 64 bit (AMD64)]',
 'sys_executable': 'C:\\Users\\skoudoro\\AppData\\Local\\Continuum\\Anaconda3\\envs\\fury-dev-3\\python.exe',
 'sys_platform': 'win32',
 'np_version': '1.15.4',
 'scipy_version': '1.1.0',
 'vtk_version': 'vtk version 8.1.1',
 'matplotlib_version': '3.0.2',
 'dipy_version': '0.16.0dev'}

In [3]: 

@pep8speaks
Copy link

pep8speaks commented Feb 27, 2019

Hello @skoudoro! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on February 27, 2019 at 23:17 Hours UTC

@codecov
Copy link

codecov bot commented Feb 27, 2019

Codecov Report

Merging #59 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #59   +/-   ##
======================================
  Coverage    85.2%   85.2%           
======================================
  Files          14      14           
  Lines        3643    3643           
  Branches      436     436           
======================================
  Hits         3104    3104           
  Misses        415     415           
  Partials      124     124

@Garyfallidis Garyfallidis merged commit f0cf815 into fury-gl:master Feb 28, 2019
@skoudoro skoudoro deleted the add-get-info branch February 28, 2019 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants