Commit Graph

  • 58bc54f52e improved examples Hans Dembinski 2019-02-03 12:44:26 +0100
  • 1e6019b8b0
    Update README.md Hans Dembinski 2019-02-01 14:49:18 +0100
  • d7aa3f18cd
    Update README.md Hans Dembinski 2019-02-01 14:40:29 +0100
  • 66aa957434
    Update README.md Hans Dembinski 2019-02-01 14:39:59 +0100
  • 2b60a8102a
    Update README.md Hans Dembinski 2019-02-01 14:35:51 +0100
  • 18d50e52c2
    Update README.md Hans Dembinski 2019-02-01 14:35:14 +0100
  • c53268dd8a with link Hans Dembinski 2019-01-31 23:28:43 +0100
  • c1dc991b49
    bugfix Hans Dembinski 2019-01-31 23:27:24 +0100
  • 9971cf8f2c Merge branch 'develop' of github.com:HDembinski/histogram into develop Hans Dembinski 2019-01-31 23:26:09 +0100
  • 2c3450b429 nicer entry page, lots of improvements to the overview Hans Dembinski 2019-01-31 23:24:42 +0100
  • fe5e68922f
    Update README.md Hans Dembinski 2019-01-31 23:21:02 +0100
  • 990ea5d072
    Update README.md Hans Dembinski 2019-01-31 23:20:36 +0100
  • 088fe2f690 mentiond scikit-hep in the readme Hans Dembinski 2019-01-31 23:19:12 +0100
  • beda2065a4 nicer type handling Hans Dembinski 2019-01-31 20:53:03 +0100
  • fa211299f7 tell about no-overflow-guarantee and its loss, closes #120 Hans Dembinski 2019-01-31 20:42:35 +0100
  • 1edc954e75 update rationale and some first doc fixes [ci skip] Hans Dembinski 2019-01-30 23:11:19 +0100
  • d73e8bfd7f update rationale, closes #135, fixes double explanation of signed axis size Hans Dembinski 2019-01-29 22:25:31 +0100
  • f72249655e rationale update, closes #129, closes #136 Hans Dembinski 2019-01-29 21:48:08 +0100
  • 72d9ce635f axis:replaced operator() with index and operator[] with bin Hans Dembinski 2019-01-27 20:56:15 +0100
  • 0442816594 ci fix Hans Dembinski 2019-01-27 19:50:51 +0100
  • 8cc4ff26a9 fix comment [ci skip] Hans Dembinski 2019-01-27 19:48:43 +0100
  • 0bb5c1b3f4 faster indexed iteration, replaced boost::container::X with std::X Hans Dembinski 2019-01-27 19:46:46 +0100
  • 451f36c774 simple Hans Dembinski 2019-01-27 16:46:42 +0100
  • 37c16139b1 better bench Hans Dembinski 2019-01-27 12:40:44 +0100
  • d56f60d32e nicer bench Hans Dembinski 2019-01-27 11:53:35 +0100
  • 7035d687e3 move implementation into implementation file Hans Dembinski 2019-01-27 11:31:01 +0100
  • 8d90019a53 remove obsolete Hans Dembinski 2019-01-27 11:30:28 +0100
  • 6d4b8d17cf update readme [ci skip] Hans Dembinski 2019-01-24 22:08:55 +0100
  • 32a089f91b added example of 2d axis and replaced int with index_type Hans Dembinski 2019-01-24 21:57:17 +0100
  • ed5af698bc use std::enable_if_t for check, to get better error messages Hans Dembinski 2019-01-24 21:35:17 +0100
  • f7d083a49b readme update [ci skip] Hans Dembinski 2019-01-24 21:10:09 +0100
  • 47b8a0734d CI fix Hans Dembinski 2019-01-24 20:53:33 +0100
  • 5396998eb7 improved stdlib compat, fixed bug in reference Hans Dembinski 2019-01-24 00:16:38 +0100
  • f1135e3e89 example of stdlib compatibility Hans Dembinski 2019-01-22 23:45:46 +0100
  • 2a4ed0b5f9 improve reference docs Hans Dembinski 2019-01-22 23:05:53 +0100
  • fd0b7dea8d better reference docu Hans Dembinski 2019-01-22 22:14:38 +0100
  • 1bd67c780e use float literals in examples Hans Dembinski 2019-01-22 20:48:29 +0100
  • a412b53f12 fix Hans Dembinski 2019-01-22 20:48:07 +0100
  • 0c052f5d62 better docs Hans Dembinski 2019-01-20 23:28:28 +0100
  • 6bc32d0ea6 nicer Hans Dembinski 2019-01-20 22:56:38 +0100
  • 2ea4051e62 big clean-up of reference docu, fix for axis::variant<const Ts&...>, renamed operator_ostream header to ostream Hans Dembinski 2019-01-20 22:48:39 +0100
  • 6d85898b72 c++11 to c++14 Hans Dembinski 2019-01-20 21:29:20 +0100
  • 67c142da5a simpler Hans Dembinski 2019-01-20 10:44:03 +0100
  • b6f454f493 enable underflow and overflow for growing axis where possible Hans Dembinski 2019-01-19 23:19:04 +0100
  • d0a59b9830 return iterator to current bin after fill Hans Dembinski 2019-01-19 14:57:47 +0100
  • 61a4bf0c3e fix benchmark Hans Dembinski 2019-01-19 14:34:21 +0100
  • 9d22f3791c implemented ctor with step size for regular axis, closes #88 Hans Dembinski 2019-01-19 13:21:42 +0100
  • 6da0059eed signal intend Hans Dembinski 2019-01-19 12:33:49 +0100
  • c826c1f824 cosmetics Hans Dembinski 2019-01-19 12:33:31 +0100
  • 30cf2fe97e nicer Hans Dembinski 2019-01-17 22:26:59 +0100
  • f8ebf85a05 accessor [] to index and indices Hans Dembinski 2019-01-17 21:56:02 +0100
  • 07b91f013f more pointer an array interface Hans Dembinski 2019-01-17 08:08:03 +0100
  • bc6ee8f89e switch second indexed argument to enum class and use use_default everywhere Hans Dembinski 2019-01-16 22:00:59 +0100
  • 344d74d177
    Merge pull request #147 from HDembinski/growing_axis Hans Dembinski 2019-01-16 21:02:56 +0100
  • 56c3d5bc40 fix ci Hans Dembinski 2019-01-16 20:48:11 +0100
  • a51811c25a more testing Hans Dembinski 2019-01-16 20:45:34 +0100
  • acb5b7ba1e fix CI Hans Dembinski 2019-01-16 20:36:31 +0100
  • 2a7f9cdf61 support for growing variable axis Hans Dembinski 2019-01-16 09:16:56 +0100
  • 6c74da60ed regular axis growable; removed axis::base; replaced int with index_type Hans Dembinski 2019-01-16 00:52:41 +0100
  • cadc27135f make category growable and add missing deduction guides Hans Dembinski 2019-01-15 00:13:04 +0100
  • 4108c54869 replacing custom SFINAE with mp11::mp_valid Hans Dembinski 2019-01-14 22:00:53 +0100
  • 3ed77e7287 nicer way of injecting optional interface Hans Dembinski 2019-01-14 22:00:33 +0100
  • f1ac913246 better solution for adding optional update method when axis has growth Hans Dembinski 2019-01-13 23:18:39 +0100
  • 8e9dd85837 wip: growing axis for axis::integer Hans Dembinski 2019-01-13 22:14:53 +0100
  • 0479c512e3 rename option_type to option, new growth option, new utiltity functions test and join Hans Dembinski 2019-01-13 14:25:34 +0100
  • 2476e98259 growing axis fully working Hans Dembinski 2019-01-13 00:21:02 +0100
  • a9be9b0841 another growing axis Hans Dembinski 2019-01-13 00:00:51 +0100
  • ac47484483 simper and slightly faster adaptive_storage Hans Dembinski 2019-01-12 23:37:31 +0100
  • 4ad531fd77 shorter Hans Dembinski 2019-01-12 22:49:43 +0100
  • 6158a9a8bc fix Hans Dembinski 2019-01-12 22:04:17 +0100
  • 5ba3c694b0 fix Hans Dembinski 2019-01-12 21:40:11 +0100
  • 1a04ecc4a0 add comment Hans Dembinski 2019-01-12 21:00:58 +0100
  • 3179ac3420 fix Hans Dembinski 2019-01-12 20:58:55 +0100
  • cdc1fc442f fix Hans Dembinski 2019-01-12 20:51:30 +0100
  • 3cec3edb9c working test: simpler variant visit, simpler linearize functions, extended traits; get_if for std compliance Hans Dembinski 2019-01-12 20:42:45 +0100
  • d926077705 nicer naming of internal functions and explicitly initialize shifts, Hans Dembinski 2019-01-11 23:56:18 +0100
  • 2e4ad7a5df enable growing axis support at compile-time only when needed Hans Dembinski 2019-01-11 23:33:30 +0100
  • bd381dbe76 gcc fix Hans Dembinski 2019-01-11 00:47:18 +0100
  • 54eb52d80d wip: growing axis for static 1d working Hans Dembinski 2019-01-11 00:38:34 +0100
  • 7be6dd27f6 wip, support for growing axes Hans Dembinski 2019-01-11 00:11:34 +0100
  • b84bf714fb Merge branch 'develop' of github.com:HDembinski/histogram into develop Hans Dembinski 2019-01-11 00:11:24 +0100
  • e77e9ab2fe update Hans Dembinski 2019-01-07 20:21:12 +0100
  • b0b1f9065e exact comparison for references Hans Dembinski 2019-01-06 16:14:14 +0100
  • 347ac33d2c make accessor writeable Hans Dembinski 2019-01-06 16:10:10 +0100
  • dc9437044b fix travis Hans Dembinski 2019-01-06 15:05:25 +0100
  • 608a89fef3 fix travis Hans Dembinski 2019-01-06 14:20:12 +0100
  • 76dddd6d95 removing debris Hans Dembinski 2019-01-06 13:18:51 +0100
  • e80ae946e6 full iterator support Hans Dembinski 2019-01-06 13:15:15 +0100
  • dd0943a4b0 not necessary Hans Dembinski 2019-01-04 15:59:24 +0100
  • 188bf8ecbe Introduce grid type and derive histogram from grid Hans Dembinski 2019-01-03 14:27:36 +0100
  • 8f82b09edd renaming references to bibliography Hans Dembinski 2018-12-20 23:20:07 +0100
  • 92e1893272 improving docs, closes Hans Dembinski 2018-12-20 23:08:48 +0100
  • 37ac219921 added profile example and improved interface of mean and weighted_mean Hans Dembinski 2018-12-20 12:59:45 +0100
  • ca815dd231 remove obsolete comment Hans Dembinski 2018-12-20 12:36:11 +0100
  • 2d5fb32b88 improved support and testing of axes over boost::units Hans Dembinski 2018-12-20 12:25:06 +0100
  • 68ce22a323 deduction guides for histogram class Hans Dembinski 2018-12-19 09:27:28 +0100
  • d96f749a52 deduction guides for histogram Hans Dembinski 2018-12-19 08:50:18 +0100
  • 12a79e5197 regular axis with unit can now also use transforms Hans Dembinski 2018-12-19 00:46:07 +0100
  • cbdd77f629 getting rid of value_bin_view, since we dont need to use bins as indices anymore Hans Dembinski 2018-12-18 12:37:57 +0100
  • a510b7dc93 no need for serialize method in histogram anymore Hans Dembinski 2018-12-16 23:17:53 +0100