[Python-modules-commits] [bottleneck] annotated tag master/1.2.0 deleted (was 2cf25d1)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Nov 3 18:22:49 UTC 2017


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

ghisvail-guest pushed a change to annotated tag master/1.2.0
in repository bottleneck.

*** WARNING: tag master/1.2.0 was deleted! ***

   tag was  2cf25d1

This change permanently discards the following revisions:

  discards  a92326c   add more test arrays
  discards  135068a   rewrite of unit tests plus more inf tests
  discards  a3f10fd   syntax error
  discards  84c47fa   workaround for travis issue
  discards  5d8384c   do not pin xcode
  discards  62de731   workaround attempt for xcode 7
  discards  b500957   upgrade to numpy 1.11.2; closes #149
  discards  e987847   Merge branch 'transpose_bug'
  discards  e313e64   bug fix; closes #154
  discards  9a144d1   new transpose unit tests give 4 failures
  discards  bd3df2b   use osx 10.10
  discards  ab667b5   docstring tweak. See #152.
  discards  3b845ab   code style tweaks
  discards  25246f3   Merge pull request #148 from Midnighter/build_arch
  discards  d5204bb   clean up and remove debugging output
  discards  9d569a8   adjust miniconda use for platform
  discards  6c25953   get more system information
  discards  b3a8f74   correct quotes
  discards  fed8042   print python location and int size
  discards  f86695f   check for OS architecture
  discards  7ad1f17   comment full section
  discards  cd0aa42   set force 32bit as environment variable
  discards  c5e0ea4   play with conda force 32bit
  discards  4c8cdea   remove a few lines not needed in setup.py
  discards  65c2c36   bigger arrays, fewer NaNs in benchmark
  discards  e2f7e4a   change default arrays in benchmark
  discards  c2c7de1   fix appveyor badge
  discards  2d8eb9b   appveyor integration
  discards  fa1e4b1   Merge pull request #147 from Midnighter/appveyor
  discards  27de7b4   make flake8 formatting fixes
  discards  28b9fe4   move commands out of global env variable
  discards  0515530   fix quotes
  discards  ecc727e   add testing after install
  discards  79f960b   rename manager to wrapper
  discards  d926afd   add AppVeyor support to bottleneck
  discards  46ab75a   use positional args when benchmarking functions
  discards  97b7d17   remove unused variable
  discards  d8ada1f   Merge branch 'no_numpy'; closes #141; closes #140
  discards  a85b5b9   update release file
  discards  387165b   remove one travis test
  discards  dafdc94   can't import numpy before installing it
  discards  e7842a2   install bottleneck before numpy
  discards  9c956ba   setup requires numpy
  discards  61047d7   try installing bottleneck before numpy
  discards  f0f24ce   flake8 test more bottleneck files
  discards  d2764d0   build bottleneck before creating sphinx doc
  discards  53dd005   attempt to remove compiler warnings...
  discards  c041115   add new feature to bench_detailed
  discards  5b64f81   refactor and add more input arrays: bench_detailed
  discards  11a12c7   rename (arg)partsort to (arg)partition
  discards  f449839   BUG replace arr with a; closes #131
  discards  932ecdd   remove ci directory
  discards  bdb929a   Bottleneck is now written in C.
  discards  adf4931   update docs
  discards  18f1d12   update travis icon
  discards  217e596   don't include tools directory in sdist
  discards  a8ecac5   update MANIFEST.in
  discards  a251a40   Merge branch 'no_cython' into c_rewrite
  discards  53df281   cython completely removed
  discards  59f5c21   remove cython from travis
  discards  5542427   third pass at removing cython
  discards  8532d85   second pass at removing cython
  discards  da7e464   first pass at removing cython; tests pass
  discards  74f025d   Merge branch 'bench_detailed' into c_rewrite
  discards  cd6f04b   add docstring for bench_detailed
  discards  e210a1e   bench_detailed can now optionally include NaNs
  discards  984eb0f   refactor bench_detailed
  discards  80eadf1   bn.bench_detailed runs
  discards  1d74f4e   WIP bench_detailed
  discards  78f0659   macro tweak
  discards  dce5e9e   macro mania
  discards  c779a5f   bug fix; closes #145
  discards  74e0fa5   add C version of replace
  discards  d546e9e   move move_median code to src directory
  discards  a2574b8   doc
  discards  d2cc4a9   MSVC (C89) compat. See issue #142
  discards  097f588   add more unit tests of nonreduce_axis functions
  discards  ba2f65f   optimize common use case
  discards  649574c   add C version of push
  discards  9eacd01   bug hunting is painful
  discards  98b8dad   add C version of nanrankdata
  discards  dadd420   can now use multiline dtype templating info
  discards  c271eac   simplify function signatures
  discards  5157297   add C version of rankdata
  discards  4bfee1f   move slow() function to bottleneck.h
  discards  0a573de   add code comment
  discards  59505a7   reduce build output; closes #134
  discards  3b77db1   Merge branch 'iterators' into c_rewrite
  discards  cfca8ca   add some comments for iterators
  discards  684c0a8   use new iterators
  discards  24bcfcc   simplify signature of low-level move functions
  discards  2dfe829   windows compat: declare at top of blocks (C89)
  discards  6ebc88d   faster breaking out of nested loop
  discards  8c3804a   clean up iterator macros
  discards  110ca0a   redesign how iterators are used in reduce.c
  discards  ca5bdd0   partial clean up of iterators in move.c
  discards  bd0231b   use new iterator in move.c
  discards  392e583   code tweaks
  discards  8899409   accelerate reduction of 0d arrays
  discards  0e38b4f   iterator tweaks
  discards  c1ceb22   speed up iterators by removing malloc
  discards  6ca5df2   clean up iterator code
  discards  b47dc44   add iterator for reduction along all axes
  discards  d454b2b   hide details of iterator in macros
  discards  4d4a5d4   move iterator creation to reducer
  discards  88f343b   expand use of new iterator
  discards  e36ed76   minor code tweak
  discards  0efaa6c   tweak design of new iterator
  discards  4f18832   move new iterator to separate file
  discards  ab5bcc4   begin redesign of bottleneck iterators
  discards  c0b9be1   reuse code in move_rank
  discards  2dfb85a   simplify bn.slow.rankdata and bn.slow.nanrankdata
  discards  181d046   update copy of scipy's rankdata function
  discards  60d9bf9   add C version of argpartsort
  discards  f99d508   faster partsort; reuse code
  discards  e766dd4   faster median and reuse code
  discards  88fdf86   faster nanmedian
  discards  8037f7d   fix memory leak in median
  discards  8f68f0b   speed up of median, nanmedian
  discards  c957cce   clean median, nanmedian macros
  discards  d22825d   more optimizations of median, nanmedian
  discards  4d0a187   optimize median, nanmedian
  discards  a2e995b   use macros
  discards  7948f6f   py3 compat fix
  discards  77d8889   fix unit tests for partsort and argpartsort
  discards  53b7e6a   add messy C version of partsort
  discards  6d2180b   more unit testing
  discards  4bda0d5   tweak templating
  discards  5e9eb20   more templating
  discards  2a17521   macros! macros! macros!
  discards  d3314df   use more macros
  discards  eeaf44c   coding style of templating code
  discards  cfd146d   some optimization of move_rank
  discards  d8fe0f5   add C version of move_rank
  discards  48f7674   hide details in macro
  discards  b6e7bf4   bug fixes for C version of move_median
  discards  82c4268   replace // comments with /* */
  discards  e38b780   trying to get bn to build on osx without -std89
  discards  ef8d057   add C version of move_median
  discards  ff0e898   add C version of move_argmax
  discards  d11eb86   add C version of move_argmin
  discards  9d7dfff   add C version of move_max
  discards  d547f3f   rewrite of move_min
  discards  f46cec8   add C version of move_min
  discards  6e2853f   underscore prefix for internal iterator variables
  discards  af64622   add C version of nanmedian
  discards  d700301   refactored median
  discards  c3dd4b2   bug in unit tests; sorted input array does not...
  discards  5526349   add C version of median
  discards  93ceff2   add C version of nanargmax
  discards  7464737   redesign of nanargmin
  discards  dd688ac   special case contiguous arrays
  discards  de5f3b7   add C version of nanargmin
  discards  2d858a7   add C version of ss
  discards  baae593   add C version of allnan
  discards  ed79b30   add C version of anynan
  discards  1b4595a   add C version of nanvar
  discards  b75d24a   underscore prefix for internal iterator variables
  discards  c36952b   add nanstd
  discards  2c1e812   make all2 only builds C not Cython
  discards  307d4fd   simpler arg parsing and prepare for nanstd
  discards  62db04b   undo accidental commit
  discards  777c0a7   bug fixes
  discards  83dcb58   simplify move.c
  discards  3708af1   macros
  discards  e8f0119   code tweaks
  discards  0a7a458   speed ups
  discards  e912ad6   faster move_std, move_var but higher overhead
  discards  b0d15e2   faster move_mean for float input
  discards  0df24cb   optimizations for int input arrays
  discards  41eb469   code tweaks
  discards  157ea88   performance bug
  discards  22b915f   reduce number of lines of code
  discards  1ba17f0   simplify reduction function; slow down
  discards  990dde3   faster iterators (NEXT macros)
  discards  fe0044a   more macros
  discards  ab30093   code tweaks
  discards  e014bd8   more efficient NEXT iterator macros
  discards  8feb062   lots of macros
  discards  b3e757d   removal of last use of numpy iterators
  discards  7f0ac8e   remove RETURN macro
  discards  6a4a315   remove numpy iterators from the most common...
  discards  b9025a1   doc of moving window interators
  discards  2451ce4   refactor moving window iterators for...
  discards  16c28e4   move2.c no longer uses numpy iterators
  discards  ffabed6   I hope this makes the code easier to read
  discards  b54799e   add to bench2 benchmark
  discards  a7929a7   more unit tests
  discards  4df494d   DECREF with GIL
  discards  abc3942   add C version of move_var
  discards  d4b0d5c   add C version of move_std
  discards  d603e0b   typo in sphinx doc
  discards  2a73c88   cating not needed
  discards  b7134ff   use macros for common code
  discards  5a83e53   add c version of move_mean
  discards  d07efcc   refactor move_sum
  discards  b4fab2f   set keyword defaults in one place
  discards  3a19961   refactor move_sum for speed
  discards  7e1522c   add more unit tests of move_sum
  discards  5857c06   add move_sum to bench2 benchmark
  discards  7cfb3ec   add C version of move_sum
  discards  a22f662   copy numpy's nan, infinity, inline macros
  discards  0a8e0c9   macros for setting raise text
  discards  0a25f5d   use NPY_NAN, NPY_INFINITY, NPY_INLINE for compat
  discards  1302d99   declarations at top of blocks for windows support
  discards  d7c0915   refactor bench2 benchmark
  discards  dc587f0   code cleaning
  discards  95a40a1   lower function call overhead...
  discards  9ca081e   rename variable
  discards  0180797   add C version of nanmax
  discards  4bb9f70   coding style tweaks
  discards  c137be1   forgot to release GIL
  discards  7c3e30b   add C version of nanmin
  discards  6c7f150   add function signatures to docstrings in reduce2.c
  discards  de224e1   handle runtime errors in slow.c
  discards  ad9d568   optimize slow.c
  discards  ca3fea0   optimize dtype templating
  discards  21e3ca0   add benchmark of c rewrite
  discards  986ade8   make templating more efficient
  discards  3d2afe9   add templating of docstrings
  discards  749105c   code clean up in reduce2.c
  discards  4969cb4   add nanmean to reduce2.c
  discards  122898a   added templating of dtype in reduce2.c
  discards  47eb479   create bottleneck.h for reuse of code
  discards  a76e72d   move new c rewrite code to src/
  discards  5696104   release GIL in reduce2.c
  discards  19dc747   unit test argument parsing
  discards  fd85a89   include slow.h in sdist
  discards  0879be7   move slow() from reduce2.c to slow.c
  discards  28c6597   remove most function prototypes in reduce2.c
  discards  0802a91   fix py3 compat bugs in reduce2.c
  discards  5a3efb9   add py3 support to reduce2.c
  discards  10437cd   nansum2 passes all unit tests on py2.7
  discards  f314fe7   nansum2 runs on py2.7 with 1 test failure
  discards  8525c6e   add support for calls to bn.slow in reduce2.c
  discards  7a1c915   add support for 0d input arrays in reduce2.c
  discards  85eda45   add reduction over a single axis in reduce2.c
  discards  7c562b8   add support for more dtypes in reduce2.c
  discards  412e6b5   clean up of reduce2.c
  discards  553d5c2   pull out arg parsing code to separate function
  discards  1923199   clean up of reduce2.c
  discards  9aa791b   handle more variety of inputs (nansum reduce2.c)
  discards  a5f96c1   reuse arg parsing code in reduce2.c
  discards  db2d0b0   custom arg parsing for nansum in reduce2.c
  discards  6be9aff   do not release GIL for 1d,float64 in nansum
  discards  7faaa65   remove variable not needed in reduce2
  discards  5c718f9   remove reduce2 build warning
  discards  505f154   bug fix of nansum in reduce2
  discards  81eb319   port a reduced featured nansum to pure C...
  discards  cb7a7af   open bottleneck 1.2.0 for development
  discards  1a0512e   set bottleneck 1.1.0 release date to today!
  discards  ebb040a   Merge branch 'cgohlke-patch-1'
  discards  46cfe9d   change NAN from float to ai_t in move_median.c
  discards  69970f3   Declare variables at the beginning of a scope block
  discards  cd8f213   Define inline and NAN for msvc9 and msvc10
  discards  71673c4   multi-thread tools not yet ready for release
  discards  0f52275   clean up setup.py
  discards  1bf807d   make more use of numpy c api
  discards  55b5197   Merge branch 'reduce_all'
  discards  5b9f3d4   update benchmark
  discards  6de28b3   switch to using reduce3
  discards  718ebb2   update benchmarks without using reduce3
  discards  517d577   remove reduce2
  discards  ad54632   added anynan3 and allnan3
  discards  59100a4   added nanargmin3 and nanargmax3
  discards  e218289   added nanmedian3
  discards  a0e51f0   added median3
  discards  f739ef0   added ss3
  discards  8a5b975   added nanmin3 and nanmax3
  discards  f49f9e0   added nanvar3
  discards  e788aff   added nanstd3
  discards  6933c9a   add nanmean3
  discards  d122366   code clean up of nansum3
  discards  9890e98   code clean up of nansum3
  discards  9d7d34e   optimize nansum3 for 1d input
  discards  d447117   Add nansum3
  discards  296b57a   nansum2 refactor
  discards  f47c08b   tweaks to reduce2 template
  discards  f8dc7c5   bn.nansum2 now passes all unit tests
  discards  d225c91   first pass at nansum reduce all...
  discards  5c95a08   template to create reduce2.pyx
  discards  f1f1320   gitignore doc/source/intro.rst
  discards  398ede3   Add travis build status to readme but not...
  discards  d0828ef   No speed penalty for median, nanmedian...
  discards  b3e6182   force '-O2' compiler flag
  discards  bba85d5   tweak readme
  discards  b1871d1   flake8
  discards  1b41e0d   Merge pull request #120 from Midnighter/source-dist
  discards  3f83f8d   reduce number of test cases
  discards  28e711b   add flake8 check and source distribution

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



More information about the Python-modules-commits mailing list