eurostat / searoute

Compute shortest maritime routes between ports
European Union Public License 1.2
157 stars 33 forks source link

Releases and changelog #37

Closed romlly closed 3 years ago

romlly commented 4 years ago

Is there a place where I can find every releases and see a changelog ?

In GH there is a v1.0 release associated with a tag and in master I see a v2.1, I'm confused about which version should be used.

Thank you

mlthlschr commented 4 years ago

To me, it looks like there are some issues in the usage of git in this repo. Instead of flagging commits as release, binaries were pushed in a subfolder of the project. Of course, it is possible to do that, but it also unnecessarily increases the size of the repo. I just cloned it, and I needed to download > 300 MB, from which the majority is located within the .git folder.

Maybe a cleanup should be done, which of course will result in history changes. But at least there would be clear releases and less garbage on the harddrive.

See also this on stackoverflow.

Okay, this will not answer your question. But I suppose the version found in the releases folder (2.1 from Apr 27) is the one which is more current than the only flagged release (2019).

jgaffuri commented 3 years ago

I did some cleaning in the releases and tags. Note that the package is now available from Maven central repository.