-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1050 from jhamrick/0.5.x
Create 0.5.5 release
- Loading branch information
Showing
27 changed files
with
6,479 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
language: python | ||
sudo: false | ||
dist: trusty | ||
python: | ||
- 2.7 | ||
- 3.4 | ||
- 3.5 | ||
- 3.6 | ||
- nightly | ||
env: | ||
matrix: | ||
- GROUP=docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", | ||
"@type": "Code", | ||
"author": [ | ||
{ | ||
"@type": "Organization", | ||
"name": "Project Jupyter" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-3538-8829", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Douglas Blank", | ||
"affiliation": "Bryn Mawr College" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-1039-6195", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "David Bourgin", | ||
"affiliation": "University of California, Berkeley" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-3945-7337", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Alexander Brown", | ||
"affiliation": "Lafayette College" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-7636-8632", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Matthias Bussonnier", | ||
"affiliation": "University of California, Berkeley" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-4805-2216", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Jonathan Frederic", | ||
"affiliation": "Google Inc." | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-5223-6168", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Brian E. Granger", | ||
"affiliation": "Cal Poly, San Luis Obispo" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-5138-7255", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Thomas L. Griffiths", | ||
"affiliation": "University of California, Berkeley" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-3860-0429", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Jessica B. Hamrick", | ||
"affiliation": "DeepMind" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-4281-9351", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Kyle Kelley", | ||
"affiliation": "Netflix, Inc." | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-6680-2941", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "M Pacer", | ||
"affiliation": "Netflix, Inc." | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-5799-8524", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Logan Page", | ||
"affiliation": "University of Pretoria" | ||
}, | ||
{ | ||
"@id": "http://orcid.org/0000-0002-1725-9815", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Fernando Pérez", | ||
"affiliation": "University of California, Berkeley" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-1023-7082", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Benjamin Ragan-Kelley", | ||
"affiliation": "Simula Research Laboratory" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0001-9848-4872", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Jordan W. Suchow", | ||
"affiliation": "University of California, Berkeley" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-9817-8485", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Carol Willing", | ||
"affiliation": "Cal Poly, San Luis Obispo" | ||
} | ||
], | ||
"identifier": "", | ||
"codeRepository": "https://github.com/jupyter/nbgrader", | ||
"datePublished": "2018-06-02", | ||
"dateModified": "2018-06-02", | ||
"dateCreated": "2014-09-13", | ||
"description": "A system for assigning and grading Jupyter notebooks", | ||
"keywords": "jupyter, jupyterhub, grading, autograding", | ||
"license": "Modified BSD", | ||
"title": "nbgrader", | ||
"version": "v0.6.0-dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
pytest | ||
pytest==3.2.1 | ||
pytest-cov | ||
pytest-rerunfailures | ||
pytest-rerunfailures==3.1 | ||
coverage | ||
selenium | ||
selenium==3.6.0 | ||
invoke | ||
sphinx | ||
codecov | ||
cov-core | ||
cov-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version_info = (0, 5, 5, 'dev') | ||
version_info = (0, 5, 5) | ||
__version__ = '.'.join(map(str, version_info)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.