Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz | |
2020-08-26 | Replace tabs with spaces | BonfaceKilz | |
* scripts/maintenance/readProbeSetMean_v7.py: Run python-autopep8 on this file. | |||
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | |||
2020-08-19 | Make Python more idiomatic | BonfaceKilz | |
Run `2to3-3.8 -f idioms -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-idioms> | |||
2020-08-19 | Wrap `map()` in a `list` call | BonfaceKilz | |
Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> | |||
2020-08-18 | Replace "raw_input" with "input" | BonfaceKilz | |
* scripts/maintenance/readProbeSetMean_v7.py: Use "input". See https://docs.python.org/3/whatsnew/3.0.html#builtins | |||
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz | |
2018-04-03 | @acenteno added data upload scripts into main repo | Pjotr Prins | |