pemistahl / lingua-py

The most accurate natural language detection library for Python, suitable for short text and mixed-language text
Apache License 2.0
1.14k stars 45 forks source link

Bump scalene from 1.5.10 to 1.5.11 #73

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scalene from 1.5.10 to 1.5.11.

Release notes

Sourced from scalene's releases.

Maintenance release

Changes in this release:

  • Fixed pre-built MacOS Universal distributions not including M1 support;
  • Fixed Scalene's assumption it would remain in the same directory, which caused problems when the profiled program did a chdir.

Full Changelog: https://github.com/plasma-umass/scalene/compare/v1.5.10...v1.5.11

Commits
  • f12b23f - bumping version to 1.5.11 for a new release;
  • 9c8781c - restore overriding GNUMakefile ARCH if no arch flags seem supported,
  • 3bc8863 - changed to detect compiler used from within build command, attempting
  • 93d56ba - trying to use compile from sysconfig, to see if this appeases
  • 6712b02 - trying out perhaps cleaner way to create temporary files for
  • 3f8643d - re-enabled testpypi uploads for test builds;
  • d3df9ee - restored normal build platforms;
  • ca8ca69 - added comment given I can't easily DRY platform list;
  • 66fea22 - cleaned up arch list;
  • c13b064 - fixed a.out being left behind from MacOS clang arch detection;
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)