allenai / allennlp-demo

Code for the AllenNLP demo.
https://demo.allennlp.org
Apache License 2.0
196 stars 80 forks source link

Bump allennlp from 2.5.0 to 2.10.0 in /api #1219

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps allennlp from 2.5.0 to 2.10.0.

Release notes

Sourced from allennlp's releases.

v2.10.0

What's new

Added πŸŽ‰

  • Added metric FBetaVerboseMeasure which extends FBetaMeasure to ensure compatibility with logging plugins and add some options.
  • Added three sample weighting techniques to ConditionalRandomField by supplying three new subclasses: ConditionalRandomFieldWeightEmission, ConditionalRandomFieldWeightTrans, and ConditionalRandomFieldWeightLannoy.

Fixed βœ…

  • Fix error from cached-path version update.

Commits

b7f1cb41 Prepare for release v2.10.0 5a3acbaa Implementation of Weighted CRF Tagger (handling unbalanced datasets) (#5676) 20df7cdd Disable dependabot, add notice of future sunsetting (#5685) 7bcbb5ad Update transformers requirement from =4.1,<4.21 (#5675) 0770b00a Bump black from 22.3.0 to 22.6.0 (#5679) 38b9a9eb Update transformers requirement from =4.1,<4.20 (#5636) ed89a2e2 Update twine requirement from =1.11.0,<5.0.0 (#5669) 5ace70ef Bump actions/setup-python from 2 to 4 (#5662) bd6b0604 Update mkdocs-material requirement from =5.5.0,<8.4.0 (#5655) 55663be7 Bump actions/checkout from 2 to 3 (#5647) fb92b76d Bump actions/upload-artifact from 1 to 3 (#5644) 775919a2 Bump actions/cache from 2 to 3 (#5645) f71eca96 Bump webfactory/ssh-agent from 0.4.1 to 0.5.4 (#5643) 62d413d9 Bump codecov/codecov-action from 1 to 3 (#5642) 428cb7d3 Bump actions/download-artifact from 1 to 3 (#5641) eac4829d Bump mypy from 0.960 to 0.961 (#5658) df9d7ca0 Make saliency interpreter GPU compatible (#5656) ea4a53ca Update cached_path version (#5665) a6271a31 FBetaMeasure metric with one value per key (#5638) 8b5ccc4a Bump mypy from 0.950 to 0.960 (#5639) 39b3c961 Dependabot GitHub Actions (#5640) 60fae31f Update filelock requirement from =3.3,<3.8 (#5635) 67f32d3f Update spacy requirement from =2.1.0,<3.4 (#5631) 2fd8dfa6 Bump mypy from 0.942 to 0.950 (#5630) d7409d26 Missing f prefix on f-strings fix (#5629)

v2.9.3

What's new

Added πŸŽ‰

  • Added verification_tokens argument to TestPretrainedTransformerTokenizer.

Fixed βœ…

  • Updated various dependencies

... (truncated)

Changelog

Sourced from allennlp's changelog.

v2.10.0 - 2022-07-14

Added

  • Added metric FBetaVerboseMeasure which extends FBetaMeasure to ensure compatibility with logging plugins and add some options.
  • Added three sample weighting techniques to ConditionalRandomField by supplying three new subclasses: ConditionalRandomFieldWeightEmission, ConditionalRandomFieldWeightTrans, and ConditionalRandomFieldWeightLannoy.

Fixed

  • Fix error from cached-path version update.

v2.9.3 - 2022-04-13

Added

  • Added verification_tokens argument to TestPretrainedTransformerTokenizer.

Fixed

  • Updated various dependencies

v2.9.2 - 2022-03-21

Fixed

  • Removed unnecessary dependencies
  • Restore functionality of CLI in absence of now-optional checklist-package

v2.9.1 - 2022-03-09

Fixed

  • Updated dependencies, especially around doc creation.
  • Running the test suite out-of-tree (e.g. after installation) is now possible by pointing the environment variable ALLENNLP_SRC_DIR to the sources.
  • Silenced a warning that happens when you inappropriately clone a tensor.
  • Adding more clarification to the Vocabulary documentation around min_pretrained_embeddings and only_include_pretrained_words.
  • Fixed bug with type mismatch caused by latest release of cached-path that now returns a Path instead of a str.

Added

  • We can now transparently read compressed input files during prediction.
  • LZMA compression is now supported.
  • Added a way to give JSON blobs as input to dataset readers in the evaluate command.
  • Added the argument sub_module in PretrainedTransformerMismatchedEmbedder
  • Updated the docs for PytorchSeq2VecWrapper to specify that mask is required rather than sequence lengths for clarity.

Changed

... (truncated)

Commits
  • 2d8fe00 bump timeout minutes
  • b7f1cb4 Prepare for release v2.10.0
  • 5a3acba Implementation of Weighted CRF Tagger (handling unbalanced datasets) (#5676)
  • 20df7cd Disable dependabot, add notice of future sunsetting (#5685)
  • 7bcbb5a Update transformers requirement from <4.20,>=4.1 to >=4.1,<4.21 (#5675)
  • 0770b00 Bump black from 22.3.0 to 22.6.0 (#5679)
  • 38b9a9e Update transformers requirement from <4.19,>=4.1 to >=4.1,<4.20 (#5636)
  • ed89a2e Update twine requirement from <4.0.0,>=1.11.0 to >=1.11.0,<5.0.0 (#5669)
  • 5ace70e Bump actions/setup-python from 2 to 4 (#5662)
  • bd6b060 Update mkdocs-material requirement from <8.3.0,>=5.5.0 to >=5.5.0,<8.4.0 (#5655)
  • 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.