I no longer use this; 1.6.0 is out but someone else should
take care of this TLS proxy, otherwise I tend to remove it
rather than leaving an unmaintained port behind.
deprecated MMAPV1 engine, doing a config backup + shutdown + remove db files
+ restore will recreate with WiredTiger which has significantly smaller files
and checkpointing (and seems like it maybe a bit more robust..)
we rerun pkglocate
also check the pkglocate cookie vs the fake cookie, so that we rerun things
if somehow fake was rerun without cleaning things first (unlikely, but still)
The OSQP (Operator Splitting Quadratic Program) solver is a numerical
optimization package for solving convex quadratic programs in the form
minimize (1/2)x'Px+q'x
subject to l <= Ax <= u
where x is the optimization variable and P is a positive semidefinite matrix.
OK sthen@
SCS (splitting conic solver) is a numerical optimization package
for solving large-scale convex cone problems, based on our paper
Conic Optimization via Operator Splitting and Homogeneous Self-Dual
Embedding.
It is written in C and can be used in other C, C++, Python, Matlab,
R, Julia, and Ruby, programs via the linked interfaces.
It can also be called as a solver from convex optimization toolboxes
CVX (3.0 or later), CVXPY, Convex.jl, and Yalmip.
CVXPY is a Python-embedded modeling language for convex optimization
problems. It allows you to express your problem in a natural way
that follows the math, rather than in the restrictive standard form
required by solvers.
CVXOPT is a free software package for convex optimization based on
the Python programming language. It can be used with the interactive
Python interpreter, on the command line by executing Python scripts,
or integrated in other software via Python extension modules. Its
main purpose is to make the development of software for convex
optimization applications straightforward by building on Python's
extensive standard library and on the strengths of Python as a
high-level programming language.
ECOS is a numerical software for solving convex second-order cone
programs (SOCPs) of type
min c'x
s.t. Ax = b
Gx <=_K h
where the last inequality is generalized, i.e. h - Gx belongs to the
cone K.
Multiprocess is a fork of multiprocessing, and is developed as part
of pathos: https://github.com/uqfoundation/pathos
multiprocessing is a package for the Python language which supports
the spawning of processes using the API of the standard library's
threading module. multiprocessing has been distributed in the
standard library since python 2.6.
dill extends python's pickle module for serializing and de-serializing
python objects to the majority of the built-in python types.
Serialization is the process of converting an object to a byte
stream, and the inverse of which is converting a byte stream back
to on python object hierarchy.
Required by py-multiprocess
PyWavelets is a Python wavelet transforms module that includes:
- nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
- 1D and 2D Forward and Inverse Stationary Wavelet Transform
(Undecimated Wavelet Transform)
- 1D and 2D Wavelet Packet decomposition and reconstruction
- 1D Continuous Wavelet Tranfsorm
- Computing Approximations of wavelet and scaling functions
- Over 100 built-in wavelet filters and support for custom wavelets
- Single and double precision calculations
- Real and complex calculations
- Results compatible with Matlab Wavelet Toolbox (TM)
Required by py-scikit-image
changelog: http://www.codeblocks.org/downloads/binaries/changelog
Also, change COMPILER reason, add a new patch to fix the build on !x86
archs and remove a trailing whitespace in Makefile.
From Josh Grosse, with some tweaks from me.
OK Josh Grosse (maintainer)
Image Processing SciKit
Image processing algorithms for SciPy, including IO, morphology,
filtering, warping, color manipulation, object detection, etc.
OK robert@
Imageio is a Python library that provides an easy interface to read
and write a wide range of image data, including animated images,
volumetric data, and scientific formats. It is cross-platform, runs
on Python 2.7 and 3.4+, and is easy to install.
Main website: http://imageio.github.io
OK robert@
tweak and ok cwen@
EditorConfig helps developers define and maintain consistent coding
styles between different editors and IDEs.
This package provides the core library and editorconfig(1) executable
both written in C for use by text editor plugins supporting EditorConfig
parsing.
It is part of Firefox, so rust and llvm are checked out at configure time,
but the javascript engine uses only C/C++.
Add patches to remove that check, allowing spidermonkey to be built on !rust
archs. From John Paul Adrian Glaubitz for Debian.
OK jasper@ (maintainer)