Skip to content

Commit adad621

Browse files
committed
Publish 1.2.0
SHA256 hashes: jupyter_scheduler-1.2.0-py3-none-any.whl: 52bd2969f5047ae9d6e3a0b70930657b602228a85b75b5efa054b9dfef935396 jupyter_scheduler-1.2.0.tar.gz: 0cf7b9c51debfc007cb769a42f873bc96751fce34f6388e588abb9ea68e5316e jupyterlab-scheduler-1.2.0.tgz: 0bc5bc408098ab3613b109e5f68853497cfd4a81096c1e2d93524f82e50df699
1 parent aa3e16a commit adad621

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.2.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.1.4...211c92b26eecc701f4e108fd18ddc38c5dea38ef))
8+
9+
### Enhancements made
10+
11+
- Adds reload on detail page [#315](https://github.com/jupyter-server/jupyter-scheduler/pull/315) ([@jweill-aws](https://github.com/jweill-aws))
12+
- Adds override for job files manager, more error handlers [#314](https://github.com/jupyter-server/jupyter-scheduler/pull/314) ([@jweill-aws](https://github.com/jweill-aws))
13+
- Displays errors on edit job definition page [#308](https://github.com/jupyter-server/jupyter-scheduler/pull/308) ([@jweill-aws](https://github.com/jweill-aws))
14+
- Update file snapshot while editing job definition by dragndrop from file browser [#285](https://github.com/jupyter-server/jupyter-scheduler/pull/285) ([@andrii-i](https://github.com/andrii-i))
15+
16+
### Bugs fixed
17+
18+
- Added exception handlers, simplified imports [#309](https://github.com/jupyter-server/jupyter-scheduler/pull/309) ([@3coins](https://github.com/3coins))
19+
- Updates "Download job files" tooltip in list jobs view [#307](https://github.com/jupyter-server/jupyter-scheduler/pull/307) ([@jweill-aws](https://github.com/jweill-aws))
20+
21+
### Maintenance and upkeep improvements
22+
23+
### Documentation improvements
24+
25+
- Add happy-case/happy path walkthrough to user docs [#323](https://github.com/jupyter-server/jupyter-scheduler/pull/323) ([@andrii-i](https://github.com/andrii-i))
26+
- Add readme links [#312](https://github.com/jupyter-server/jupyter-scheduler/pull/312) ([@dlqqq](https://github.com/dlqqq))
27+
- migrate to readthedocs documentation [#311](https://github.com/jupyter-server/jupyter-scheduler/pull/311) ([@dlqqq](https://github.com/dlqqq))
28+
29+
### Contributors to this release
30+
31+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-scheduler/graphs/contributors?from=2022-11-12&to=2022-12-20&type=c))
32+
33+
[@3coins](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3A3coins+updated%3A2022-11-12..2022-12-20&type=Issues) | [@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2022-11-12..2022-12-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2022-11-12..2022-12-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2022-11-12..2022-12-20&type=Issues) | [@jweill-aws](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Ajweill-aws+updated%3A2022-11-12..2022-12-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Apre-commit-ci+updated%3A2022-11-12..2022-12-20&type=Issues)
34+
35+
<!-- <END NEW CHANGELOG ENTRY> -->
36+
537
## 1.1.4
638

739
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.1.3...2dc60d66a901b9d8ee0d4204803f1e2cf4d4ebf7))
@@ -21,8 +53,6 @@
2153

2254
[@3coins](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3A3coins+updated%3A2022-11-11..2022-11-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2022-11-11..2022-11-12&type=Issues) | [@jweill-aws](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Ajweill-aws+updated%3A2022-11-11..2022-11-12&type=Issues)
2355

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2656
## 1.1.3
2757

2858
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.1.2...5fb7d1f99f65335b3067d2c28278951167d78b4e))

jupyter_scheduler/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
__all__ = ["__version__"]
55

6-
version_info = (1, 1, 4, "", "")
6+
version_info = (1, 2, 0, "", "")
77
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/scheduler",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "A JupyterLab extension for running notebook jobs",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_scheduler"
7-
version = "1.1.4"
7+
version = "1.2.0"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -89,7 +89,7 @@ source_dir = "src"
8989
build_dir = "jupyter_scheduler/labextension"
9090

9191
[tool.tbump.version]
92-
current = "1.1.4"
92+
current = "1.2.0"
9393
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9494

9595
[[tool.tbump.file]]

0 commit comments

Comments
 (0)