ratt-ru / ragavi

Radio Astronomy Gain and Visibility Inspector
MIT License
3 stars 1 forks source link

Fixes #52

Closed Mulan-94 closed 4 years ago

Mulan-94 commented 4 years ago
Athanaseus commented 4 years ago

Since ragavi is on full py3 support. Perhaps you want to update the shebang line in the binary file. Also, add python_requires='>=3.6' or whatever minimum py3 that is supported in the setup.py.

Furthermore, it also seems that you added some new functionality, (i.e. averaging feature & download selected data) and improvements (statistics to table), this will require a MINOR version increment instead of a PATCH.

Mulan-94 commented 4 years ago

Don't merge yet, I discovered some error in function. Working towards fixing it.

Mulan-94 commented 4 years ago

Ok, now ready to merge and release.