Skip to content

3.28.3

Compare
Choose a tag to compare
@kenodegard kenodegard released this 05 Jan 17:45
· 2 commits to 3.28.x since this release
31cc7d5

Bug fixes

  • Update conda_build.os_utils.liefldd.ensure_binary to handle None inputs. (#5123 via #5124)
  • Update conda_build.inspect_pkg.which_package to use a cached mapping of paths to packages (first call: O(n), subsequent calls: O(1)) instead of relying on Path.samefile comparisons (O(n * m)). (#5126 via #5130)

Contributors

Full Changelog: 3.28.2...3.28.3