[Python-modules-commits] [bottleneck] annotated tag debian/1.0.0+162-g058502e-1 created (now 8f70997)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Nov 3 18:19:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to annotated tag debian/1.0.0+162-g058502e-1
in repository bottleneck.
at 8f70997 (tag)
tagging 4a40b17cc127217db90ab80176e6ebbe393144d2 (commit)
replaces v1.0.0
tagged by Pietro Battiston
on Thu Sep 22 20:06:19 2016 +0200
- Log -----------------------------------------------------------------
Tagged debian/1.0.0+162-g058502e-1
Alessandro Amici (1):
Minimal change in metadata that fixes the top_level.txt file
Jaime Fernandez (1):
ENH: Use Welford's method for move_std
Jenn Olsen (6):
move median accepts nans, and min_count
catch OOM error
fix corner case, and whitespace cleanup
no longer need special case
fix test
fixed test
Keith Goodman (124):
open 1.1.0 for development
Merge branch 'welford' of https://github.com/jaimefrio/bottleneck into jaimefrio-welford
int array can't have NaN; upgrade to Cython 0.23.4
update move_std doc string
add unit test
update docs
Merge branch 'jaimefrio-welford'
upgrade to numpy 1.10.4
Merge branch 'movemedian' of git://github.com/jennolsen84/bottleneck into jennolsen84-movemedian
add back merge-conflict move.c
int arrays can't contain NaN
uncomment commented out functions
test move_median with NaNs
update move_median docstring
update docs
Merge branch 'jennolsen84-movemedian'
np 1.10.4 upgrade added numpy warning to bn.bench
add byte swap unit tests; lots of failures
unit test failures fixed
more unit tests and corresponding fixes
another unit test and failure fix
update docs
Merge branch 'byte_swap'
new function: bn.move_var
copy and paste errors in docstring
Happy New Year! Update copyright date
update c file after updating docstring
upgrade to numpy 1.11.0
check that PyArray_FillWithScalar completes
Added new function bn.move_argmax
Merge branch 'move_argmax'
add new function bn.move_argmin
Thank those who helped
add helper functions for running with threads
release GIL for reduce functions
Class (Threads) to help run multi threaded
Coding style tweaks to Thread class
release GIL in move functions
Release GIL in remaining functions
Add release note
Merge branch 'nogil'
prototype of push function...
bn.push can now handle 0d input arrays
Add bn.push to benchmark suite
Complete work on bn.push
Merge branch 'push'
upgrade to cython 0.24
automate updating of benchmark results in readme
Added unit tests for scalar input
WIP prototype of move_rank; failing unit test
all unit tests pass
Docstring and benchmark
bn.move_rank docstring tweaks
Merge branch 'move_rank'
Can now specify which functions to benchmark
median now returns NaN for slice that contains NaN
Made unit tests easier to maintain
bottleneck is now flake 8 clean; long may it live
Bug fix: bn.slow.move used min_count incorrectly
Simplify moving window unit tests
Clean up unit tests of reduce functions
Improve moving window unit tests...
refactor move_median.c
rename size in move_median.c to window to...
Now no lines over 80 characters in move_median.c
bn.move_median is 15% faster
Split move_median.c into no-NaN and NaN functions
more refactoring of move_median.c
pull out NaN handling code from for non-NaN...
move_median.c refactor and doc work
more refactoring of move_median.c; unit test
move_median.c: inline helper functions
speed up move_median.c by changing variable type
remove duplicate unit test
more refactoring of move_median.c
speed up for int input in move_median.c
code style tweaks in move_median.c
remove unused input parameter in move_median.c
rename variables in move_median.c
code stype tweaks in move_median.c
mm_dump (move_median.c) can now print binary heaps
rename variables in move_median.c
move_median.c: remove variable; edit comments
bug fix in move_median.c
move work on move_median rewrite from...
integrate new move_median code into bottleneck
some code cleaning of move_nanmedian.c
reuse code in move_nanmedian.c
bug fixes in move_nanmedian.c
more unit testing of move_nanmedian.c
bug fixes in move_nanmedian.c
bug fixes in move_median.c
move_median.c passes all unit tests!
clean code in move_nanmedian.c
change region back to an int in move_nanmedian.c
allocate less memory in move_nanmedian.c
Complete rewrite of bn.move_median for nan input...
update benchmarks for move_median rewrite
update release file
complete rewrite of bn.move_median
Be more selective in RELEASE.rst
Be even more selective in RELEASE.rst
some code cleaning of move_nanedian.c
move_nanmedian.c: cleaner and faster
remove unused lines in move.pyx
combine move_median.c and move_nanmedian.c
rename move_nanmedian.c to move_median.c
pull out move_median.h and move_median_debug.c...
clean up and speed up of move_median.c
move_median.c: cleaner and faster
bug fixes in move_median.c
bug fixes in move_median.c
include headers in sdist
py3 compatability
possible optimization of move_median.c
fix 64-bit OS unit test failures
no travis email on failures
silence numpy warnings on py3 during unit tests
specify numpy version in .travis.yml
trying to unbork .travis.yml
add back csrc directory to sdist
Merge branch 'toobaz-single_setup_py'
update readme, release, makefile
add `make doc` to makefile
Midnighter (10):
add continuous integration using travis
remove lsb_release since not available for osx
ignore unset variables
make activating the conda environment less verbose
actually need to install the bottleneck
include dependency `nose`
correctly handle multiple dependencies in script
ensure that the dependencies string is split
apply correct split without quotes
make cosmetic modifications
Pietro Battiston (24):
Delete obsolete files
Moved template files to bottleneck/template/
Updated paths for generated .pyx files
All generation now happens in setup.py
Also ignore generated C files
Move csrc to bottleneck/, delete src/
Do not build Cython extensions on build_sphinx
doc/Makefile is not needed
Updated MANIFEST.in
Require cython to run tests
Pass np.get_include() to cythonize too
Try to satisfy Travis with include_dirs...
"-std=gnu89" for "bottleneck.move"
Put generating code back in template/template.py
Reintroduce (updated) Makefile
First debianification
Override lintian on doc/sphinx/html/_sources/license.txt
Enhances pandas
Register docs in doc-base
Vcs-* fields
Fixed version number
get-orig-source target
gbp.conf
Build-depend on Cython
jaimefrio (1):
Broken link in comment
jennolsen84 (1):
updated docs
kwgoodman (3):
Merge pull request #98 from jaimefrio/broken_link
Merge pull request #108 from alexamici/master
Merge pull request #113 from Midnighter/travis-ci
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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