https://github.com/ntamas/plfit

sort by:
Revision Author Date Message Commit Date
fca20bc GCC warnings: silence Description: GCC warnings: silence Silence GCC warning messages that warns against MVC C specific code that might be obsolete by now. Meant to be submitted to the upstream maintainer. Origin: debian Comment: silence GCC warning Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 14:41:04 UTC
079d0be harden test nachinery: data access Description: harden test nachinery: data access Harmonize data access between C tests and Python tests; Introduce DATADIR macro in order to pass exotic location at running time. Meant to be submitted to the upstream maintainer. Origin: debian Comment: hardening tests Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 14:23:46 UTC
7524cbd convert Karate Club [unix] data file from DOS to Unix format Description: convert Karate Club data file from DOS to Unix format Convert the data/karate-commented.dat data file from DOS to Unix format for consistency reasons as an explicit DOS version namely data/karate-commented_dos.dat is present for test purposes. This patch certainly correct a manoeuver mistake. Meant to be submitted to the upstream maintainer. Origin: debian Comment: probably correct a manoeuver mistake Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 14:15:26 UTC
911550d systemwide include in installable C headers Description: systemwide include in installed C headers Set systemwide inclusion in C headers that are installed. Meant to be submitted to the upstream maintainer. Origin: debian Comment: better integration Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 14:08:49 UTC
d5f8ae9 fix: potential name conflict: error Description: add prefix plfit_ to error material Add prefix plfit_ to error material to avoid name conflict, Meant to be submitted to the upstream maintainer. Origin: debian Comment: name conflict avoidance Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 13:58:13 UTC
fe04e4d fix: potential name conflict: sampling Description: add prefix plfit_ to sampling material Add prefix plfit_ to sampling material to avoid name conflict, Meant to be submitted to the upstream maintainer. Origin: debian Comment: name conflict avoidance Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 13:56:16 UTC
57ce842 fix: potential name conflict: MT Description: add prefix plfit_ to MT material Add prefix plfit_ to MT material to avoid name conflict, Meant to be submitted to the upstream maintainer. Origin: debian Comment: name conflict avoidance Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2021-07-16 16 July 2021, 13:52:36 UTC
8585ded fix: added missing include 06 May 2021, 12:16:41 UTC
a37fd33 fix: silence an incorrect warning in Clang 9.0 when OpenMP is enabled 06 May 2021, 12:04:33 UTC
33cfd83 fix: ssize_t is a POSIX extension so it won't work for MSVC, use long int in plfit 26 April 2021, 10:23:16 UTC
23b3392 fix: change type of OpenMP index variable to signed to make Windows MSVC happy 26 April 2021, 10:08:46 UTC
89d547b refactor: readability improvement 26 April 2021, 10:08:10 UTC
f683728 removed abort() call from sampling.c 24 November 2020, 14:41:33 UTC
d964e30 fix: fix typo from previous commit 14 November 2020, 19:49:25 UTC
4b6f6b1 fix: resolve a few warnings with MSVC 14 November 2020, 19:32:40 UTC
029e54c fix policy issue with older CMakes, part2 13 June 2020, 09:45:50 UTC
90d50a0 fix policy issue with older CMakes 13 June 2020, 09:43:46 UTC
e9ef5bc restore compatibility with CMake 3.5 as this is in Ubuntu Xenial 13 June 2020, 09:41:04 UTC
57642c9 Travis: get rid of warnings in CI interface 13 June 2020, 09:36:19 UTC
96a9e05 Travis: use Ubuntu Bionic because of newer CMake 13 June 2020, 09:35:05 UTC
1168a4a modernized CMake build; now we require CMake 3.14 or later 13 June 2020, 09:31:57 UTC
654ab50 Python interface: fixed the constructors of plfit_..._options_t, they were not called 13 June 2020, 09:22:42 UTC
ba30a82 went back to the previous solution as the new one caused further problems on MSVC 28 February 2020, 20:02:23 UTC
72ce935 put _USE_MATH_DEFINES in platform.h instead 28 February 2020, 16:49:17 UTC
8740c81 ensure math.h defines are present with MSVC, thanks to @szhorvat 28 February 2020, 16:41:24 UTC
24abaf7 include platform.h in hzeta.c so we have NAN even on Windows 27 February 2020, 23:40:59 UTC
c074434 bumped version to 0.8.1 27 February 2020, 21:49:17 UTC
db6c33d fixed a bug in the old p-value approximation method (deprecated since 0.7) 27 February 2020, 21:48:00 UTC
2076fc6 moved license file to the root of the repo so Github can find it 27 February 2020, 20:00:48 UTC
6981390 bumped version to 0.8 27 February 2020, 19:50:26 UTC
71f838f changed license to GPLv2 or later 27 February 2020, 19:48:55 UTC
27edcf8 added .editorconfig file [skip ci] 27 February 2020, 19:09:53 UTC
1c980a4 added test for the handling of underflows 05 March 2018, 08:40:26 UTC
7472718 added a comment regarding the transition from hzeta() to lnhzeta() in the KS discrete test 05 March 2018, 08:28:46 UTC
a8fd8d5 nitpicking, fixing typos 05 March 2018, 08:20:43 UTC
d44bbe6 Merge pull request #17 from jgmbenoit/development/lnhzeta_deriv_tuple import and incorporate the lnhzeta family functions 05 March 2018, 08:16:20 UTC
a438da3 import and incorporate the hsl_sf_hzeta family functions 04 March 2018, 14:25:11 UTC
a5383b1 Merge pull request #15 from jgmbenoit/development/commentedline allow #comment-eol (and fix parse error machinery) 08 December 2017, 12:31:22 UTC
c639991 added exit with EX_DATAERR as status for corrupted or empty input data 04 December 2017, 12:40:10 UTC
7512fa8 added a comment on inline comment support in README.rst 04 December 2017, 12:19:57 UTC
fcf8f51 added commented data files 04 December 2017, 12:03:20 UTC
78eaa36 removed data/ from gitignore, refs #15 04 December 2017, 08:02:32 UTC
58b09d4 allow #comment-eol (and fix parse error machinery) 03 December 2017, 16:03:30 UTC
97630b4 moving to new travis infrastructure 14 August 2015, 14:17:30 UTC
23d63a8 print long ints when generating pure discrete power laws 14 August 2015, 14:17:11 UTC
24eaf59 Merge branch 'master' of github.com:ntamas/plfit 08 December 2014, 22:20:44 UTC
22dab8b fixed compilation issues with MSVC, closes #11 08 December 2014, 22:20:04 UTC
1f2f257 fixed gcc compilation instructions in README, related to issue #11 06 December 2014, 16:04:04 UTC
6f77c58 fixed a few errors that prevented plfit from compiling properly with MSVC 05 December 2014, 11:36:28 UTC
52aba66 updated the CMake-less build process in README.rst; closes #10 10 March 2014, 19:06:31 UTC
65c34eb clarified how the p-value estimation is done with -p approx 25 April 2013, 20:31:33 UTC
fa07827 moved test/README.rst to data/ 31 March 2013, 21:40:36 UTC
6cab948 better INFINITY definition; thanks to Gábor Csárdi 24 March 2013, 12:17:27 UTC
a466a13 platform.h now defines INFINITY and NAN not only for MSVC 23 March 2013, 20:57:23 UTC
731e54e removed usage of INFINITY and NAN from gss.c 23 March 2013, 12:40:17 UTC
71e148a fixed an uninitialized variable in test_sampling.c 23 March 2013, 12:39:59 UTC
6a33c3f bumped version number to 0.7 24 January 2013, 20:32:12 UTC
8eae4eb fixed SWIG interface specification to work with SWIG 2.0.4 16 January 2013, 19:33:29 UTC
fb6ceff Merge branch 'master' of github.com:ntamas/plfit 15 January 2013, 11:47:19 UTC
b1cae18 fixed a rare overflow issue in plfit_rzeta and plfit_rzeta_array 15 January 2013, 11:46:21 UTC
2f4fc8d interface updates; added function to calculate the p-value only 08 January 2013, 18:51:57 UTC
565b102 added switch to configure the precision for the p-value calculation 08 January 2013, 18:13:59 UTC
f8efaaf p-value calculation skipped by default from now on 02 January 2013, 21:52:46 UTC
bb000c9 Travis build images are accessed using https:// 02 January 2013, 13:42:36 UTC
609416d whoops, re-adding README 02 January 2013, 13:41:33 UTC
6ec36b8 added Travis build status image to README 02 January 2013, 13:39:01 UTC
eaa0f86 fixed a few build warnings 02 January 2013, 13:29:52 UTC
060a73d fixed Python build for Linux; configured Travis-CI 02 January 2013, 13:21:24 UTC
d0ce95f Python interface updates; added info about OpenMP in README 01 January 2013, 19:22:58 UTC
31f1082 implemented exact p-value calculation + parallelization + zeta random variate for the discrete case 01 January 2013, 19:03:36 UTC
4061e22 added OpenMP parallelization to plfit_continuous 26 December 2012, 20:19:47 UTC
9718618 playing around with OpenMP parallelization 25 December 2012, 22:48:25 UTC
abb7eae fixed #include of lbfgs.h since it is not a public header 25 December 2012, 20:43:02 UTC
6957dbb added proper xmin handling to plgen 25 December 2012, 20:42:35 UTC
716aa4b fixed a few issues with the Microsoft Visual Studio compiler 16 December 2012, 21:37:15 UTC
58063c0 optionally calculating mean, variance, skewness and kurtosis 15 December 2012, 21:25:55 UTC
f8fbf4a bumped version number to 0.6 30 November 2012, 12:21:03 UTC
37b0b28 brushed up Python interface 30 November 2012, 12:18:25 UTC
74e8c24 xmin is now optimized with golden section search first in discrete mode 30 November 2012, 11:56:31 UTC
7ed338a fixed premature free() calls 14 April 2012, 20:59:45 UTC
159c2da added data files needed for test cases 14 April 2012, 20:18:15 UTC
8bf9a6a few tweaks to the alias method to fix numerical stability issues 19 March 2012, 11:17:12 UTC
6e3c085 plgen uses given offset for continuous case as well 18 March 2012, 14:30:54 UTC
75e3263 Walker alias sampler can use built-in RNG or Mersenne Twister 18 March 2012, 14:29:52 UTC
dd95073 using Mersenne Twister instead of built-in RNG 18 March 2012, 14:28:30 UTC
c95e8b2 added continuous power-law generation without exp cutoff 17 March 2012, 22:47:46 UTC
a2bc9f9 plgen: minor tweaks; kappa is now given with a switch 17 March 2012, 22:27:00 UTC
745c0d1 added plgen for generating power-law distributed data; work in progress 17 March 2012, 22:20:59 UTC
4f8a368 added Walker's alias method for sampling; to be used in plgen 17 March 2012, 21:42:36 UTC
b056364 bumped version number to 0.5 25 November 2011, 13:47:26 UTC
cc1f991 fixed issues with SSE on Mac OS X 25 November 2011, 13:46:25 UTC
5bd2fd6 added some debugging code 25 November 2011, 13:38:22 UTC
4ea5ad3 added test cases for data files provided by Minh 25 November 2011, 13:22:56 UTC
352ac96 using 1e10 instead of infinity to avoid NaNs in L-BFGS 25 November 2011, 13:05:07 UTC
a695db1 fixed makefiles for building on Linux 24 November 2011, 10:53:36 UTC
ec2ea6c sorted out directory structure and copyright notices 23 November 2011, 16:32:57 UTC
82ac69e conversion to CTest tests 23 November 2011, 14:05:21 UTC
b21c61e Merge pull request #4 from mvngu/master sample data for testsuite 21 November 2011, 09:50:56 UTC
180a706 degree sequence of Zachary karate club network 21 November 2011, 05:34:03 UTC
1515d0c degree sequence of network of scientists in condensed matter 21 November 2011, 05:23:18 UTC
back to top