Skip to content

Releases: jupyter/jupyter-packaging

v0.12.3

25 Aug 15:31
Compare
Choose a tag to compare

0.12.3

(Full Changelog)

Bugs fixed

  • only remove --skip-npm from argv if it is here #161 (@videlec)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@pre-commit-ci | @videlec

v0.12.2

20 Jun 14:32
Compare
Choose a tag to compare

0.12.2

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@hroncok | @pre-commit-ci

v0.12.1

31 May 14:54
Compare
Choose a tag to compare

0.12.1

(Full Changelog)

Enhancements made

  • Allow skipping npm with JUPYTER_PACKAGING_SKIP_NPM env #133 (@minrk)

Maintenance and upkeep improvements

Other merged PRs

  • do not install tests as a top-level package #135 (@mgorny)

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @mgorny | @minrk | @pre-commit-ci

v0.12.0

25 Mar 00:00
Compare
Choose a tag to compare

0.12.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @fcollonval | @manics | @timkpaine

0.11.1

15 Nov 18:05
Compare
Choose a tag to compare

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

18 Oct 15:59
Compare
Choose a tag to compare
  • Drop support for Python 3.6 and add support for Python 3.10. #109 (@blink1073)

0.10.6

27 Sep 18:31
Compare
Choose a tag to compare
  • The import of bdist_wheel is optional, must check for None before using it #106 (@ellert)

0.10.5

15 Sep 11:22
Compare
Choose a tag to compare

0.10.4

06 Jul 16:30
Compare
Choose a tag to compare

0.10.3

25 Jun 11:55
Compare
Choose a tag to compare

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Disallow deprecated function return incorrect results for Python 3.10 #97 (@frenzymadness)
  • Fix handling of module metadata in tests #92 (@blink1073)

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @frenzymadness