Skip to content
Snippets Groups Projects
Commit e8e56bf5 authored by Easy Build's avatar Easy Build
Browse files

Wed, 31 Jul 2019 10:00:03 +0200

parent 418dc400
No related branches found
No related tags found
No related merge requests found
Pipeline #8436 passed
......@@ -1447,6 +1447,7 @@ ParMETIS/4.0.3-intel-2017a,2
ParMETIS/4.0.3-intel-2017c,2
ParMETIS/4.0.3-intel-2018.04,2
PatchELF/0.9,2
pathlib2/2.3.4-Py-2.7,2
pbr/5.1.1-Py-2.7,2
PCRE/8.36-intel-2015b,2
PCRE/8.36-intel-2016.01,2
......@@ -1716,6 +1717,7 @@ Scalasca/2.5-gompi-2019.02,2
Scalasca/2.5-gompi-2019.03,2
Scalasca/2.5-intel-2017a,2
Scalasca/2.5-intel-2018a,2
scandir/1.10.0-Py-2.7,2
ScientificPython/2.9.4-intel-2015b-Python-2.7.11,2
ScientificPython/2.9.4-intel-2015b-Python-2.7.9,2
ScientificPython/2.9.4-intel-2016.01-Python-2.7.9,2
......
......@@ -470,6 +470,7 @@
| [palettable](https://pypi.python.org/pypi/palettable) | Color palettes for Python. |
| [pandas](https://pypi.python.org/pypi/pandas) | Powerful data structures for data analysis, time series,and statistics. |
| [paramiko](https://pypi.python.org/pypi/paramiko) | This is a library for making SSH2 connections (client or server). |
| [pathlib2](https://pypi.org/project/pathlib2/) | The old pathlib module on bitbucket is in bugfix-only mode. The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions. |
| [pbr](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. |
| [phonopy](http://python.org/) | Python is a programming language that lets you work more quickly and integrate your systems more effectively. |
| [Pillow](http://pillow.readthedocs.org/) | Pillow is the 'friendly PIL fork' by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. |
......@@ -499,6 +500,7 @@
| [ranger](https://github.com/ranger/ranger) | ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type. |
| [requests](https://pypi.python.org/pypi/requests) | Python HTTP for Humans. |
| [ruamel.yaml](https://pypi.python.org/pypi/ruamel.yaml) | ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order |
| [scandir](https://pypi.org/project/scandir/) | scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. Using scandir() increases the speed of os.walk() by 2-20 times (depending on the platform and file system) by avoiding unnecessary calls to os.stat() in most cases. |
| [scikit-image](http://scikit-learn.org/stable/index.html) | Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, building upon numpy, scipy, and matplotlib. As a machine-learning module, it provides versatile tools for data mining and analysis in any field of science and engineering. It strives to be simple and efficient, accessible to everybody, and reusable in various contexts. |
| [scikit-learn](http://scikit-learn.org/stable/index.html) | Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, building upon numpy, scipy, and matplotlib. As a machine-learning module, it provides versatile tools for data mining and analysis in any field of science and engineering. It strives to be simple and efficient, accessible to everybody, and reusable in various contexts. |
| [scipy](https://github.com/jupyter/testpath) | Test utilities for code working with files and commands |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment