https://github.com/JelleAalbers/multihist

sort by:
Revision Author Date Message Commit Date
6c4f786 Add pypi deploy Github Actions workflow 27 January 2022, 03:57:40 UTC
a35af70 Bump version: 0.6.4 → 0.6.5 27 January 2022, 03:50:28 UTC
6a6e963 Update HISTORY and notebook imports 27 January 2022, 03:49:31 UTC
10df083 Separate data_for_plot function, to get numerical errors 27 January 2022, 03:47:24 UTC
d214138 Avoid np.int/np.float warnings 27 January 2022, 03:37:44 UTC
2b1baf3 Update README.rst 15 December 2021, 19:14:30 UTC
5564048 Drawstyle patch (#2) * Update linestyle->drawstyle in matplotlib * add small test for lognorm * Fix test syntax * Update tests.yml * test again * add tests * try differently * fix py2.7 * right display? * alright split it off * fix syntax * try AI stuff * simplify 15 December 2021, 18:56:07 UTC
55e86a5 Fix Hist1d error scaling closes #11 16 November 2021, 22:19:40 UTC
830a927 Clip high model quantile error bars to mean Avoids showing no error bar from <0.2 expected events 16 November 2021, 22:05:16 UTC
7b215d8 change name 16 November 2021, 22:05:16 UTC
8f60153 add model_1s error option for central poisson interval with mean assumed equal to bin content 16 November 2021, 22:05:16 UTC
d964971 Fix matplotlib code in README synopsis 25 September 2021, 00:17:36 UTC
ba9559a Bump version: 0.6.3 → 0.6.4 17 January 2021, 17:45:53 UTC
392ae76 Update HISTORY for the release 17 January 2021, 17:45:41 UTC
bb57a69 Merge pull request #12 from JelleAalbers/fix_array_objects Fix accidental object array creation in Histdd 17 January 2021, 17:43:20 UTC
4cf5e91 Fix accidental list -> object array conversions in Histdd 08 January 2021, 22:41:11 UTC
a247fc8 Update README.rst 07 July 2020, 17:59:47 UTC
727179f Refer to boost-histogram rather than old packages 07 July 2020, 17:56:34 UTC
c591d30 Bump version: 0.6.2 → 0.6.3 22 January 2020, 09:16:15 UTC
8e62ab2 Update history for the release 22 January 2020, 09:16:11 UTC
99375c8 Merge pull request #10 from JelleAalbers/fc Feldman-Cousins errors for Hist1d.plot 22 January 2020, 09:11:31 UTC
bd708f5 Do not double-label with error_style='band' 21 January 2020, 15:27:47 UTC
250ef53 Rename to error_style 21 January 2020, 15:19:31 UTC
c37a1f6 Fix linewidth specification 21 January 2020, 15:12:19 UTC
0888650 Feldman-Cousins errors for Hist1d, pep8 21 January 2020, 14:40:51 UTC
3c34dd8 Bump version: 0.6.1 → 0.6.2 15 January 2020, 16:23:11 UTC
bbc0c8e Merge pull request #9 from plt109/master Edited rebin to handle empty histograms 15 January 2020, 16:19:27 UTC
b964956 Edited rebin to handle empty histograms 15 January 2020, 16:03:28 UTC
baa7054 Bump version: 0.6.0 → 0.6.1 05 December 2019, 22:41:09 UTC
da07e38 Update HISTORY.rst 05 December 2019, 22:40:12 UTC
0a8105c Update HISTORY.rst 05 December 2019, 22:39:34 UTC
0e12e15 Merge pull request #8 from JelleAalbers/plot_1d__uneven_edges Plot 1d uneven edges 05 December 2019, 22:37:52 UTC
1e992f4 Merge branch 'master' into plot_1d__uneven_edges (remove py2.7 support) 05 December 2019, 22:24:32 UTC
7b2cf06 Bye bye python 2 05 December 2019, 22:21:03 UTC
3be204c Merge branch 'master' into plot_1d__uneven_edges "remove 1edge solution as another is in master, keep ravel cast fix" 05 December 2019, 22:13:28 UTC
acc662f Bump version: 0.5.4 → 0.6.0 30 June 2019, 14:12:15 UTC
9e5215a Update HISTORY for the release 30 June 2019, 14:12:12 UTC
02ef087 Add pypi autodeploy 30 June 2019, 14:06:37 UTC
7bfe3fc Update tutorial figures with newer matplotlib 30 June 2019, 14:02:10 UTC
599b878 Correct step plotting at edges 30 June 2019, 14:01:41 UTC
964ed35 Fix histogramming numpy structured arrays 30 June 2019, 13:55:08 UTC
2861239 Merge pull request #6 from JelleAalbers/fix_deprecation_warn Fix FutureWarnings 03 June 2019, 15:49:04 UTC
a01f476 Fix deprecation warning, remove unused imports 03 June 2019, 14:09:21 UTC
856db72 Fix deprecation warning, remove whitespace 03 June 2019, 13:59:09 UTC
a156ee6 cast hist_ravel as float before dividing avoids problems with precision when normalising. Also explicitly round the # of bins when zooming in 17 May 2019, 09:23:45 UTC
0722882 Fix 1d plotting, out-of-range slices 12 October 2018, 12:46:03 UTC
f944342 Add histogram lookup 04 October 2018, 07:35:29 UTC
71489f5 Merge branch 'master' of https://github.com/JelleAalbers/multihist 30 September 2018, 09:24:32 UTC
990d839 Oops: min->max... 30 September 2018, 09:24:15 UTC
1e1c4fc Merge pull request #5 from JelleAalbers/simplify_travis Simplify travis settings 26 September 2018, 08:53:51 UTC
bf17b43 Simplify travis settings 26 September 2018, 08:38:24 UTC
9934875 Alternate percentile code that supports dimensions > 2 25 September 2018, 07:50:05 UTC
270a581 Fix operators, colorbar optional in 2d plot 25 September 2018, 07:15:18 UTC
bcdbae1 Improved get_random for Hist1d 17 January 2018, 18:44:49 UTC
31e037b 1-d plotting function with un-even bins will now use exact bin-edges 13 January 2018, 08:58:37 UTC
de5229a Bump version to 0.5.4 20 September 2017, 11:15:24 UTC
87abfb0 Fix issue with dask input 20 September 2017, 11:11:59 UTC
61e80c1 Bump version to 0.5.3 18 September 2017, 09:10:07 UTC
a4bf315 Re-enable py2 support 18 September 2017, 09:05:20 UTC
a3352d2 Update dask.array.from.delayed (changed?) 15 August 2017, 09:17:09 UTC
e3a4652 Drop py2 support 08 August 2017, 12:03:31 UTC
02afbab Try to fix travis 08 August 2017, 11:37:55 UTC
cf2b489 Release 0.5.2 08 August 2017, 11:33:30 UTC
0b98c2b percentile for Hist1d 08 August 2017, 09:36:19 UTC
7ee054d Fix color bar kwargs (see #4) 08 August 2017, 09:36:11 UTC
4de7b73 Bin volumes method 08 August 2017, 09:34:51 UTC
b1fe005 Linear interpolation for rebinning 24 April 2017, 11:06:03 UTC
3b7c0e7 Rebin functionality for Histdd 24 April 2017, 11:01:17 UTC
663512b Colorbar kwargs in Histdd plot 22 March 2017, 15:22:44 UTC
e0ef5ac Merged branch master into master 22 March 2017, 15:19:00 UTC
c3aebc1 Better random, lookup 22 March 2017, 15:18:53 UTC
ed8c97c Don't crash if dask import fails 19 December 2016, 18:31:03 UTC
44aabe7 Release 0.5.0 07 October 2016, 21:14:49 UTC
c6a6c41 Forgot * 07 October 2016, 21:10:57 UTC
85a929d Default dask scheduler to multiprocessing (seems to work better for the problems I'm doing) 07 October 2016, 20:35:39 UTC
9628972 Fix dask support 07 October 2016, 20:22:02 UTC
3b9d3f7 pandas / dask support 07 October 2016, 19:24:46 UTC
dea3cee Revert "Revert "More matplotlib hiding"" This reverts commit d9137d19435908c421bbe986b100d6889a70fa8f. 03 October 2016, 19:54:16 UTC
d9137d1 Revert "More matplotlib hiding" This reverts commit a1226ba235f2d6161e90be3befe8a848c2101823. 03 October 2016, 19:50:38 UTC
a1226ba More matplotlib hiding 03 October 2016, 19:48:57 UTC
3c88941 Release 0.4.3 03 October 2016, 19:37:28 UTC
8ad0efa Switch to miniconda3 for travis 03 October 2016, 19:30:02 UTC
abd5a0b Option to use without matplotlib 03 October 2016, 19:26:16 UTC
3d38597 Update history 10 August 2016, 13:51:24 UTC
4a84874 Bump version: 0.4.1 → 0.4.2 10 August 2016, 13:47:25 UTC
47dbb50 Add version number in main file 10 August 2016, 13:47:22 UTC
f82c300 Fix bug for >=3d histograms 10 August 2016, 13:44:36 UTC
18151bc Release 0.4.1 14 July 2016, 12:36:08 UTC
1d1504f Lookup for Histdd 12 July 2016, 09:28:14 UTC
eaa0551 get_random: get random variates from histogram (only at bin centers for now) 05 July 2016, 12:41:45 UTC
9ca54ef Plotting improvements, notebook example 24 February 2016, 12:33:19 UTC
33d350c Try to fix travis 05 February 2016, 11:15:07 UTC
ee7c309 Update for release 05 February 2016, 11:10:20 UTC
7d076b6 Add std method 26 January 2016, 08:24:47 UTC
8a3f366 Merge branch 'master' of https://github.com/JelleAalbers/multihist 20 October 2015, 06:56:25 UTC
9c90fc1 Off-by-one in bin indexing 20 October 2015, 06:56:19 UTC
b99fe2e Fix percentile bug 07 October 2015, 12:30:21 UTC
8c9870c Fix off-by-one errors, rearrange methods 29 September 2015, 13:04:51 UTC
e34257a Update for release 28 September 2015, 08:32:09 UTC
0c3604a Merge branch 'master' of https://github.com/JelleAalbers/multihist # Conflicts: # multihist.py 28 September 2015, 08:24:45 UTC
back to top