Skip to content

Releases: okpy/ok-client

v1.14.15

21 Apr 07:42
Compare
Choose a tag to compare

Changelog:

  • Bump version to v1.14.15

v1.14.14

21 Apr 07:19
Compare
Choose a tag to compare

Changelog:

  • Support sqlite shell (#370)
  • Improved clarity for submission error when wrong file is saved (#369)
  • Add code to support JupyterLab saving (#368)
  • Transactional rename on Windows (#366)

v1.14.13

04 Mar 21:11
Compare
Choose a tag to compare

Changelog:

v1.14.12

04 Mar 21:04
310099a
Compare
Choose a tag to compare

Changelog:

  • Bump version to v1.14.12
  • Revert "Transactional rename on Windows (#355)" (#365)

v1.14.11

01 Mar 23:49
Compare
Choose a tag to compare

Changelog:

  • Fix not(not(is_venv())) typo (#361)
  • Correct the check for site-packages and virtualenv (#360)
  • Automatically re-authenticate upon error (#356)
  • Add test to make sure doctests work with debug
  • Add test for debug passing in pyconsole
  • Add test for CodeCase
  • add debugsquare test which tests that the doctest protocol gracefully handles debug statements
  • Integrate debug checker into the doctest protocol
  • Add output checker that removes debug statements
  • Add feature that allows for the usage of debug statements in doctested programs
  • Suppress the .ok_guidance warning message since we no longer use them
  • Transactional rename on Windows (#355)
  • Parameterize client secret (#347)
  • Replace Cal-CS-61A-Staff with okpy in URLs (#346)

v1.13.11

25 Mar 08:58
Compare
Choose a tag to compare

Changelog:

  • Use repl_str for SchemeConsole
  • Single Test Case Execution Fix (#341)

v1.13.10

31 Jan 05:24
Compare
Choose a tag to compare

Changelog:

  • Use os.remove, os.rename instead of os.replace for Windows (#340)

v1.13.9

29 Oct 06:53
Compare
Choose a tag to compare

Changelog:

  • require requests[security] (needed by hinting)

v1.13.8

29 Oct 06:17
Compare
Choose a tag to compare

Changelog:

  • disable rate-limiting tests
  • add hinting assignments for fa17
  • turn off rate limiting
  • Fixes typo in auth docstring (#335)
  • Fix OAuthException in notebook_authenticate (#333)

v1.13.7

07 Oct 07:32
Compare
Choose a tag to compare

Changelog:

  • fix error when specifying suite and case for -q