bpancras / FSDA

Flexible Statistics and Data Analysis (FSDA) extends MATLAB for a robust analysis of data sets affected by different sources of heterogeneity. It is open source software licensed under the European Union Public Licence (EUPL). FSDA is a joint project by the University of Parma and the Joint Research Centre of the European Commission.
https://uniprjrc.github.io/FSDA/
European Union Public License 1.1
0 stars 0 forks source link

Move the toolbox file FSDA.mltbx inside /release folder #18

Open AldoCorbelliniUNIPR opened 9 months ago

AldoCorbelliniUNIPR commented 9 months ago

We used to put FSDA.mltbx inside the FSDA/bin folder of the repo but each time we added a new release of FSDA to the GitHub Repo, the sheer size of the repo grown by 50MB, until we reached 950MB. We discussed how to debloat FSDA with Rob and Jos during our visit to MRS, and the solution was to use a BFG utility (https://rtyley.github.io/bfg-repo-cleaner/) to remove all instances of FSDA.mltbx in the repo timeline.

Given that the FSDA toolbox is built by a GitHub Action in the cloud and placed in the artifact section (where is supposed to be to be linked by File Exchange), we think that this could be the best solution for us. Anyway, let us know if you agree or have a better idea!

bpancras commented 8 months ago

I agree with you. Placing the MLTBX file in the artifacts section of GitHub is the right way to go.