Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@paulovn paulovn released this 30 Jul 10:07
7acd288
  • improved error messages on HTTP errors
  • strip whitespace in all lines, including comment lines (@gpotdevin)
  • added new magics: %method (@alexisdimi), %http_header, %load
  • added new option none to %format magic, for manual control of format request
  • can read %auth parameters from environment variables
  • do not print out password for %auth magic
  • magic processing split out to magics.py
  • bugfix (@blake-regalia, @alexisdimi): in label selection for graph nodes, itervalues() does not exist in python3
  • keep order in preferred languages
  • PEP8 reformatting