This file should keep track of all the changes made on a brach since the last merging with master.
On the master brach, it should keep track of all the major, potentially code-codebreaking, changes perform.
This file should not be merged into master, but only kept as a reference within its own branch

### Antonino Branch
  - Changes before Dic 8 2024:
    - Added juobs_plot.jl with the plot routine: plot_data to plot uwreal and plot_func to plot a function.
    - Updated some documentation in juobs_reader.jl
    - Updated documentation in juobs_tools.jl
    - Updated documentation in juobs_type.jl 
  - Dic 8 2024: added functions plat_av to the existing one. This change should not be code-breaking, since it only add different version of the exising one. Now it is possible to pass a Vector or a Matrix W containing the weight to use in the plateau average. If W is a Matrix, a correlated fit is perform. If W is not given, then the old function is called. 
  - Dic 10 2024: mpcac function now follow the convention more clearly. documentation updated juobs_tools. 
                 pvalue function for uncorrelated data now accept a W vector. default value is Vector{Float64}(), and if W is not provided, it is computed as the inverse of the error squared of the data.
  - Feb xx 2025: commented out all the fit routine in juobs and included my own. 
  - Feb 12 2025: included Gamma Method module in juobs. In juobs.pvalue, the covarinace matrix is now a keyword parameter defaulted to ADerrors.cov()