You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-BH-devel-1.66.0.1-1.lbn25.noarch
Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided.
RPMPackage R-AnnotationDbi-1.38.2-3.lbn25.noarch
Provides user interface and database connection code for annotation data packages using SQLite data storage.
RPMPackage R-ALL-1.6.0-5.lbn25.noarch
Data of T- and B-cell Acute Lymphocytic Leukemia from the Ritz Laboratory at the DFCI (includes Apr 2004 versions)
RPMPackage python3-tables-3.4.4-2.lbn25.py37.x86_64
PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. This is the version for Python 3.
RPMPackage python3-shapely-1.6.4-6.post2.lbn25.x86_64
Shapely is a package for creation, manipulation, and analysis of planar geometry objects – designed especially for developers of cutting edge geographic information systems. In a nutshell: Shapely lets you do PostGIS-ish stuff outside the context of a database using idiomatic Python. You can use this package with python3-matplotlib and python3-numpy. See README.rst for more information!
RPMPackage python3-scipy-1.2.1-7.lbn25.x86_64
Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers.
RPMPackage python3-pymssql-2.2.0.dev0-1.lbn25.py37.x86_64
pymssql DBAPI interface to Microsoft SQL Server A simple database interface for Python that builds on top of FreeTDS to provide a Python DBAPI (PEP249) interface to Microsoft SQL Server.
RPMPackage python3-petlx-1.0.3-1.lbn25.py37.noarch
petlx Extensions to the petl package petlx is a collection of domainspecific and/or experimental extensions to petl < a Python package for extracting, transforming and loading tables of data. Docs: Source: Download: Mailing list:
RPMPackage python3-petl-1.1.1-1.lbn25.py37.noarch
petl Extract, Transform and Load (Tables of Data) petl is a general purpose Python package for extracting, transforming and loading tables of data. Docs: Source: Download: Mailing list: also petlx < a library of extension modules for petl.
RPMPackage python3-pandocfilters-1.4.1-2.lbn25.py37.noarch
This package provides a few utility functions which make it easier to write pandoc filters in Python.
RPMPackage python3-pandas-datareader-0.5.0-1.lbn25.py37.noarch
Data readers extracted from the pandas codebase, should be compatible with recent pandas versions.
RPMPackage python3-odo-0.5.0-1.lbn25.py37.noarch
|Build Status| |Doc Status| Data migration in PythonDocumentation_Example Odo migrates data between different containers.. codeblock:: python >>> from odo import odo >>> odo((1, 2, 3), list) [1, 2, 3]It operates on small, inmemory containers (as above) and large, outofcore containers (as below).. codeblock:: python >>> odo('myfile.hdf5::/data', ':pass@host::mytable') Table('mytable', ...
RPMPackage python3-numpy-f2py-1.16.1-1.lbn25.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-1.16.1-1.lbn25.x86_64
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
RPMPackage python3-multipledispatch-0.4.9-1.lbn25.py37.noarch
UNKNOWN
RPMPackage python3-jupyter-client-5.3.1-1.lbn25.noarch
This package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels. It also provides the `jupyter kernelspec` entrypoint for installing kernelspecs for use with Jupyter frontends.
RPMPackage python3-jedi-0.10.2-1.lbn25.py37.noarch
Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its historic focus is autocompletion, but does static analysis for now as well. Jedi is fast and is very well tested. It understands Python on a deeper level than all other static analysis frameworks for Python.
RPMPackage python3-hl7apy-1.2.0-1.lbn25.py37.noarch
HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages HL7apy is a lightweight Python package to intuitively handle HL7 <>_ v2 messages according to HL7 specifications.The main features includes: * Message parsing * Message creation * Message validation following the HL7 xsd specifications * Access to elements by name, long name or position * Support to all simple ...
RPMPackage python3-dynd-0.7.2-1.lbn25.x86_64
DyND-Python, a component of the Blaze project, is the Python exposure of the DyND dynamic multi-dimensional array library.
RPMPackage python3-datashape-0.5.2-1.lbn25.py37.noarch
DataShape is a language for describing data. It is an extension of the NumPy dtype with an emphasis on cross language support.