Skip to content

Releases: emscripten-forge/empack

v5.0.5

28 Jan 08:09
Compare
Choose a tag to compare

5.0.5

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@agriyakhetarpal

v5.0.4

27 Jan 16:28
Compare
Choose a tag to compare

5.0.4

(Full Changelog)

Bugs fixed

  • Replace deprecated appdirs with platformdirs, fix config path lookup with non conda-based environments #113 (@agriyakhetarpal)

Contributors to this release

(GitHub contributors page for this release)

@agriyakhetarpal | @martinRenou

v5.0.3

24 Jan 09:48
Compare
Choose a tag to compare

5.0.3

(Full Changelog)

Bugs fixed

  • Undo removal of archives for allowing kernels to link at runtime #112 (@anutosh491)

Contributors to this release

(GitHub contributors page for this release)

@anutosh491

v5.0.2

17 Jan 14:18
Compare
Choose a tag to compare

5.0.2

(Full Changelog)

Enhancements made

  • Undo removal of include dirs for allowing kernels to access headers #111 (@anutosh491)

Contributors to this release

(GitHub contributors page for this release)

@anutosh491

v5.0.1

23 Oct 09:54
Compare
Choose a tag to compare

5.0.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@trungleduc

v5.0.0

21 Oct 14:57
Compare
Choose a tag to compare

5.0.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@trungleduc

v4.0.3

15 Oct 12:43
Compare
Choose a tag to compare

4.0.3

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@DerThorsten | @trungleduc

v4.0.2

05 Sep 07:53
Compare
Choose a tag to compare

4.0.2

(Full Changelog)

Merged PRs

  • Revert "Change list-of-POSIX-paths to list-of-strings in yield of iterate_pip_pkg_record() function" #106 (@martinRenou)

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

v4.0.1

02 Sep 09:03
Compare
Choose a tag to compare

4.0.1

(Full Changelog)

Bugs fixed

  • Change list-of-POSIX-paths to list-of-strings in yield of iterate_pip_pkg_record() function #104 (@michaelweinold)

Contributors to this release

(GitHub contributors page for this release)

@DerThorsten | @martinRenou | @michaelweinold

v4.0.0

17 Jun 11:54
Compare
Choose a tag to compare

4.0.0

(Full Changelog)

The main highlight of this release is the new filtering logic. We used to filter out many files from the packed environment due to using very restrictive include rules. We now include everything by default fixing many reported issues concerning package data. We only filter out a file if there is an explicit rule for filtering it.

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@DerThorsten | @martinRenou