epsproc

Post-processing of ePolyScat calculations

https://github.com/phockett/epsproc

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Post-processing of ePolyScat calculations

Basic Info
  • Host: GitHub
  • Owner: phockett
  • License: gpl-3.0
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 149 MB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 3
  • Open Issues: 40
  • Releases: 16
Created about 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.rst

.. Readme originally converted from readme.md, via Pandoc
   pandoc -s -o readme.rst README.md

ePSproc Readme
==============

|docs|

A post-processing suite for ePolyScat calculations, and general tool for photoionzation calculations.

ePSproc scripts are designed for photoionization studies. The scripts were originally written for Matlab (2009 - 2016); a Python version is currently under (heavy) development (2019 to date), and is now the main/preferred version.

Source code is `available on Github `_.

Ongoing documentation is on `Read the Docs `_.

For more background, and details on the Matlab version, see the software metapaper for ePSproc (Aug. 2016), *ePSproc: Post-processing suite for ePolyScat electron-molecule scattering calculations*, on `Authorea `_ or `arXiv 1611.04043 `_. For data platform and related experimental tools, see `the Photoelectron Metrolgy toolkit `__.

.. image:: https://epsproc.readthedocs.io/en/latest/_images/output_12_2.png


Getting Started
---------------

To get started, see the demo Jupyter notebooks for example usage:

* `Base class usage demo `__ (note this wraps most functionality as of Oct. 2020).
* `Basic functional demo `__ .
* `MF $\beta_{LM}$ parameters demo `__ .
* `ePSproc Matlab demo notebook `__ (legacy Matlab code)



Installation (Python)
---------------------

Basics:

* From source: simply download `from Github `_ and use locally, or run ``pip install git+https://github.com/phockett/ePSproc.git``.

* From Pypi ``pip install ePSproc``

See the `extended installation notes for more details & options `_.


Python
------

Functionality:

* Plot basic properties (cross-secions, anisotropy parameters) from ePS ``GetCro`` outputs.
* Read raw photoionization matrix elements from ePS output files with ``dumpIdy`` segments.
* Process matrix elements:

  * Plot matrix elements.
  * Calculate MF-PADs from the matrix elements.
  * Calculate MF, LF and AF $\beta_{LM}$ from the matrix elements.
  * Plot $\beta_{LM}$ & PADs.

* `Distirbution via PyPi (latest stable version) `__ .
* `Docs on Read the Docs `__ .

.. This doesn't work for PyPi: See the demo :doc:`Jupyter notebook ` for example usage.



Source:

* ./epsproc: python version, code still under development.

* ./docs: documentation tree, `HTML version on Read the Docs `__.

.. This doesn't work for PyPi :doc:`Full function documentation `.

`Full function documentation `_.


Matlab (legacy code)
--------------------

Functionality:

* Read raw photoionization matrix elements from ePS output files with ``dumpIdy`` segments
* Calculate MF-PADs from the matrix elements (ePSproc_MFPAD.m, see also ePSproc_NO2_MFPADs_demo.m)
* Plot MF-PADs
* Plot X-sects
* (Beta testing): Calculate MF-BLMs from matrix elements, see ePSproc_MFBLM.m
* (Under development): Calculate AF-BLMs from matrix elements.

For more details see

* `ePSproc Matlab demo notebook `_ .
* `ePSproc: Post-processing suite for ePolyScat electron-molecule scattering calculations `_ .


Source:

* /matlab: stable matlab code (as per `release v1.0.1 `__).

  * a set of functions for processing (ePSproc*.m files)
  * a script showing demo calculations, ePSproc_NO2_MFPADs_demo.m


* /docs/additional contains:

  * the benchmark results from these calculations, ePSproc_NO2_testing_summary_250915.pdf
  * additional notes on ePS photoionization matrix elements, ePSproc_scattering_theory_ePS_notes_011015.pdf.



Resources
---------

An ongoing repository of `ePS results can be found at ePSdata `_ (as of Jan 2020, this replaces `the previous repository on OSF `_).



ePolyScat
---------

For details about ePolyScat (ePS), a tool for computation of electron-molecule scattering, see:

* `ePS website & manual `_, maintained by R.R. Lucchese.

* Calculation of low-energy elastic cross sections for electron-CF4 scattering, F. A. Gianturco, R. R. Lucchese, and N. Sanna, J. Chem. Phys. 100, 6464 (1994), http://dx.doi.org/10.1063/1.467237

* Cross section and asymmetry parameter calculation for sulfur 1s photoionization of SF6, A. P. P. Natalense and R. R. Lucchese, J. Chem. Phys. 111, 5344 (1999), http://dx.doi.org/10.1063/1.479794


Future aims
-----------

-  Add capabilities, including more general processing, and for other phenomena (e.g.recombination matrix elements for high-harmonic generation, aligned-frame calculations)
-  Tidy and streamline code (yep)
-  Extend & update notes and benchmark calculations
-  Port to non-commercial run-time engines, e.g.python

Citation
--------

If you make use of ePSproc in your research, please cite it.

Cite the software directly via either Github or Figshare repositories for the software (note same DOI for both)::

  @misc{ePSprocGithub,
    title={ePSproc: Post-processing for ePolyScat},
    url={https://github.com/phockett/ePSproc},
    DOI={10.6084/m9.figshare.3545639},
    publisher={Github},
    howpublished = {\url{https://github.com/phockett/ePSproc}},
    author={Hockett, Paul},
    year={2016},
    commit = {30158eb3fbba41d0a4c3a973744f28b7187e6ee2}
  }

  @misc{ePSprocFigshare,
    title={ePSproc: Post-processing for ePolyScat},
    url={https://figshare.com/articles/ePSproc_Post-processing_for_ePolyScat_v1_0_0_/3545639/4},
    DOI={10.6084/m9.figshare.3545639},
    publisher={Figshare},
    author={Hockett, Paul},
    year={2016}
  }

... or the software paper (Authorea/arXiv)::

  @article{ePSprocPaper,
    title={ePSproc: Post-processing for ePolyScat electron-molecule scattering calculations},
    url={https://www.authorea.com/users/71114/articles/122402-epsproc-post-processing-suite-for-epolyscat-electron-molecule-scattering-calculations},
    DOI={10.22541/au.156754490.06103020},
    journal = {Authorea/arXiv e-prints},
    publisher={Authorea/arXiv},
    author={Hockett, Paul},
    year={2016},
    archivePrefix = {arXiv},
    eprint = {1611.04043},
    primaryClass = {physics.comp-ph},
    eid = {arXiv:1611.04043},
    pages = {arXiv:1611.04043}
  }

(Citation styles for software `from StackExchange `_.)

.. .. include:: citation.txt (keep duplicate details here, since this doesn't work for basic Github readme!)

Acknowledgements
----------------

Special thanks to R.R. Lucchese and coworkers for `ePolyScat `_.

Thanks to the multiple collaborators and co-authors who encouraged and suggested the cavilier use of ePS "out of the box", for many different problems incorporating electron scattering and photoionization. This spirit of "shoot first, ask questions later" indeed raised many questions which, eventually, necessitated proper use of ePS and careful post-processing of the results, and sharpened related foundational expertise - efforts well worth making.

Thanks, finally, and of course, to those supporting scientific software development and infrastructure (and making it easy!), including Github, Read the Docs, Pypi, SciPy etc. etc. In particular the python version of this project makes use of `Xarray `_, and `Moble's spherical functions (& quaternion) `_.

.. |docs| image:: https://readthedocs.org/projects/epsproc/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: https://epsproc.readthedocs.io/en/latest/?badge=latest

Owner

  • Name: Paul Hockett
  • Login: phockett
  • Kind: user

Photoelectron spectroscopy and such. femtolab.ca

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Push event: 5
  • Pull request event: 3
  • Create event: 3
Last Year
  • Issues event: 1
  • Watch event: 1
  • Push event: 5
  • Pull request event: 3
  • Create event: 3

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 571
  • Total Committers: 4
  • Avg Commits per committer: 142.75
  • Development Distribution Score (DDS): 0.047
Top Committers
Name Email Commits
phockett p****t@u****m 544
phockett p****t@g****m 19
dependabot[bot] 4****]@u****m 4
Mimi 1****2@q****m 4
Committer Domains (Top 20 + Academic)
qq.com: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 40
  • Total pull requests: 51
  • Average time to close issues: 4 months
  • Average time to close pull requests: 4 months
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 2.13
  • Average comments per pull request: 0.63
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 35
Past Year
  • Issues: 1
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • phockett (38)
Pull Request Authors
  • dependabot[bot] (52)
  • phockett (14)
  • stevenjoezhang (2)
Top Labels
Issue Labels
enhancement (20) todo (17) bug (11) dependencies (3)
Pull Request Labels
dependencies (52)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 81 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
pypi.org: epsproc

Post-processing suite for ePolyScat calculations (Matlab & Python).

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 81 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 16.8%
Average: 17.8%
Downloads: 19.1%
Stargazers count: 21.5%
Dependent repos count: 21.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

docker/Dockerfile docker
  • jupyter/scipy-notebook latest build
docker/docker-compose.ePSproc.yml docker
  • jupyterlab_epsproc latest
docker/docker-compose.local.yml docker
  • jupyterlab_epsproc_dev latest
docs/doc-source/etc/pyproject.toml pypi
docs/doc-source/requirements-RTD.txt pypi
  • ipython *
  • nbsphinx >=0.4
  • pygments >=2.4.1
  • sphinx-rtd-theme >=1.0.0
  • sphinxcontrib.apidoc ==0.3.0
notes/envs/envs-dump/requirements_021020.txt pypi
  • Babel ==2.8.0
  • Bottleneck ==1.2.1
  • Click ==7.0
  • HeapDict ==1.0.1
  • Jinja2 ==2.11.1
  • Markdown ==3.2.2
  • MarkupSafe ==1.1.1
  • Pillow ==7.0.0
  • PyNaCl ==1.3.0
  • PySocks ==1.7.1
  • PyYAML ==5.3
  • Pygments ==2.3.0
  • Pympler ==0.6
  • QDarkStyle ==2.8
  • QtAwesome ==0.6.1
  • QtPy ==1.9.0
  • Rtree ==0.9.3
  • Send2Trash ==1.5.0
  • Sphinx ==2.4.0
  • adduserpath ==0.4.0
  • alabaster ==0.7.12
  • appdirs ==1.4.3
  • argh ==0.26.2
  • asn1crypto ==1.3.0
  • astroid ==2.3.3
  • astropy ==4.0
  • atomicwrites ==1.2.1
  • attrs ==18.2.0
  • autopep8 ==1.4.4
  • backcall ==0.1.0
  • bcrypt ==3.1.7
  • bleach ==3.0.2
  • bokeh ==1.4.0
  • certifi ==2020.6.20
  • cffi ==1.14.0
  • cftime ==1.0.4.2
  • chardet ==3.0.4
  • cloudpickle ==1.3.0
  • colorama ==0.4.1
  • colorcet ==2.0.2
  • commonmark ==0.9.0
  • coverage ==4.5.2
  • cryptography ==2.8
  • cycler ==0.10.0
  • cytoolz ==0.10.1
  • dask ==2.1.0
  • decorator ==4.4.1
  • defusedxml ==0.6.0
  • diff-match-patch ==20181111
  • distributed ==2.5.2
  • docutils ==0.14
  • entrypoints ==0.3
  • fastcache ==1.1.0
  • flake8 ==3.7.9
  • future ==0.18.2
  • h5netcdf ==0.8.0
  • h5py ==2.10.0
  • hatch ==0.20.0
  • holoviews ==1.13.4
  • hvplot ==0.6.0
  • idna ==2.7
  • imageio ==2.9.0
  • imagesize ==1.2.0
  • importlib-metadata ==1.7.0
  • intervaltree ==3.0.2
  • ipydatawidgets ==4.0.1
  • ipykernel ==5.1.4
  • ipympl ==0.5.8
  • ipython ==7.12.0
  • ipython-genutils ==0.2.0
  • ipywidgets ==7.5.1
  • isort ==4.3.21
  • itk-core ==5.1.1
  • itk-filtering ==5.1.1
  • itk-io ==5.1.1
  • itk-numerics ==5.1.1
  • itk-registration ==5.1.1
  • itkwidgets ==0.32.0
  • jedi ==0.14.1
  • joblib ==0.14.1
  • json5 ==0.9.1
  • jsonschema ==3.2.0
  • jupyter-client ==5.3.4
  • jupyter-core ==4.6.1
  • jupyterlab ==1.0.4
  • jupyterlab-server ==1.0.6
  • jupytext ==1.2.1
  • keyring ==21.1.0
  • kiwisolver ==1.1.0
  • lazy-object-proxy ==1.4.3
  • llvmlite ==0.29.0
  • locket ==0.2.0
  • matplotlib ==3.3.1
  • mccabe ==0.6.1
  • meshio ==4.1.1
  • mistune ==0.8.4
  • mkinit ==0.2.0
  • mkl-fft ==1.0.15
  • mkl-random ==1.1.0
  • mkl-service ==2.3.0
  • more-itertools ==4.3.0
  • mpmath ==1.1.0
  • msgpack ==0.6.1
  • natsort ==7.0.1
  • nbconvert ==5.6.1
  • nbformat ==5.0.4
  • nbsphinx ==0.7.1
  • netCDF4 ==1.4.2
  • notebook ==6.0.3
  • numba ==0.45.0
  • numpy ==1.18.1
  • numpy-quaternion ==2019.7.23.15.26.49
  • numpydoc ==0.9.2
  • olefile ==0.46
  • ordered-set ==3.1.1
  • packaging ==20.1
  • pandas ==1.0.1
  • pandocfilters ==1.4.2
  • panel ==0.8.3
  • param ==1.9.3
  • paramiko ==2.7.1
  • parso ==0.5.2
  • partd ==1.1.0
  • pathtools ==0.1.2
  • patsy ==0.5.1
  • pbr ==5.4.2
  • perfplot ==0.7.0
  • pexpect ==4.6.0
  • pickleshare ==0.7.5
  • pkginfo ==1.4.2
  • plotly ==4.11.0
  • pluggy ==0.8.0
  • prometheus-client ==0.7.1
  • prompt-toolkit ==3.0.3
  • psutil ==5.6.7
  • ptyprocess ==0.6.0
  • py ==1.7.0
  • pyOpenSSL ==19.1.0
  • pycodestyle ==2.5.0
  • pycparser ==2.19
  • pyct ==0.4.8
  • pydocstyle ==4.0.1
  • pyflakes ==2.1.1
  • pylint ==2.4.4
  • pyparsing ==2.4.6
  • pyreadline ==2.1
  • pyrsistent ==0.15.7
  • pyshtools ==4.5
  • pytest ==4.0.1
  • python-dateutil ==2.8.1
  • python-jsonrpc-server ==0.3.4
  • python-language-server ==0.31.7
  • pytz ==2019.3
  • pyvista ==0.25.3
  • pyviz-comms ==0.7.6
  • pywin32 ==227
  • pywin32-ctypes ==0.2.0
  • pywinpty ==0.5.7
  • pyzmq ==18.1.1
  • qtconsole ==4.6.0
  • readme-renderer ==24.0
  • recommonmark ==0.6.0
  • requests ==2.20.1
  • requests-toolbelt ==0.8.0
  • retrying ==1.3.3
  • rise ==5.6.1
  • rope ==0.16.0
  • scipy ==1.3.0
  • scooby ==0.5.6
  • seaborn ==0.9.0
  • semver ==2.8.1
  • six ==1.11.0
  • snowballstemmer ==2.0.0
  • sortedcontainers ==2.1.0
  • sparse ==0.9.1
  • spherical-functions ==2019.7.12.23.25.11
  • sphinx-rtd-theme ==0.4.3
  • sphinxcontrib-apidoc ==0.3.0
  • sphinxcontrib-applehelp ==1.0.1
  • sphinxcontrib-devhelp ==1.0.1
  • sphinxcontrib-htmlhelp ==1.0.2
  • sphinxcontrib-jsmath ==1.0.1
  • sphinxcontrib-qthelp ==1.0.2
  • sphinxcontrib-serializinghtml ==1.1.3
  • spyder ==4.0.1
  • spyder-kernels ==1.8.1
  • statsmodels ==0.11.0
  • sympy ==1.4
  • tblib ==1.6.0
  • terminado ==0.8.3
  • termtables ==0.1.1
  • testpath ==0.4.4
  • toolz ==0.10.0
  • tornado ==6.0.3
  • tqdm ==4.28.1
  • traitlets ==4.3.3
  • traittypes ==0.2.1
  • ttictoc ==0.4.1
  • twine ==1.12.1
  • ujson ==1.35
  • urllib3 ==1.24.1
  • version-information ==1.0.3
  • virtualenv ==16.1.0
  • vtk ===
  • watchdog ==0.10.2
  • wcwidth ==0.1.8
  • webencodings ==0.5.1
  • wget ==3.2
  • widgetsnbextension ==3.5.1
  • win-inet-pton ==1.1.0
  • wincertstore ==0.2
  • wrapt ==1.11.2
  • xarray ==0.15.0
  • xyzpy ==0.3.1
  • yapf ==0.28.0
  • zict ==1.0.0
  • zipp ==2.2.0
  • zstandard ==0.13.0
notes/envs/envs-dump/requirements_May2020.txt pypi
  • cclib *
  • ipython *
  • matplotlib ==3.1.0
  • nbsphinx >=0.4
  • numba ==0.45.0
  • numpy ==1.16.4
  • numpy_quaternion ==2019.7.23.15.26.49
  • pandas ==0.25.1
  • plotly ==4.0.0
  • pyvista *
  • scipy ==1.3.1
  • seaborn ==0.9.0
  • setuptools ==41.0.1
  • spherical_functions ==2019.7.12.23.25.11
  • sphinxcontrib.apidoc ==0.3.0
  • xarray >=0.12.3
notes/envs/envs-dump/requirements_minimal_unversioned.txt pypi
  • cclib *
  • holoviews *
  • matplotlib *
  • numba *
  • numpy *
  • numpy_quaternion *
  • pandas *
  • plotly *
  • pyvista *
  • scipy *
  • seaborn *
  • spherical_functions *
  • xarray *
notes/envs/envs-dump/requirements_minimal_unversioned_commented.txt pypi
  • cclib *
  • holoviews *
  • matplotlib *
  • numba *
  • numpy *
  • numpy_quaternion *
  • pandas *
  • plotly *
  • pyvista *
  • scipy *
  • seaborn *
  • spherical_functions *
  • xarray *
notes/envs/envs-versioned/requirements_basic_Oct2020.txt pypi
  • cclib *
  • holoviews *
  • ipython *
  • matplotlib ==3.1.0
  • nbsphinx >=0.4
  • numba *
  • numpy ==1.16.4
  • numpy_quaternion *
  • pandas ==0.25.1
  • plotly ==4.0.0
  • pyvista *
  • scipy ==1.3.1
  • seaborn ==0.9.0
  • setuptools ==41.0.1
  • spherical_functions *
  • sphinxcontrib.apidoc ==0.3.0
  • xarray >=0.12.3
notes/envs/envs-versioned/requirements_epsdev_v1.3.0_040821.txt pypi
  • Jinja2 ==2.11.3 development
  • Markdown ==3.3.4 development
  • MarkupSafe ==1.1.1 development
  • Pillow ==8.3.2 development
  • PyQt5 ==5.12.3 development
  • PyQt5-sip ==4.19.18 development
  • PyQtChart ==5.12 development
  • PyQtWebEngine ==5.12.1 development
  • PySocks ==1.7.1 development
  • PyYAML ==5.4.1 development
  • Pygments ==2.8.1 development
  • Send2Trash ==1.5.0 development
  • appdirs ==1.4.4 development
  • argon2-cffi ==20.1.0 development
  • async-generator ==1.10 development
  • attrs ==20.3.0 development
  • backcall ==0.2.0 development
  • backports.functools-lru-cache ==1.6.1 development
  • bleach ==3.3.0 development
  • bokeh ==2.3.0 development
  • brotlipy ==0.7.0 development
  • cached-property ==1.5.2 development
  • cclib ==1.7 development
  • certifi ==2021.5.30 development
  • cffi ==1.14.5 development
  • cftime ==1.4.1 development
  • chardet ==4.0.0 development
  • colorcet ==2.0.6 development
  • cryptography ==3.4.6 development
  • cycler ==0.10.0 development
  • decorator ==4.4.2 development
  • defusedxml ==0.7.1 development
  • entrypoints ==0.3 development
  • gmpy2 ==2.0.8 development
  • h5py ==3.1.0 development
  • holoviews ==1.14.2 development
  • idna ==2.10 development
  • imageio ==2.9.0 development
  • importlib-metadata ==3.7.3 development
  • ipykernel ==5.3.4 development
  • ipython ==7.21.0 development
  • ipython-genutils ==0.2.0 development
  • jedi ==0.18.0 development
  • jsonschema ==3.2.0 development
  • jupyter-client ==6.1.12 development
  • jupyter-core ==4.7.1 development
  • jupyterlab-pygments ==0.1.2 development
  • kiwisolver ==1.3.1 development
  • llvmlite ==0.36.0 development
  • loguru ==0.5.3 development
  • matplotlib ==3.3.4 development
  • meshio ==4.3.8 development
  • mistune ==0.8.4 development
  • mpmath ==1.2.1 development
  • nbclient ==0.5.3 development
  • nbconvert ==6.0.7 development
  • nbformat ==5.1.2 development
  • nest-asyncio ==1.4.3 development
  • netCDF4 ==1.5.6 development
  • notebook ==6.4.1 development
  • numba ==0.53.0 development
  • numpy ==1.20.1 development
  • numpy-quaternion ==2021.3.17.16.51.43 development
  • olefile ==0.46 development
  • packaging ==20.9 development
  • pandas ==1.2.3 development
  • pandocfilters ==1.4.2 development
  • panel ==0.11.1 development
  • param ==1.10.1 development
  • parso ==0.8.1 development
  • patsy ==0.5.1 development
  • periodictable ==1.5.3 development
  • pexpect ==4.8.0 development
  • pickleshare ==0.7.5 development
  • pip ==21.0.1 development
  • plotly ==4.14.3 development
  • prometheus-client ==0.9.0 development
  • prompt-toolkit ==3.0.18 development
  • ptyprocess ==0.7.0 development
  • pyOpenSSL ==20.0.1 development
  • pycparser ==2.20 development
  • pyct ==0.4.6 development
  • pyparsing ==2.4.7 development
  • pyrsistent ==0.17.3 development
  • python-dateutil ==2.8.1 development
  • pytz ==2021.1 development
  • pyvista ==0.29.0 development
  • pyviz-comms ==2.0.1 development
  • pyzmq ==22.0.3 development
  • requests ==2.25.1 development
  • retrying ==1.3.3 development
  • scipy ==1.6.1 development
  • scooby ==0.5.6 development
  • seaborn ==0.9.0 development
  • setuptools ==49.6.0.post20210108 development
  • six ==1.15.0 development
  • spherical-functions ==2021.8.6.19.23.59 development
  • statsmodels ==0.12.2 development
  • sympy ==1.8 development
  • terminado ==0.9.3 development
  • testpath ==0.4.4 development
  • tornado ==6.1 development
  • tqdm ==4.59.0 development
  • traitlets ==5.0.5 development
  • transforms3d ==0.3.1 development
  • typing-extensions ==3.7.4.3 development
  • urllib3 ==1.26.5 development
  • vtk ==9.0.1 development
  • wcwidth ==0.2.5 development
  • webencodings ==0.5.1 development
  • wheel ==0.36.2 development
  • xarray ==0.15.0 development
  • zipp ==3.4.1 development
notes/envs/envs-versioned/requirements_minimal_2021.txt pypi
  • cclib *
  • holoviews *
  • matplotlib *
  • numba *
  • numpy *
  • numpy_quaternion *
  • pandas *
  • plotly *
  • pyvista *
  • scipy *
  • seaborn ==0.9.0
  • spherical_functions *
  • xarray ==0.15.0
requirements.txt pypi
  • cclib *
  • holoviews *
  • jupyter-dash *
  • matplotlib *
  • numba *
  • numpy *
  • numpy_quaternion *
  • pandas *
  • plotly *
  • pyvista *
  • scipy *
  • seaborn ==0.9.0
  • spherical_functions *
  • xarray *
requirementsHatch.txt pypi
requirements_May2020.txt pypi
  • cclib *
  • ipython *
  • matplotlib ==3.1.0
  • nbsphinx >=0.4
  • numba ==0.45.0
  • numpy ==1.16.4
  • numpy_quaternion ==2019.7.23.15.26.49
  • pandas ==0.25.1
  • plotly ==4.0.0
  • pyvista *
  • scipy ==1.3.1
  • seaborn ==0.9.0
  • setuptools ==41.0.1
  • spherical_functions ==2019.7.12.23.25.11
  • sphinxcontrib.apidoc ==0.3.0
  • xarray >=0.12.3
setup.py pypi