issues
search
astrofrog
/
fast-histogram
:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix test suite
#40
astrofrog
closed
4 years ago
9
added a legend to comparison plots
#39
mladenivkovic
closed
5 years ago
1
Update _histogram_core.c
#38
DumbMachine
closed
5 years ago
0
Implement histogram1d with sum of weights squared returned
#37
douglasdavis
closed
4 years ago
4
Fixes related to Numpy as a build-time requirement
#36
astrofrog
closed
5 years ago
0
Numpy version in pyproject.toml should be pinned
#35
astrofrog
closed
4 years ago
0
setup_requires without install_requires not supported by NumPy
#34
mattip
closed
5 years ago
2
Make sure that Numpy doesn't get installed during egg_info phase of pip install
#33
astrofrog
closed
5 years ago
0
Add OpenMP
#32
henryiii
opened
6 years ago
2
Drop the gil during calculations
#31
henryiii
closed
6 years ago
5
Release the GIL
#30
henryiii
closed
6 years ago
0
Test more Numpy versions explicitly
#29
astrofrog
closed
6 years ago
0
Add 3D or N-d histogram function
#28
astrofrog
closed
3 years ago
2
histogram result has strange spikes as compared to numpy histogram
#27
sahaskn
closed
6 years ago
3
Explicitly define compatibility with Numpy 1.7+ to avoid compilation warning
#26
astrofrog
closed
6 years ago
0
Add simple benchmark script
#25
astrofrog
closed
6 years ago
1
Raise a better error if arrays are passed to the bins= argument
#24
astrofrog
closed
6 years ago
0
Cast to double on-the-fly
#23
astrofrog
closed
6 years ago
0
Hypothesis failures
#22
astrofrog
opened
6 years ago
2
Fix bug that caused histograms to not be computed correctly for n-d arrays
#21
astrofrog
closed
6 years ago
1
Incorrect work for 3d np.array
#20
olgadoronina
closed
6 years ago
1
Add float-32 support
#19
robbmcleod
closed
6 years ago
3
Avoid memory copies for non-native 64-bit float arrays
#18
astrofrog
closed
6 years ago
1
Add support for 32-bit and non-native-endian
#17
astrofrog
closed
6 years ago
1
Allow to pass various types of arguments (like numpy)
#16
vkhodygo
closed
6 years ago
2
Make sure reading in the README.rst file works even when the locale is ASCII
#15
astrofrog
closed
6 years ago
0
GIL release
#14
robbmcleod
closed
6 years ago
8
setup.py requires numpy
#13
albireox
closed
6 years ago
2
Use assume instead of returning from the test function and avoid try...except
#12
astrofrog
closed
7 years ago
0
Added support for weights
#11
astrofrog
closed
7 years ago
0
Bug: Histogram2d result does not match that of the numpy function
#10
jonathanishhorowicz
opened
7 years ago
7
Return edges by default
#9
astrofrog
closed
7 years ago
1
allow density/normed argument
#8
bastibe
opened
7 years ago
2
return two results
#7
bastibe
closed
7 years ago
8
Fixes #4 upstream
#6
manodeep
closed
7 years ago
1
choice of returned histogram datatype
#5
manodeep
opened
7 years ago
9
bug: invalid memory access
#4
manodeep
closed
7 years ago
1
Tidy up declarations and use long instead of int for size and index of x and y arrays
#3
astrofrog
closed
7 years ago
0
Minor fix of __doc__
#2
janpipek
closed
7 years ago
2
Switch to using a pure-C extension
#1
astrofrog
closed
7 years ago
0
Previous