Skip to content

gpsdata 0.4.3

Latest
Compare
Choose a tag to compare
@kundor kundor released this 24 Apr 00:51
· 90 commits to master since this release
  • Use ''.ljust() to pad to 80 spaces instead of formatting operation
  • Disable command-line option "-p" for pickling, since it's broken.
  • Added unused "line" argument to gpsdata.showwarn() to avoid Python 2.6
    warning
  • Added README
  • If matplotlib is not available, disable the "-i" plotting option in
    readfile.py command-line usage, rather than crashing (which also
    prevented in-Python usage of read_file())