- Fix
TypeError
noticed in conda-forge release #114 (@agriyakhetarpal)
(GitHub contributors page for this release)
- Replace deprecated
appdirs
withplatformdirs
, fix config path lookup with nonconda
-based environments #113 (@agriyakhetarpal)
(GitHub contributors page for this release)
@agriyakhetarpal | @martinRenou
- Undo removal of archives for allowing kernels to link at runtime #112 (@anutosh491)
(GitHub contributors page for this release)
- Undo removal of include dirs for allowing kernels to access headers #111 (@anutosh491)
(GitHub contributors page for this release)
- Support missing url field #110 (@trungleduc)
(GitHub contributors page for this release)
- Pass package source URL to URL factory #109 (@trungleduc)
(GitHub contributors page for this release)
- Add package url factory #108 (@trungleduc)
- restrict package versions in integration test #107 (@DerThorsten)
(GitHub contributors page for this release)
- Revert "Change list-of-POSIX-paths to list-of-strings in yield of
iterate_pip_pkg_record()
function" #106 (@martinRenou)
(GitHub contributors page for this release)
- Change list-of-POSIX-paths to list-of-strings in yield of
iterate_pip_pkg_record()
function #104 (@michaelweinold)
(GitHub contributors page for this release)
@DerThorsten | @martinRenou | @michaelweinold
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 reporting issues concerning package data. We only filter out files if there are explicit rules for filtering them.
- Filtering: Include everything by default #98 (@martinRenou)
- Fix backward compat on config files #102 (@martinRenou)
- Update CI to using latest emscripten-forge platform and Python version #99 (@martinRenou)
(GitHub contributors page for this release)
- Add Include/Exclude Patterns for
pint
Package toempack_config
(#2) #97 (@michaelweinold)
(GitHub contributors page for this release)
@martinRenou | @michaelweinold
- use abspath when comparing dirs #95 (@DerThorsten)
- Fix rules for pyvis #96 (@martinRenou)
- use abspath when comparing dirs #95 (@DerThorsten)
(GitHub contributors page for this release)
- Update config for urllib and certifi #94 (@martinRenou)
- Update CI script #93 (@trungleduc)
(GitHub contributors page for this release)
(GitHub contributors page for this release)
- Allow packing extra files into the output environment #87 (@DerThorsten)
- Releaser: Remove non needed step #89 (@martinRenou)
- Setup releaser #88 (@martinRenou)