Skip to content

Commit

Permalink
release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent c5a823f commit dc80da4
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

**v6.1.0 (unreleased):**
**v6.1.0:**

* Update Otter Assign to handle notebooks with an invalid kernelspec by assuming the language is Python per [#895](https://github.com/ucbds-infra/otter-grader/issues/895)
* Fixed assignment summary in Otter Assign so that manual questions are included per [#886](https://github.com/ucbds-infra/otter-grader/issues/886)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ authors:
-
name: UC Berkeley Data Science Education Program
cff-version: "1.1.0"
date-released: 2025-01-24
date-released: 2025-01-27
license: "BSD-3-Clause"
message: "If you use this software, please cite it as below."
repository-code: "https://github.com/ucbds-infra/otter-grader"
title: "Otter-Grader: A Python and R autograding solution"
version: "6.0.5"
version: "6.1.0"
doi: 10.5281/zenodo.5259955
2 changes: 1 addition & 1 deletion docs/_static/grading-environment-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.5
- otter-grader[grading,plugins,r]==6.1.0
2 changes: 1 addition & 1 deletion docs/_static/grading-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
Binary file modified docs/_static/tutorial.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion otter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from textwrap import dedent, indent


__version__ = "6.0.5"
__version__ = "6.1.0"


LOGO_WITH_VERSION = rf"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "otter-grader"
version = "6.0.5"
version = "6.1.0"
description = "A Python and R autograding solution"
authors = ["Christopher Pyles <cpyles@berkeley.edu>"]
license = "BSD-3-Clause"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.5
- otter-grader[grading,plugins,r]==6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- jupyter_server
- pip:
- statsmodels
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.5
- otter-grader[grading,plugins,r]==6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.5
- otter-grader[grading,plugins,r]==6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
- tqdm
2 changes: 1 addition & 1 deletion test/test_run/files/autograder/source/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.5
- otter-grader[grading,plugins]==6.1.0
- tqdm

0 comments on commit dc80da4

Please # to comment.