2019-01-22  Filip Hroch  <hroch@physics.muni.cz>

	* .hgtags:
	Added tag 0.0.1 for changeset c628ea2255db
	[f69eb6c5d5a0] [tip]

	* configure.ac:
	Updated version.
	[c628ea2255db] [0.0.1]

2019-01-14  Filip Hroch  <hroch@physics.muni.cz>

	* src/fmean.f08, test/testfmean.f08, test/testmean.f08:
	Bugfix of crash for identical values in fmean(), updated related
	tests.
	[c74d683382db]

2018-12-19  Filip Hroch  <hroch@physics.muni.cz>

	* test/Makefile.am:
	Update of last commit.
	[d7e273133025]

	* src/Makefile.am, src/oakleaf.f08, test/ismoke.f08, test/smoke.f08:
	Temporaly removed escale from building.
	[71fd15d8a2c5]

	* configure.ac, doc/build.shtml, doc/example_fmean.f08,
	doc/example_rmean.f08, doc/fortran.shtml, doc/oakleaf.shtml,
	src/fmean.f08, src/iscale.f08, src/minpack/minpacks.f95,
	src/rmean.f08, src/rwmean.f08, test/testmean.f08:
	Updated docs.
	[6a9d3e955631]

2018-10-15  Filip Hroch  <hroch@physics.muni.cz>

	* src/Makefile.am, src/fmean.f08, src/iscale.f08, src/oakleaf.f08,
	src/rfun.f08, src/rline.f08, src/rmean.f08, src/rwmean.f08,
	test/Makefile.am, test/eparam.f08, test/ismoke.f08, test/ismoke.sh,
	test/romberg.f08, test/smoke.f08, test/smoke.sh,
	test/testiscale.f08:
	Implemented estimate of scale by maximum of information.
	[71dc7b60ceb4]

2018-09-20  Filip Hroch  <hroch@physics.muni.cz>

	* COPYING.LESSER, doc/Makefile.am, doc/build.shtml,
	doc/examples.shtml, doc/foot.shtml, doc/fortran.shtml,
	doc/head.shtml, doc/oakleaf.shtml, src/escale.f08, src/fmean.f08,
	src/fmm/fmin.f95, src/fmm/fmm.f08, src/fmm/zeroin.f95,
	src/madmean.f08, src/medians.f08, src/minpack/minpack.f90,
	src/minpack/minpacks.f95, src/oakleaf.f08, src/qmean.f08,
	src/qsort.f95, src/rfun.f08, src/rline.f08, src/rmean.f08,
	src/rwmean.f08, src/simplex/nelmin.f95:
	Licence changed to LGPL.
	[198bf4e408d4]

2018-09-16  Filip Hroch  <hroch@physics.muni.cz>

	* ChangeLog, README, configure.ac, doc/Makefile.am, doc/build.shtml,
	doc/example_fmean.f08, doc/example_rmean.f08, doc/examples.shtml,
	doc/foot.shtml, doc/fortran.shtml, doc/head.shtml, doc/oakleaf.css,
	doc/oakleaf.shtml, doc/restmeth.css, doc/restmeth.shtml,
	src/Makefile.am, src/escale.f08, src/fmean.f08, src/fmm/fmin.f95,
	src/fmm/fmm.f08, src/fmm/zeroin.f95, src/madmean.f08,
	src/medians.f08, src/minpack/minpack.f90, src/minpack/minpacks.f95,
	src/oakleaf.f08, src/qmean.f08, src/qsort.f95, src/restmeth.f08,
	src/rfun.f08, src/rline.f08, src/rmean.f08, src/rwmean.f08,
	src/simplex/nelmin.f95, test/Makefile.am, test/fsmoke.f08,
	test/hampel.f08, test/laplace.f08, test/noise.f08,
	test/plotrfun.f08, test/rwsmoke.f08, test/smoke.f08, test/suite.f08,
	test/testcdf.f08, test/testescale.f08, test/testfmean.f08,
	test/testmean.f08, test/testrline.f08:
	Restmeth renamed to OakLeaf.
	[4fa5fa181407]

	* configure.ac, doc/Makefile.am, doc/build.html, doc/build.shtml,
	doc/example_factor.f08, doc/example_fmean.f08, doc/example_mean.f08,
	doc/example_rmean.f08, doc/examples.html, doc/examples.shtml,
	doc/favicon.ico, doc/foot.shtml, doc/fortran.html,
	doc/fortran.shtml, doc/head.shtml, doc/render.awk, doc/restmeth.css,
	doc/restmeth.html, doc/restmeth.shtml:
	Skinned doc/html.
	[9dde24687fbc]

2018-09-09  Filip Hroch  <hroch@physics.muni.cz>

	* README, doc/build.html, src/Makefile.am, src/escale.f08,
	src/fmean.f08, src/madmean.f08, src/minpack/Makefile.am,
	src/qmean.f08, src/restmeth.f08, src/rfun.f08, src/rmean.f08,
	src/rwmean.f08, src/zerofactor.f08, test/Makefile.am,
	test/fsmoke.f08, test/fsmoke.sh, test/noise.f08, test/plotrfun.f08,
	test/plotrfun.sh, test/rwsmoke.f08, test/rwsmoke.sh, test/smoke.f08,
	test/smoke.sh, test/suite.f08, test/testfmean.f08,
	test/testfmean.sh, test/testrfactor.f08, test/testrfactor.sh:
	Important update induced by entropy scale estimator:
	  * escale rewrited to select the most probable maximum covering over
	50% od points, prevents biffuraction due maximum for small sets
	  * escale use better estimate of initial intervals, iterations are
	useless
	  * escale Newton's iterations check local maximum presence
	  * escale program flow improved, failback way more reliable
	  * updated all APIs, indication of run flags added
	  * rfactor in module zerofactor renamed to fmean in fluxmean
	  * all rmean, rwmean and fmean has improved program flow including the
	failback way
	  * all rmean, rwmean and fmean has corrected convergence check for
	Newton's iterations
	  * qmean has replaced bi-section by direct compution improving speed
	  * qmean has implemented quantil estimates (used by all others modules)
	  * bugfix of iTukey in rfun
	  * fmean has removed regularisation which is uselles with new escale
	  * added smoke testing facility focused on small datasets and
	distribution testing
	[a6b8a948fdef]

2018-08-20  Filip Hroch  <hroch@physics.muni.cz>

	* README, src/Makefile.am, src/escale.f08, src/fmm/fmin.f95,
	src/fmm/fmm.f08, src/fmm/zeroin.f95, src/minpack/minpack.f90,
	src/minpack/minpacks.f95, test/Makefile.am, test/testescale.f08:
	Improved grid minimum search with MAD condition:
	 * the minimum to close of MAD/Q50 is accepted
	 * upper bound is out of interval by data, if Q80 cann't by determined
	by linear interpolation
	 * code clean-up
	 * Munipack licenses to Restmeth
	 * automake improvements recognises LDFLAGS and LDADD.
	[c5f525ba5fa6]

2018-08-14  Filip Hroch  <hroch@physics.muni.cz>

	* doc/fortran.html, src/restmeth.f08, src/rmean.f08, src/rwmean.f08,
	test/suite.f08:
	Added scale parameter to r[w]mean(), updated estimates of
	stderr,stdsig.
	[1c613ec1b8a8]

2018-08-08  Filip Hroch  <hroch@physics.muni.cz>

	* doc/fortran.html, doc/restmeth.css, doc/restmeth.html:
	Improved Fortran documentation.
	[244265925bd9]

2018-08-03  Filip Hroch  <hroch@physics.muni.cz>

	* src/qmean.f08:
	Bugfix: The zero interpolation interval during a quantile
	determination.
	[cd2b5974505a]

2018-07-02  Filip Hroch  <hroch@physics.muni.cz>

	* ChangeLog, README, bootstrap, configure.ac, src/Makefile.am,
	src/escale.f08, src/fmm/Makefile.am, src/fmm/fmm.f08,
	src/fmm/fmm.f95, src/madmean.f08, src/medians.f08,
	src/minpack/minpacks.f95, src/qsort.f95, src/restmeth.f08,
	src/rfun.f08, src/rline.f08, src/rmean.f08, src/rwmean.f08,
	src/simplex/nelmin.f95, src/sort/medians.f08, src/sort/qsort.f95,
	src/zerofactor.f08, test/testrfactor.f08:
	Weighthed mean error. Improvements.
	[76abbee4a0a4]

2018-06-29  Filip Hroch  <hroch@physics.muni.cz>

	* src/rline.f08, src/zerofactor.f08, test/testrline.f08:
	Bugfix. Correct fail-back estimator of error in zerofactor.
	[62b8516d3670]

2018-06-28  Filip Hroch  <hroch@physics.muni.cz>

	* doc/restmeth.html, src/Makefile.am, src/escale.f08, src/qmean.f08,
	src/restmeth.f08, src/rline.f08, src/rwmean.f08,
	src/sort/medians.f08, src/sort/qsort.f95, src/zerofactor.f08,
	test/Makefile.am, test/suite.f08, test/testmean.f08,
	test/testrfactor.f08, test/testrline.f08, test/testrline.sh:
	Improvements, bugfix (Munipack related). Added rline.
	[e057bab67d46]

2018-06-21  Filip Hroch  <hroch@physics.muni.cz>

	* Makefile.am, configure.ac, doc/Makefile.am, doc/build.html,
	doc/example_factor.f08, doc/example_mean.f08, doc/examples.html,
	doc/restmeth.html, src/Makefile.am, test/testmean.f08,
	test/testmean.sh, test/testrfactor.f08, test/testrfactor.sh:
	Added doc/ by Autotools. Updated docs.
	[8cdada3ecef1]

2018-06-20  Filip Hroch  <hroch@physics.muni.cz>

	* .hgignore, configure.ac, src/Makefile.am, src/escale.f08,
	src/fmm/fmin.f95, src/restmeth.f08, src/rmean.f08, src/rwmean.f08,
	src/sort/medians.f08, src/zerofactor.f08, test/Makefile.am,
	test/noise.f08, test/testcdf.f08, test/testmean.f08,
	test/testmean.sh, test/testrfactor.f08, test/testrfactor.sh:
	Improvements (mostly for autoconf: install of restmeth.mod to
	/usr/include).
	[8c91272276f4]

2018-06-19  Filip Hroch  <hroch@physics.muni.cz>

	* AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README:
	Autoconf machinery honour files.
	[0465386f6c1e]

2018-06-18  Filip Hroch  <hroch@physics.muni.cz>

	* .hgignore, Makefile.am, bootstrap, configure.ac, doc/fortran.html,
	doc/restmeth.css, doc/restmeth.html, src/Makefile.am,
	src/escale.f08, src/fmm/Makefile.am, src/fmm/fmin.f95,
	src/fmm/fmm.f95, src/fmm/zeroin.f95, src/madmean.f08,
	src/minpack/Makefile.am, src/minpack/minpack.f90,
	src/minpack/minpacks.f95, src/qmean.f08, src/restmeth.f08,
	src/rfun.f08, src/rmean.f08, src/rwmean.f08,
	src/simplex/Makefile.am, src/simplex/nelmin.f95,
	src/sort/Makefile.am, src/sort/medians.f08, src/sort/qsort.f95,
	src/zerofactor.f08, test/Makefile.am, test/eparam.f08,
	test/hampel.f08, test/laplace.f08, test/laplace.sh, test/noise.f08,
	test/suite.f08, test/testcdf.f08, test/testescale.f08,
	test/testmean.f08, test/testmean.sh, test/testrfactor.f08,
	test/testrfactor.sh, test/testrfun.f08, test/toolbox.f08:
	Initial commit of restmeth (fork of robust method by Munipack).
	[185ae3724661]

