[python-dtcwt] branch debian/sid created (now 672c556)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to branch debian/sid
in repository python-dtcwt.

        at  672c556   d/control: suggest doc package in module packages

This branch includes the following new commits:

       new  e7edda5   initial version
       new  8c6d022   add import test
       new  9f0bd55   add port of reflect.m
       new  a05b8e5   let reflect take non-array inputs
       new  ab0b407   forward transform implemented
       new  53f406c   update test suite
       new  e43f3d6   added inverse transform
       new  95f985e   cache coefficients on first load
       new  e7e36fe   remove non-optimisations for Python
       new  54499b0   rationalise reflect() function
       new  ee2f208   refactoring for documentation
       new  c88f117   tag transform-heavy tests with 'transform' attribute
       new  bdc4f23   refactor column-wise convolution into single function
       new  59a290e   implement FFT-based convolution
       new  b8dfa9d   abstract FFT implementation
       new  bf64167   separate specification of default wavelet
       new  a0f6eda   added 1d transform
       new  068913c   tidied up docstrings
       new  3d6fede   update ignore list for coverage
       new  2c4e686   add original README file and update our README
       new  2bb91df   add coverage hidden file to gitignore as well
       new  bef69d4   update dependencies in setup.py
       new  7730bf0   add updated link to documentation
       new  350fad0   add very biref usage section
       new  e025fa6   update metadata
       new  983ccf7   add requirement to have setuptools git support
       new  6285fa6   update URL in PyPi metadata
       new  0a6d859   remove incorrect trove categorisation
       new  8755f6c   explicitly list package data
       new  71ca0df   add missing show to getting started example
       new  237de72   add fix for numpy type cast complaints
       new  05383cf   bumpy to 0.2.1
       new  e1a5d0d   added 1D example
       new  dd0f75d   set version indicating this is a pre-release
       new  147fb40   keep project name in sphinx config so that it can be built separately
       new  3354f50   add notes on original licensing
       new  bba87ae   add dist/ directory to gitignore
       new  736afe4   add travis-ci support
       new  d4cc2c6   re-jig setup a little
       new  ddaffa6   replace MATLAB coefficient files with numpy ones
       new  a02fa45   remove use of convolve2d in lowlevel.py
       new  56b5946   remove scipy as a dependency
       new  8571f61   remove lapack, fortran and blas from travis depends
       new  553b6a5   simplify nosetests stanza in travis.yml
       new  cb8c5e6   enable Python3 for Travis testing
       new  1d39548   setup.py: re-organise dependencies
       new  393e25d   travis: run nose via setup.py
       new  b0c960f   Merge pull request #2 from rjw57/prune-depends
       new  84a611a   Merge branch 'master' into python3
       new  01ecc41   fix relative imports for Python3
       new  a214bd8   add travis build image to README
       new  b5b4e0d   add fixes for Python 3
       new  f8563c0   add trove categories showing Python 3 and 2 support
       new  64b2ad6   Merge pull request #1 from rjw57/python3
       new  9dcd314   make sphinx use setup.cfg to get version info
       new  8d4df22   fix use of setup.cfg to provide some sphinx info
       new  d7946ef   remove unused test file
       new  4461b10   prepare for 0.3 release
       new  d71767f   start development for 0.4
       new  f363287   README.rst: link to latest release's documentation
       new  4a35c31   get coverage of transform2d up to 100%
       new  a218848   get coverage of transform1d to 100%
       new  22d4479   Merge pull request #3 from rjw57/increase-coverage
       new  3e843fb   start test suite for 3d transform
       new  8532904   add stub 3d transform functions
       new  2e9bcf8   make single level 3D transforms work
       new  a306146   add first stab at 3d transform
       new  4f958fe   import dtwavexfm3 documentation
       new  67cb11e   add an example on showing directional selectivity of 3D transform
       new  f45eea9   Merge pull request #4 from rjw57/3d-transform
       new  6a4dc13   make lena pictures in getting started section less huge
       new  e4af1e1   add note on 3D transform to README
       new  a471dfb   update docs with information on 3d transform
       new  ce203c4   implement ext_mode
       new  8259d34   Merge pull request #5 from rjw57/add_ext_mode
       new  6775caa   prepare for 0.4 release
       new  bda9e27   start working on 0.5
       new  c37866b   improve directionality plot a little in getting started
       new  6436b41   move from FFT based method for convolution to a direct convolution
       new  5bc77f6   Merge pull request #6 from rjw57/direct-convolution
       new  3662c6a   some trivial documentation fixes
       new  36bf635   update README to reflect cheeseshop-based installation
       new  50454ed   update directional example to be easier to interpret
       new  436dacc   fix typo in README.rst
       new  8753bfc   add test for integer input
       new  f24ab96   transform3d: fix ext_mode==4 behaviour
       new  de9922f   promote integer input to transform to floating point
       new  dda5324   Merge pull request #8 from rjw57/issue-7
       new  afc53ea   add perfect reconstruction test for integer input
       new  c43ac3e   fix ext_mode behaviour
       new  59441d0   add tougher tolerance for perfect reconstruction test
       new  f4c7591   Merge pull request #10 from rjw57/ext-mode-fix
       new  fa22e6c   general tidyups of 2d transform code
       new  7f015ff   fix perfect reconstruction for 2D
       new  e4d79fa   Merge pull request #11 from rjw57/2d-perfect-recon
       new  4a1d822   handle float32 input correctly
       new  5dc846c   Merge pull request #12 from rjw57/handle-float32
       new  4dac044   README.rst: add more prominent documentation line
       new  ae88646   freshen up the docs a little
       new  a23e673   prepare for 0.5 release
       new  73ba2d1   kick of the 0.6 release process
       new  f17be81   docs: fix typo DTCW -> DTCWT
       new  6f35c01   add support for discarding level 1 highpass bands in 3D transform
       new  7182ba2   Merge pull request #13 from rjw57/discard-level-1
       new  954daeb   update 3d directionality example to discard level 1 highpass
       new  0d7f329   change the theme for Sphinx documentation to nature
       new  e69438d   Merge pull request #14 from rjw57/change-default-theme
       new  cadc858   make the contents page more prominent in the documentation
       new  191186f   Merge pull request #15 from rjw57/docs-rework
       new  26d0e56   add some useful re-sampling routines
       new  b76e9b9   add specialised two-times upsample functions
       new  7207d09   change sampling method to use symmetric extension
       new  49a03a7   a first stab at keypoint detectors
       new  ba88e6e   rename scale -> rescale in sampling
       new  31f9b2b   implement Kingsbury keypoint energy function
       new  71f4418   add note on pre-release nature of keypoint stuff
       new  a0865a5   prepare for v0.6 release
       new  172d5a3   start 0.7 development process
       new  ef21da6   add test exposing Yscale bug
       new  ded8223   transform2d: fix Yscale bug
       new  b6a0bdd   revert documentation theme to default
       new  f8328e5   Merge pull request #22 from rjw57/yscale-bug
       new  62eb32c   add emacs/gedit backup file to .gitignore
       new  e89993a   Merge pull request #23 from rjw57/revert-doc
       new  79376c2   add some verification against MATLAB output
       new  a0e3afd   Merge pull request #24 from rjw57/verification-against-matlab
       new  595cb33   add rotational symmetry mod, dtwavexfm2b and dtwaveifm2b
       new  e548b57   Merge pull request #25 from rjw57/rot-symm-modified-wavelet-squash
       new  c1278e0   testxfm3: replace np.meshgrid with np.mgrid
       new  a30a3fa   Merge pull request #27 from rjw57/meshgrid-workaround
       new  c1050e0   workaround numpy.mean() version without keepdims
       new  84a753f   Merge pull request #28 from rjw57/keepdims-workaround
       new  7a4db52   Extra demo in docs of modified wavelets.
       new  c404342   Update variant.rst
       new  76f3781   Merge pull request #1 from scf32/master
       new  dbe296e   Undid local edit of regen_verification.sh
       new  4a6a663   Merge pull request #2 from scf32/doc-update
       new  b05ad61   Merge pull request #29 from scf32/master
       new  accd839   add pyopencl as an extras dependency
       new  f9bda24   update travis to test with and without opencl
       new  11aa852   travis: install AMD's CPU OpenCL implementation
       new  d246070   travis: enable APT package caching
       new  80cf705   travis: install numpy before all other things
       new  9d48e77   add low-level opencl filtering routine
       new  8e6a5ce   opencl: remove unused code in kernel
       new  48e1448   opencl: fix coldfilt in case where h . rev(h) > 0
       new  485b887   opencl: fix coldfilt when given 2d vector filters
       new  a1aa7c1   remove dependency on memoized
       new  a834e0f   opencl: support importing without pyopencl
       new  b5a48f5   move SkipTest import
       new  cfab65e   opencl: fix for non-floor division in Python3
       new  3382264   opencl: speculative fix for non-C-contiguous arrays
       new  47421db   opencl: add (very) simple benchmark script
       new  19c4b43   travis: add benchmark script to run
       new  72a325e   update opencl benchmark script to handle no-OpenCL case
       new  772c731   avoid divide-by-zero in benchmark script
       new  725517a   opencl: first pass at colifilt
       new  3a58066   opencl: refine colifilt implementation
       new  e5f2091   add additional opencl filter tests
       new  6aa1258   opencl: tidy up coldfilt kernel
       new  1ada243   opencl: remove erroneous comment from colifilt
       new  a47f147   tidy up various opencl kernels
       new  cdf3ea6   opencl: comment out some suspicious tests
       new  19d78e5   opencl: remove requirement that kernel vectors be on host
       new  c5aac57   fix incorrect work shap calculation for 1-d arrays
       new  c54767d   add a first pass opencl transform function
       new  aa83be5   start to convert dtwavexfm2 to puer-er opencl
       new  4953c11   opencl: remove some un-necessary host<->device copies
       new  bfb4585   opencl: don't initialise output to zero
       new  68f4e9e   opencl: re-jib LoLo resizing to be OpenCL friendly
       new  a1bcbef   use a faster slice-based method in dtwavexfm2
       new  8651d7b   opencl.lowlevel: let to_array take non-CL arrays as a NOP
       new  b4ed796   opencl.transform2d: remove more unnecessary copies
       new  4488cc1   transform2d: replace list-indexing with slice notation
       new  eba627e   opencl.transform2d: use slice notation
       new  cdc6279   opencl.transform2d: use own version of q2c
       new  15d0b72   opencl: implement q2c on device
       new  e2ef264   opencl: make benchmark output more understandable
       new  2bbd941   opencl: move all of q2c manipulation to OpenCL kernel
       new  a1bfa5c   opencl: only transfer to host after transform complete
       new  a983242   opencl: add non-POT dtcwt to benchmark
       new  2cd96b0   openl: fix typo divisable -> divisible
       new  afe3c3c   Merge pull request #30 from rjw57/opencl
       new  3fdd113   move existing lowlevel code to explicit numpy backend
       new  40ee56a   a first stab at moving functionality to a backend class
       new  1445db3   utils: remove confusign __all__ for the moment
       new  3fad475   move 2d forward transform to backend implementation
       new  cece801   fold dtwave{i,x}fm2b into main transform
       new  d42a783   refactor opencl backend to support modified rotational symmetry wavelets
       new  e9e16a4   move opencl backend to be where numpy backend is
       new  01f2e6c   fix some imports in the NumPy backend
       new  b43b7aa   update documentation on backends
       new  30e247f   Merge pull request #31 from rjw57/backend-refactor
       new  d911e86   travis: add sphinx documentation to build
       new  da853a7   add some basic tests for dtcwt.utils
       new  d37562c   Merge pull request #32 from rjw57/travis-add-sphinx
       new  dd92c7a   Merge pull request #33 from rjw57/test-coverage
       new  ec1d5bd   made 3d_dtcwt_directionality a runnable demo
       new  28f5b1d   do not copy results back from OpenCL by default
       new  b3a5b49   move memoize decorator to dtcwt.utils
       new  a708eb9   memoize any to-host copies in OpenCL transform result
       new  7c1fbf6   Merge pull request #34 from rjw57/opencl-no-host-copy
       new  59f7b13   re-name backend classes consistently
       new  57b7b71   add in some documentation on how to use backends
       new  bd89302   prepare for 0.7 release
       new  77432bf   add setuptools MANIFEST.in file
       new  3ec0e87   start work on 0.8 release
       new  625740c   Merge pull request #35 from rjw57/docs-improvement
       new  ea7544e   Merge pull request #36 from rjw57/release-0.7
       new  719d2ed   Merge branch 'prepare-for-0.8'
       new  a67aa7f   update ChangeLog for 0.7.1
       new  f6a63fa   show which device is in use in benchmark
       new  9f18d4a   fix memory leak in OpenCL implementation
       new  b633566   add changelog for 0.7.2
       new  68fe1b4   make benchmark script not fail on non-OpenCL machines
       new  e11951d   Merge pull request #40 from rjw57/opencl-bugfix
       new  622464f   fix modified inverse transform
       new  eab60a3   Merge pull request #41 from rjw57/fix-bp-transform
       new  f984e57   use the expected phase rotations as given in cpxinterp2b
       new  190757f   regen_verification.sh: abort if MATLAB doesn't generate a result
       new  a75486d   add output from cpxinterp2b to 'known good' output
       new  576b885   tests/util.py: add a percentile-based 'nearly equal' test
       new  5f0bafe   verify rescale_highpass against cpxinterp2b.m
       new  42fbea1   sampling: extend documentation a bit to discuss where pixel centres lie
       new  0ca6066   update README with information on highpass interpolation
       new  8cf824f   Merge pull request #42 from rjw57/cpxinterp-verification
       new  1592330   still saving stuff...
       new  1948039   Merge branch 'master' of https://github.com/timseries/dtcwt
       new  6000f81   added opencl/numpy backends for 3d
       new  533f4f7   added .editorconfig file
       new  5b568c7   add utility functions for image registration
       new  d267c22   added image registration example script
       new  7f13493   registration: added non-highpass sampling functions
       new  41e3078   examples/registration: add non-wavelet warping comparison
       new  e1b30f6   examples: remove wavelet-domain warped image from registration example
       new  c56bc1e   utils: re-write reflect to be non-iterative
       new  9b712c8   add implementation of non-rigid registration
       new  8491d6e   add example of image registration
       new  86c2e2d   add tennis imagery to registration example
       new  ec45999   registration: tune selection of levels slightly
       new  0bc82a8   registration: compatibility fix for Py3
       new  2926e13   update README with changes
       new  4ba866f   utils: re-write reflect to be non-iterative
       new  9ea8776   Merge pull request #43 from rjw57/refactor-reflect
       new  953e440   docs: add image registration example
       new  2c6c3b4   registration: document all external functions
       new  af34ebc   added verification phantom for the unit-testing 3d transform against the matlab implementation
       new  07f3671   Merge pull request #44 from rjw57/registration
       new  41fa0d0   add specialised mathjax CDN URL for readthedocs
       new  1c13c19   docs: fix comment on custom MathJax URL
       new  3849444   Merge pull request #45 from rjw57/mathjax-cdn
       new  ff40358   travis: add support for coveralls.io
       new  beda5c3   README: add coverage badge
       new  55cf43e   add coverage workaround
       new  0884bcf   utils: add stacked matrix/{matrix,vector} products
       new  d370b55   registration: refactor for speed
       new  d10b84e   registration: add example scripts
       new  c41056f   Merge pull request #47 from rjw57/registration-refactor-for-merge
       new  e3e175d   rename .coverage.rc -> .coveragerc
       new  b709121   .coveragerc: add tests to omitted files
       new  c97cc31   README: add pypi essential info badges to README
       new  9bfce78   Merge pull request #46 from rjw57/travis-coverage
       new  7c0ad9d   Merge branch 'master' into add-badges-to-readme
       new  5f39224   Merge pull request #48 from rjw57/add-badges-to-readme
       new  6fd5259   README: fix coverage badge URL
       new  5ca079f   registration.qtildematrices: operate on transforms
       new  35cd5c0   remote image-registration-1.py example
       new  5cd8500   examples/image-registration: save figures and include in docs
       new  6395ea8   registration: remove older affine... functions
       new  73ddb31   registration: limit public API
       new  0aa2a94   registration: fix default method for warp
       new  3eb9e00   split registration into explicit numpy backend
       new  327c773   add rst files to editorconfig
       new  46a42a7   docs: add description of image registration
       new  36bbd2b   docs: make contents more priminant and useful in index
       new  08ea155   Merge pull request #49 from rjw57/registration-api-finesse
       new  4652889   docs: refactor contents a little
       new  acbeca7   README: add re-organised docs to change list
       new  530d698   Merge pull request #50 from rjw57/refactor-docs
       new  ba895c8   prepare for 0.8.0 release
       new  cd38612   Merge pull request #51 from rjw57/release-0.8.0
       new  afef732   start 0.9 development
       new  764ea24   Merge pull request #52 from rjw57/start-0.9
       new  8d8a346   docs: fix incorrect example filename
       new  a13fb2d   add stub 0.9.0 changes in README
       new  4bb7840   MANIFEST.in: reduce size of PyPi source distribution
       new  a0376ac   Merge pull request #53 from rjw57/docs-fix-example-name
       new  2fbbb7a   Merge pull request #54 from rjw57/make-pypi-smaller
       new  f3c459b   Added quiver overlay function
       new  2983ccd   tests: move registration frame loading to utility function
       new  d298b99   docs/conf.py: add tests directory to include path
       new  c982f47   Merge branch 'master' of http://github.com/rjw57/dtcwt into HEAD
       new  bc47460   Merge pull request #55 from scf32/overlayquiver
       new  7352545   docs: add ipython directive extension
       new  93f40e0   docs: add requirements files for building
       new  9710ebf   docs: add empty _static dir
       new  052add5   docs: add ipython sample to registration
       new  7d6b846   Merge pull request #56 from rjw57/docs-ipython
       new  e02ab98   tests: add lena loading function
       new  b83688c   overlay_quiver_DTCWT: add usage example
       new  6e037fb   move plotting-related functions to dedicated module
       new  7cf77dc   Merge pull request #57 from rjw57/plot-module
       new  7884f7f   tests: use datasets.lena() to load lena image
       new  cf4f7ef   plotting: fix length of quiver key arrows
       new  36c0d24   plotting: flesh out docs for overlay_quiver_DTCWT
       new  e2fe1fa   docs: fix alignment of registration flow diagram
       new  6a3f971   docs: add description of registration flow chart
       new  c9114f9   registration: fix ordering of reference and source
       new  bade0d3   Merge pull request #61 from rjw57/use-lena-dataset-function
       new  1a08530   travis: add wheel support
       new  15fff2a   Merge pull request #62 from rjw57/travis-use-wheel
       new  57a99ea   Merge pull request #60 from rjw57/doc-tweaks
       new  0177f43   fix alignment registration flow image
       new  db4b4ba   .travis.yml: only use wheels for numpy
       new  f2f44cf   .travis.yml: explicitly install matplotlib and ipython
       new  bde0f3b   .travis.yml: do not use wheel when installing dtcwt
       new  6b406ce   Merge pull request #63 from rjw57/fix-py3k-opencl
       new  03cd38e   docs: construct variant figures on the fly
       new  5cd9b8d   plotting: update overlay_quiver_DTCWT to use plot directive
       new  96eadf7   docs: use PNG version of registration-flow
       new  b01fc44   docs/variant: use modern API for transform
       new  deedbb6   docs/variant: remove dtcwtxfm2b
       new  dade51c   docs: replace 2d transform example with plot directive
       new  9682612   Merge pull request #64 from rjw57/docs-dynamic-plot
       new  5025491   move registration example to doc-time compile
       new  319eea6   remove 'savefig' from examples
       new  7921681   Merge pull request #65 from rjw57/docs-dynamic-plot
       new  c085995   fixed 3dtransform bugs, still not the same as numpy...
       new  20e7c6f   moved import out of function...
       new  f25288a   tweak exactly which levels are used in estimatereg by default
       new  0488933   Merge pull request #68 from rjw57/reg-api-flexibility
       new  61fa695   Workaround for overlay_quiver_DTCWT legend. Hopefully closes #59.
       new  0e20da7   Merge pull request #69 from rjw57/fix-issue-59
       new  6988d3f   docs/registration: replace \triangleq -> \equiv
       new  1d09bcf   Merge pull request #70 from rjw57/fix-rtd-docs-build
       new  dadf57f   docs/registration: remove errant trailing '\\'
       new  99ffbc1   fixed 3d DTCWT numpy backend to match matlab implementation
       new  b9c9f2d   docs: use aligned environment in math mode
       new  5174cba   Merge pull request #71 from rjw57/fix-pdf-docs
       new  04af6df   add absolute_import from __future__
       new  7a35553   rename dtcwt backend modules
       new  979f7e5   move numpy registration implementation to top-level module
       new  6064584   move MATLAB-style API into dtcwt.compat module
       new  9267117   update README with API change
       new  c689e6a   Merge pull request #73 from rjw57/api-rework
       new  4ca51da   remove old references to dtcwt.backend.base.{...}
       new  ae0e325   remove ReconstructedSignal
       new  841e252   update REAMDE with removal of ReconstructedSignal
       new  9bed166   rename TransformDomainSignal -> Pyramid
       new  074883d   README: add note on renamed TransformDomainSignal
       new  7532669   rename Pyramid.subbands -> Pytamid.highpasses
       new  f6e71f5   move 2d transfom compatibility functions to dtcwt.compat
       new  baec839   move lowlevel functions to backend-specific modules
       new  7d94b40   add biort/qshift documentation to Transform2d
       new  b2e500b   remove reference to dtwavexfm2 in Transform2d documentation
       new  daee785   re-arrange API reference a little
       new  d365894   docs/variant: fix incorrect use of code-block directive
       new  48c0def   fix examples to use new API
       new  ac4b234   docs: fix copyright year
       new  c284064   remove unnecessary bits of the docs
       new  221a2c0   plotting: remove hold(...) calls
       new  969c0f2   move the intro blurb to the Getting Started section
       new  3a53560   docs/index: remove Contents section header
       new  0b41546   move 1d transform to new-style API
       new  bf42a7f   rename parameter to inverse transform to 'pyramid'
       new  7d4b98f   docs/implementations: show inherited members in OpenCL docs
       new  0f96658   plotting: note range of input image for overlay_quiver_DTCWT
       new  60b4fd5   plotting: show level 5 in example plot to save PDF size
       new  71e7c00   move backend reference back into API reference chapter
       new  206f6b7   tweak default levels for registration again
       new  1895007   docs/index: remove non-existent 'implementations' reference
       new  ae6f664   registration: revert to old level-picking
       new  2f308f0   Merge remote-tracking branch 'timseries/master' into timseries-test-merge
       new  3aefb5a   remove old 3d implementation
       new  a55d060   Pyramid: fix behaviour when one highpass is None
       new  7424625   Pyramid: fix behaviour when one highpass is None
       new  ca26969   Merge pull request #74 from rjw57/api-rework
       new  a7665d4   Merge branch 'master' into timseries-test-merge
       new  c901a52   add 3d transform to dtcwt module
       new  3fe0e6d   hack: save a NumPy version of qbgn.mat to test dir
       new  eaf4fa4   testagainstmatlab: use qbgn.npz file for qbgn data
       new  2e202ed   for the moment hide the OpenCL 3d transform
       new  6b0a455   fix Sphinx documentation under Py3k
       new  175b071   fix doc comment :pyfunc:`...` -> :py:func:`...`
       new  73bba6a   tests/util: import xrange polyfill from six
       new  173a086   Merge pull request #76 from rjw57/fix-3d-transform
       new  3dc3baf   improve verification workflow
       new  f779732   Merge pull request #79 from rjw57/issue-77
       new  1cee24c   add testcase for switchable backends
       new  f3278a4   add switchable backend support
       new  37107d0   editorconfig: switch on trim trailing whitespace
       new  1e68ea6   Merge pull request #80 from rjw57/switchable-backends
       new  57d26d4   README: add note on switchable backends
       new  405c8a2   move image registration example to docs directory
       new  290ade1   Merge pull request #81 from rjw57/fix-issue-66
       new  cbcf7b5   README: add note on 3d transform verification
       new  6004650   update usage example of 1d transform
       new  912af1f   update example of 3D transform
       new  2e35c9e   make 3d directionality example be built at docs compile time
       new  8968240   Merge pull request #82 from rjw57/fix-issue-78
       new  b510f4d   bump version number to purge rtd venv
       new  77ec584   travis: install coveralls script
       new  eb02fab   discuss switching backends in docs
       new  9b2d0c6   docs/backend: fix typo in Python code
       new  98b5539   travis: hopefully make the wheel download a little more reliable
       new  60324d1   fix references to dtcwt.dtwave{i,x}fm{1,2,3}
       new  5567c7f   fix up references to biort/qshift in docs
       new  ca7ca6f   Docstring typo: 'neted' => 'nested'
       new  0e72a56   Merge pull request #86 from rjw57/docs-typo
       new  910e6ee   Merge pull request #85 from rjw57/fix-issue-84
       new  3f03a67   prepare for 0.9.0 release
       new  7fbb0c2   start 0.10.0 development
       new  bd32254   Merge pull request #88 from rjw57/release-0.9.0
       new  7a9b39e   Merge pull request #89 from rjw57/start-0.10.0
       new  cd05eb4   Improved slicing of subbands, re-ordering
       new  af1d1ba   Renamed quiver function to overlay_quiver, now works with more than just DTCWT
       new  4656a14   Undid accidental removal of some overlay_quiver blurb
       new  277bccc   fix missing queue specifier in transform2d
       new  c157601   opencl: add queue parameters to colfilter functions
       new  f5ff40f   opencl: remove unused imports from transform2d
       new  2c39c1a   opencl: remove trailing whitespace
       new  a891351   update README.rst with 277bccc change
       new  301ea6b   update README with changes
       new  5e4b1d9   opencl: add queue explicitly to q2c call
       new  a46458d   Merge pull request #96 from rjw57/context-fix
       new  b185079   added registration benchmark script
       new  d9289f9   registration: use faster sampling method
       new  5e6cc59   registration: increase performance of phasegradient
       new  110a9e3   registration: improve performance of confidence()
       new  efa6ef5   registration: improve estimatereg performance
       new  e11309f   increase iteration of reg. benchmark
       new  c192b0b   registration: improve confidence() performance
       new  d3592a5   registration: more improvements to confidence()
       new  62242c5   README: note speedup in registration
       new  a720d22   registration: make use of np.solve(), it is faster
       new  8612a3a   registration: revert to nearest neighbour sampling
       new  72127d9   move version to one place only
       new  51ca57c   Merge pull request #98 from rjw57/move-version
       new  35c5b4c   Merge pull request #97 from rjw57/registration-speedups
       new  292767e   whitespace only fixes to numpy.lowlevel
       new  77dd4ce   make OpenCL benchmark run in absence of OpenCL
       new  ac72798   remove ipython directive from Sphinx docs
       new  1957eb1   Merge pull request #101 from rjw57/remove-ipython
       new  8ee7ae0   ensure preserve_backend_stack() preserves backend name
       new  7a35250   Merge pull request #99 from rjw57/fix-switch-backend
       new  942dcab   release 0.10.0
       new  3eab1c0   prepare for 0.11 development
       new  3054e4c   README: add DOI link
       new  d272f79   Changing the registration.confidence function to be consistent with chen 2012, eqn 14 - this prob needs checking. Also, actually including the confidence paramter that was omitted from qtildematrices.
       new  b760f09   The previous commit did not add the confidence parameter in correctly. Updated to do it properly.
       new  dbe68b8   Gah! correcting the stupid error from the last commit.
       new  24ca443   Merge pull request #103 from hgomersall/master
       new  b808478   fix missing power in registration documentation
       new  69e4c0e   registration: fix selection of levels
       new  c68aaa9   make image registration example a little prettier
       new  f8a98d8   Merge pull request #104 from rjw57/registration
       new  b9fb275   Update plotting.py
       new  fc4878a   Update plotting.py
       new  38e52d7   recommended changes to highpass sampling
       new  fecfd85   Update plotting.py
       new  42d1cf9   Merge pull request #95 from scf32/samplingmods
       new  abb791a   registration: interpolate Q matrices using bilinear interpolation
       new  e7a1bb9   Merge pull request #107 from rjw57/fix-reg
       new  018ace2   README: add readthedocs badge
       new  722961f   registration: add customisation of level selection
       new  b436178   README: update changelog
       new  491cb83   Merge pull request #108 from rjw57/registration-customisation
       new  c3f3d26   prepare for 0.10.1 release
       new  af3ce9c   initial debianization
       new  5479bad   d/control: section python
       new  13cdef1   add d/copyright
       new  6bea19c   source package: dtcwt -> python-dtcwt
       new  18868b6   d/changelog: change source package to python-dtcwt
       new  365199e   d/copyright: fix wildcard
       new  294d0ed   d/control: add python stanzas
       new  1ca2f2c   add documentation build
       new  aaffaa3   d/control: add bdep on python-six
       new  94ee747   d/control: add bdep on python-numpy
       new  ac4bd89   d/control: add bdep on python-matplotlib
       new  650223b   add documentation package
       new  4897539   d/control: add idep on pyopencl
       new  ab6f37f   add watch file, tracking github
       new  f146812   d/control: fix binary package descriptions
       new  ca1d5ba   d/changelog: add itp
       new  3a70de8   fix doc-base section
       new  f44d786   d/control: add idep on mathjax for doc pkg
       new  abb9251   d/rules: use symlink to mathjax
       new  b5bfe28   add patch to use Debian's system mathjax instead of CDN
       new  2ef2c10   d/p: add dep3 header
       new  6dbf559   d/rules: add override to run test suite via nosetests command
       new  555ad48   d/control: add bdep to python-coverage
       new  f5fd92b   d/control: restore bdep on python3-{coverage,nose}
       new  d077c8e   d/rules: execute tests with python 3 too
       new  5422dc4   d/control: add bdep on python3-{numpy,six} necessary for tests
       new  a4bc45f   d/control: correct typo in VCS fields
       new  806ebb8   d/control: correct long descr.
       new  672c556   d/control: suggest doc package in module packages

The 497 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list