Bastian Bechtold

Results 18 issues of Bastian Bechtold

Thank you for your cool package! `numpy.histogram` and `numpy.histogram2d` support the `normed` argument, which divides counts by the number of samples and the bin width/area. It would be great if...

enhancement
help wanted

e.g.: ```python fbank = pyfilterbank(gammatone.GammatoneFilterbank( 48000, startband=-16, endband=32) print(fbank.centerfrequencies) ``` will return frequencies from -14 to 36000.

Since I do not use Lua in my day job any longer, my involvement with lunatic-python has been minimal. The principle maintainer of this repository has been @greatwolf. Thank you...

A website should only have one ``. However, our index page currently contains every post in its entirity, including each posts ``. Possible solutions: - keep as is. - demote...

Continued from #37 The reason for the absolute URLs in org-static-blog is that we avoid re-exporting posts as much as possible. We do this by rendering each page once, and...

As per #46: calling a chain of functions on large matrices or other objects makes transferring large amount of data multiple times between python and matlab, e.g. ```python A =...

Usually, the `annotate--change-guard` detects text entry and deletes the annotation accordingly. However, this does not work if the annotation ends on a new line. In this case, the annotation is...