Commit 8404cba6 authored by Antonino D'Anna's avatar Antonino D'Anna

Added src/Changelog.md file to keep track of changes

parent a82e1691
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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment