Added sample size parameters from Sample to instr parameters and other small fixes
These can now be used for plotting the sample as they will be in the log.
Updated info recorded to run_overview.yaml.
included in the log file and can be plotted with the guide.
Added additional information to the run_overview.yaml.
Made a central place for version info _version.py which is loaded into the version attribute of the package and used in setup.py for pypi. The version is also written to the run_overview.yaml file.
Added plotting of sample to guide plot. Added simulation time to logfile and log_plotter.
Found bug in RelativeFreeParameter, if a illegal interval had an endpoint that perfectly alligned with the end of the original interval, it would not cut it correctly. A new test was added to find this problem, and the problem was fixed.
Printing warnings in Elliptic guide plot to catch issues in the future.