Commit Graph

56 Commits

Author SHA1 Message Date
Hans Dembinski
f869fb16d7 separate out rationale into extra section, making overview shorter 2019-08-23 08:59:50 +02:00
Hans Dembinski
df647cf959
update copyright (#55)
* add missing copyright notices
* workaround for xml_iarchive bug to handle XML with comments
* fixing min/max according to boost guidelines
2019-08-19 16:53:27 +02:00
Hans Dembinski
5dd50985ae
Concepts (#166)
* concept docs rewritten, adapting to tabular style as in Beast and cppreference.com
* update the readme with correct links and text
* removed necessity to add `storage_tag` member type to storage classes
2019-03-05 01:52:01 +01:00
Hans Dembinski
d32b225bfc update of rationale item 2019-03-03 13:13:36 +01:00
Hans Dembinski
9abbe46e3d
CI & doc update, removed multiprecision::cpp_int, simpler axis implementation, use_default to set default options
* Travis uses b2 and codecov now
* replacing boost::multiprecision with custom implementation to avoid the dependency
* improved axis implementation: `update` is now a normal method
* introduced use_default tag type to set defaults
* whitespace fixes and doc update
2019-02-17 13:37:50 +01:00
Hans Dembinski
4a2e3db0e0
upload edits on docs and minor code fixes (#152)
* renaming naked to remove_cvref_t
* more static_asserts to check implicit conditions
* use new BOOST_TEST_TRAIT_SAME
* reorganize and add operator tests, fixes for array and map adaptors
* improved map adaptor
* storage does not have to support scaling operator anymore
* doc improvements
2019-02-10 22:45:00 +01:00
Hans Dembinski
a2dcbdccd9 doc improvements 2019-02-07 22:57:08 +01:00
Hans Dembinski
f20abe19fb rename adaptive_storage to unlimited_storage, closes #150 2019-02-06 23:34:58 +01:00
Hans Dembinski
2c3450b429 nicer entry page, lots of improvements to the overview 2019-01-31 23:24:42 +01:00
Hans Dembinski
1edc954e75 update rationale and some first doc fixes [ci skip] 2019-01-30 23:11:19 +01:00
Hans Dembinski
d73e8bfd7f update rationale, closes #135, fixes double explanation of signed axis size 2019-01-29 22:25:31 +01:00
Hans Dembinski
f72249655e rationale update, closes #129, closes #136 2019-01-29 21:48:08 +01:00
Hans Dembinski
e8e85064b7 typo 2019-01-11 00:06:26 +01:00
Hans Dembinski
e0945a2dea document why axis_type::size returns signed integer 2019-01-11 00:06:26 +01:00
Hans Dembinski
feaf5bd2c8 fixes for stevens review part 1 2019-01-11 00:06:25 +01:00
Hans Dembinski
a1569b59af added more arguments to the rationale 2018-09-16 20:31:24 +02:00
Hans Dembinski
50b046f17f remove python 2018-09-15 22:55:03 +02:00
Hans Dembinski
48333ea915 minor docs update 2018-09-10 00:50:16 +02:00
Hans Dembinski
f7793a20ee update docs 2018-08-24 10:52:09 +02:00
Hans Dembinski
1ff8986bd0 docs update 2018-08-24 00:37:24 +02:00
Hans Dembinski
8dd0458250 axes behave consistent now: oflow bin added for category axis, NaN always ends up in oflow bin for all axes 2018-07-22 12:13:14 +02:00
Hans Dembinski
3d7c13e2c6 fix docs 2018-07-11 12:02:04 +02:00
Hans Dembinski
37d96e33df correct wording 2018-03-08 23:22:01 +01:00
Hans Dembinski
e2b0a6781b be more specific about design goals 2017-11-28 18:21:44 +01:00
Hans Dembinski
01daea6571 somehow this pr got lost 2017-11-23 18:18:50 +01:00
Hans Dembinski
9bdd09b85f doc fixes 2017-11-13 11:37:53 +01:00
Hans Dembinski
d3bba7c4bc fat extension of user gude 2017-11-09 23:02:13 +01:00
Hans Dembinski
e742787353 improvements 2017-11-07 16:57:18 +01:00
Hans Dembinski
27052c255e doc update 2017-11-06 22:59:03 +01:00
Hans Dembinski
7732108fa5 added comparison with boost.accumulators 2017-11-06 21:27:09 +01:00
Hans Dembinski
e0900fec6a docu improvement 2017-10-18 15:51:40 +02:00
Hans Dembinski
5b21287dd4 fix doc 2017-10-13 18:07:25 +02:00
Hans Dembinski
7e8b2bb403 replaced container_storage with array_storage, simplified comparison between storage types 2017-10-13 11:20:59 +02:00
Hans Dembinski
a0101048df Merge branch 'master' into html 2017-05-02 14:22:59 +02:00
Hans Dembinski
9272cf896b nicer fill interface and clang-format 2017-05-02 14:22:27 +02:00
hans.dembinski@gmail.com
a088d16317 Merge branch 'master' into html 2017-04-11 11:00:15 +02:00
Hans Dembinski
918d924fa1 updated docs 2017-03-29 23:36:33 +02:00
hans.dembinski@gmail.com
e2ac654b5a u 2017-03-28 11:36:44 +02:00
hans.dembinski@gmail.com
88aead3867 update doc 2017-03-28 11:23:46 +02:00
hans.dembinski@gmail.com
54a7a248e1 improved docs 2017-03-22 18:37:32 +01:00
Hans Dembinski
1755cdc6c6 polar_axis to circular_axis 2017-03-17 08:44:48 +01:00
Hans Dembinski
181a88e7da make realtype a template parameter 2017-03-16 09:15:34 +01:00
hans.dembinski@gmail.com
a373045d15 more guide 2017-03-02 16:35:10 +01:00
hans.dembinski@gmail.com
2502aae6ff better docs 2017-03-01 18:30:48 +01:00
hans.dembinski@gmail.com
a7236b8b20 better 2017-03-01 17:24:33 +01:00
hans.dembinski@gmail.com
cd08060157 greatly expanded the section about variance estimates 2017-03-01 16:54:44 +01:00
hans.dembinski@gmail.com
3a7a19ba64 better doc 2017-02-20 23:29:07 +00:00
hans.dembinski@gmail.com
13b1b7ac57 better rationale 2017-02-20 22:18:49 +00:00
hans.dembinski@gmail.com
782a6740b7 improving docs 2017-02-12 23:23:03 +00:00
hans.dembinski@gmail.com
758a8bceaa never mind, fill is definitely better than increment 2017-02-11 19:38:42 +00:00