Skip to content

Commit 323c6eb

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyter-ai-tutor-0.2.0.tgz: 799424587cc067f5c7ea20984cd7ac5292845678fb0037c1733e593301a3331d jupyter_ai_tutor-0.2.0-py3-none-any.whl: f113011a7580a5c2e04d90c677c280f9bbea0cb73c6e701cc350c4708f9faa5e jupyter_ai_tutor-0.2.0.tar.gz: d73872ced79251f2a568f2726225a4a29044594388c81d5e7ead270aac9f3778
1 parent c2d8729 commit 323c6eb

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyter-ai-tutor/compare/v0.1.2...8bbca61ffdf2e3aac82ab43fa4f6c9ce5d312978))
8+
9+
### Enhancements made
10+
11+
- change cell toolbar opacity on text overlap [#20](https://github.com/QuantStack/jupyter-ai-tutor/pull/20) ([@Yahiewi](https://github.com/Yahiewi), [@brichet](https://github.com/brichet))
12+
- Look for TUTOR.md file from notebook directory to jupyter root directory [#17](https://github.com/QuantStack/jupyter-ai-tutor/pull/17) ([@brichet](https://github.com/brichet))
13+
- Parse reference solutions and evaluation criteria [#16](https://github.com/QuantStack/jupyter-ai-tutor/pull/16) ([@Yahiewi](https://github.com/Yahiewi), [@brichet](https://github.com/brichet))
14+
- Improve context collection [#15](https://github.com/QuantStack/jupyter-ai-tutor/pull/15) ([@Yahiewi](https://github.com/Yahiewi), [@brichet](https://github.com/brichet))
15+
16+
### Bugs fixed
17+
18+
- Fix debug output [#22](https://github.com/QuantStack/jupyter-ai-tutor/pull/22) ([@Yahiewi](https://github.com/Yahiewi), [@brichet](https://github.com/brichet))
19+
20+
### Maintenance and upkeep improvements
21+
22+
- Print the model used in the debug files [#26](https://github.com/QuantStack/jupyter-ai-tutor/pull/26) ([@brichet](https://github.com/brichet), [@Yahiewi](https://github.com/Yahiewi))
23+
- Use plain text for reference solution (no ROT13) [#25](https://github.com/QuantStack/jupyter-ai-tutor/pull/25) ([@brichet](https://github.com/brichet), [@Yahiewi](https://github.com/Yahiewi))
24+
- Use a multilines string as evalution criteria [#24](https://github.com/QuantStack/jupyter-ai-tutor/pull/24) ([@brichet](https://github.com/brichet), [@Yahiewi](https://github.com/Yahiewi))
25+
- Implement debug mode [#14](https://github.com/QuantStack/jupyter-ai-tutor/pull/14) ([@Yahiewi](https://github.com/Yahiewi), [@brichet](https://github.com/brichet))
26+
27+
### Documentation improvements
28+
29+
- Documentation [#23](https://github.com/QuantStack/jupyter-ai-tutor/pull/23) ([@brichet](https://github.com/brichet))
30+
31+
### Contributors to this release
32+
33+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
34+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
35+
36+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-ai-tutor/graphs/contributors?from=2026-06-17&to=2026-07-10&type=c))
37+
38+
@brichet ([activity](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-ai-tutor+involves%3Abrichet+updated%3A2026-06-17..2026-07-10&type=Issues)) | @Yahiewi ([activity](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-ai-tutor+involves%3AYahiewi+updated%3A2026-06-17..2026-07-10&type=Issues))
39+
40+
<!-- <END NEW CHANGELOG ENTRY> -->
41+
542
## 0.1.2
643

744
([Full Changelog](https://github.com/QuantStack/jupyter-ai-tutor/compare/v0.1.1...151c93f50263777a5f3bdae607b6a716165ba962))
@@ -20,8 +57,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2057

2158
@brichet ([activity](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-ai-tutor+involves%3Abrichet+updated%3A2026-06-16..2026-06-17&type=Issues))
2259

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2560
## 0.1.1
2661

2762
([Full Changelog](https://github.com/QuantStack/jupyter-ai-tutor/compare/a4c4545b540400f73479a83503ae1ef0eaa92e2a...b6247f79c87c4e3b2677b547115b95346a7e431f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-ai-tutor",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A JupyterLab extension to add an AI-powered tutor assistant to Notebooks.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)