Skip to content

Releases: aryarm/stepik-cli

v0.4.2

15 Feb 06:29
Compare
Choose a tag to compare

This minor release makes the error messages a bit more informative. We now also offer a new installation option (conda!)

v0.4.1

09 Feb 18:36
Compare
Choose a tag to compare

This releases contains some small enhancements, including support for stdin/stdout (see #4) and recaching of the course cache (see #7).

v0.4.0

03 Feb 19:28
Compare
Choose a tag to compare

This release moves the output of most commands to stderr, so that they can be redirected/piped as desired. It also implements the appropriate exit codes for errors. Most prominently, the "submit" command now outputs a custom exit code of 2 if the user's solution to a problem is incorrect.

Fix issue when switching courses

03 Feb 00:00
Compare
Choose a tag to compare

Make all import statements relative

02 Feb 20:53
Compare
Choose a tag to compare

This release helps iron out some problems with the installation process on pip. It also adds an example for how to submit to a dataset challenge.

Finalize install instructions

02 Feb 19:53
Compare
Choose a tag to compare

I couldn't get the conda installation to work, but at least users can still download the package from PyPI.

Fix jinja templating issue

02 Feb 19:19
Compare
Choose a tag to compare

Jinja2 wasn't correctly retrieving the version information from setup.py, so I just harcoded the version.

Release to conda

02 Feb 18:46
Compare
Choose a tag to compare

Using conda skeleton from PyPi

Release to pypi

02 Feb 18:34
Compare
Choose a tag to compare

This release is a new attempt at publishing the package to PyPi

Remove py_modules from setup.py

02 Feb 17:45
Compare
Choose a tag to compare
0.2.2

remove py_modules from setup