SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-Biggus rpm build for : openSUSE Leap 42. For other distributions click python-Biggus.

Name : python-Biggus
Version : 0.10.0 Vendor : obs://build_opensuse_org/home:beyerle
Release : 2.1 Date : 2018-01-04 21:39:01
Group : Development/Languages/Python Source RPM : python-Biggus-0.10.0-2.1.src.rpm
Size : 0.57 MB
Packager : (none)
Summary : Virtual large arrays and lazy evaluation
Description :
Virtual large arrays and lazy evaluation.

For example, we can combine multiple array data sources into a single virtual array::

>>> first_time_series = OrthoArrayAdapter(hdf_var_a)
>>> second_time_series = OrthoArrayAdapater(hdf_var_b)
>>> print first_time_series.shape, second_time_series.shape
(52000, 800, 600) (56000, 800, 600)
>>> time_series = biggus.LinearMosaic([first_time_series, second_time_series], axis=0)
>>> time_series
< LinearMosaic shape=(108000, 800, 600) dtype=dtype(\'float32\')>

*Any* biggus Array can then be indexed, independent of underlying data sources::

>>> time_series[51999:52001, 10, 12]
< LinearMosaic shape=(2,) dtype=dtype(\'float32\')>

And an Array can be converted to a numpy ndarray on demand::

>>> time_series[51999:52001, 10, 12].ndarray()
array([ 0.72151309, 0.54654914], dtype=float32)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/beyerle:/IAC/openSUSE_Leap_42.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-Biggus

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
python-numpy
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/Biggus-0.10.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/Biggus-0.10.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Biggus-0.10.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Biggus-0.10.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Biggus-0.10.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/biggus
/usr/lib/python2.7/site-packages/biggus/__init__.py
/usr/lib/python2.7/site-packages/biggus/__init__.pyc
/usr/lib/python2.7/site-packages/biggus/random.py
/usr/lib/python2.7/site-packages/biggus/random.pyc
/usr/lib/python2.7/site-packages/biggus/tests
/usr/lib/python2.7/site-packages/biggus/tests/__init__.py
/usr/lib/python2.7/site-packages/biggus/tests/__init__.pyc
/usr/lib/python2.7/site-packages/biggus/tests/integration
/usr/lib/python2.7/site-packages/biggus/tests/integration/__init__.py
/usr/lib/python2.7/site-packages/biggus/tests/integration/__init__.pyc
/usr/lib/python2.7/site-packages/biggus/tests/integration/test_aggregation.py
/usr/lib/python2.7/site-packages/biggus/tests/integration/test_aggregation.pyc
/usr/lib/python2.7/site-packages/biggus/tests/integration/test_engine.py
/usr/lib/python2.7/site-packages/biggus/tests/integration/test_engine.pyc
/usr/lib/python2.7/site-packages/biggus/tests/test_adapter.py
/usr/lib/python2.7/site-packages/biggus/tests/test_adapter.pyc
/usr/lib/python2.7/site-packages/biggus/tests/test_aggregation.py
/usr/lib/python2.7/site-packages/biggus/tests/test_aggregation.pyc
/usr/lib/python2.7/site-packages/biggus/tests/test_array.py
/usr/lib/python2.7/site-packages/biggus/tests/test_array.pyc
/usr/lib/python2.7/site-packages/biggus/tests/test_elementwise.py
/usr/lib/python2.7/site-packages/biggus/tests/test_elementwise.pyc
/usr/lib/python2.7/site-packages/biggus/tests/test_integration.py
/usr/lib/python2.7/site-packages/biggus/tests/test_integration.pyc
There is 67 files more in these RPM.

 
ICM