Skip to content

Releases: jupyter-server/jupyter-scheduler

v2.7.1

03 Jun 23:29
Compare
Choose a tag to compare

2.7.1

(Full Changelog)

Enhancements made

  • Emit telemetry event on "Run job with input folder" checkbox click #523 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i

v2.7.0

29 May 15:46
Compare
Choose a tag to compare

2.7.0

(Full Changelog)

Enhancements made

  • Update to SQLAlchemy 2.x #521 (@andrii-i)
  • Add database schema update and database migration logic #520 (@andrii-i)
  • Use pytest temporary folders and fixtures to create test file hierarchy at test time #516 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i

v2.6.0

30 Apr 20:39
Compare
Choose a tag to compare

2.6.0

(Full Changelog)

Enhancements made

  • Add tests for Scheduler job and job definition creation with input folder, refactor execution manager test #513 (@andrii-i)
  • Package input files (no autodownload, no multiprocessing DownloadManager) #510 (@andrii-i)

Maintenance and upkeep improvements

  • Clarify support lifecycle after JupyterLab 3 end of maintenance #508 (@andrii-i)

Documentation improvements

  • Clarify support lifecycle after JupyterLab 3 end of maintenance #508 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @github-actions

v1.9.0

30 Apr 19:34
Compare
Choose a tag to compare

1.9.0

(Full Changelog)

Enhancements made

  • [1.x] Add tests for Scheduler job and job definition creation with input folder, refactor execution manager test (#513) #515 (@andrii-i)
  • [1.x] Package input files (no autodownload, no multiprocessing DownloadManager) (#510) #512 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @github-actions

v1.2.1

16 Apr 16:25
Compare
Choose a tag to compare

1.2.1

(Full Changelog)

Bugs fixed

  • [1.2.x] Ignore check-wheel-contents W002 duplciate files error, add pydantic_v1 module, add pytest-cov dependency #507 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @github-actions | @JasonWeill | @rubenvarela | @welcome | @Zsailer

v2.5.2

15 Apr 21:13
Compare
Choose a tag to compare

2.5.2

(Full Changelog)

Bugs fixed

  • Changed column header to "Input file" in Notebook Job Definitions #496 (@srdas)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @blink1073 | @dependabot | @github-actions | @pre-commit-ci | @srdas | @welcome

v1.8.2

15 Apr 19:51
Compare
Choose a tag to compare

1.8.2

(Full Changelog)

Bugs fixed

  • [1.x] Changed column header to "Input file" in Notebook Job Definitions (#496) #501 (@srdas)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @github-actions | @srdas | @welcome

v1.1.6

15 Apr 19:22
Compare
Choose a tag to compare

1.1.6

No merged PRs

v1.1.5

16 Feb 22:37
Compare
Choose a tag to compare

1.1.5

(Full Changelog)

Bugs fixed

  • Ignore check-wheel-contents W002 duplciate files error during release process as it is done in main #488 (@andrii-i)
  • [1.1.x] Make server extension verification call during extension startup non-blocking (#480) #486 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @ellisonbg | @github-actions | @JasonWeill | @rubenvarela | @welcome | @Zsailer

v2.5.1

15 Feb 17:12
Compare
Choose a tag to compare

2.5.1

(Full Changelog)

Bugs fixed

  • Fix translator usage, remove @jupyterlab/rendermime-interfaces dependency #483 (@andrii-i)
  • Make server extension verification call during extension startup non-blocking #480 (@andrii-i)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @dlqqq | @pre-commit-ci