Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Bump allennlp-models from 2.5.0 to 2.10.1 in /api #1267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps allennlp-models from 2.5.0 to 2.10.1.

Release notes

Sourced from allennlp-models's releases.

v2.10.1

What's new

Fixed ✅

  • Fixed redundant TextField wrapping in TransformerSuperGlueRteReader.

Commits

e5d1f593 Update torch requirement from =1.7.0,<1.13.0 (#342) 3e3b3ecf Remove duplicate TextField (#344)

v2.10.0

What's new

Added 🎉

  • Changed the token-based verbose metric in the CrfTagger model (when verbose_metrics is True and calculate_span_f1 is False) to be FBetaVerboseMeasure instead of FBetaMeasure.
  • Added option weight_strategy to CrfTagger in order to support three sample weighting techniques.

Commits

97df1968 Implementation of Weighted CRF Tagger (handling unbalanced datasets) (#341) 704a2445 Disable dependabot, add notice of future sunsetting (#343) 92372a3e Update results for coref (#339) deddfbec Bump mypy from 0.960 to 0.961 (#340) 900c447c Bump mypy from 0.950 to 0.960 (#337) af435112 Update mkdocs-material requirement from =5.5.0,<8.4.0 (#338) 487191fc Bump conllu from 4.4.1 to 4.4.2 (#336) f233052d Bump mypy from 0.942 to 0.950 (#335)

v2.9.3

What's new

Added 🎉

  • Added jpeg extension to __init__ of VisionReader.

Commits

87ae1dab Giving up on Docspec2 (#331) ccf692bb Bump mypy from 0.931 to 0.942 (#332) 3c63cdab Bump mkdocs from 1.2.3 to 1.3.0 (#333) 54eec302 Add option to specify the image extensions to be loaded/discovered (#324) 7bcc7496 fix platform for GPU tests eca99b72 Update torch requirement from =1.7.0,<1.12.0 (#325) 198efc01 Update mkdocs-material requirement from =5.5.0,<8.3.0 (#321) 2514f0da Update CI to install allennlp with optional deps for tests (#323)

v2.9.0

... (truncated)

Changelog

Sourced from allennlp-models's changelog.

v2.10.1 - 2022-10-18

Fixed

  • Fixed redundant TextField wrapping in TransformerSuperGlueRteReader.

v2.10.0 - 2022-07-14

Added

  • Changed the token-based verbose metric in the CrfTagger model (when verbose_metrics is True and calculate_span_f1 is False) to be FBetaVerboseMeasure instead of FBetaMeasure.
  • Added option weight_strategy to CrfTagger in order to support three sample weighting techniques.

v2.9.3 - 2022-04-14

Added

  • Added jpeg extension to __init__ of VisionReader.

v2.9.0 - 2022-01-27

Added

  • Added Python 3.9 to the testing matrix

Changed

  • Following a breaking change in the NLTK API, we now depend on the most recent version only.
  • Added Tensorboard callbacks to the RC models
  • The error message you get when perl isn't installed is now more readable.

Removed

v2.8.0 - 2021-11-05

Changed

  • Seperate start/end token check in Seq2SeqDatasetReader for source and target tokenizers.

v2.7.0 - 2021-09-01

Added

  • Added superglue_record to the rc readers for SuperGLUE's Reading Comprehension with Commonsense Reasoning task
  • Added some additional __init__() parameters to the T5 model in allennlp_models.generation for customizing. beam search and other options.

... (truncated)

Commits
  • 02480d8 Prepare for release v2.10.1
  • e5d1f59 Update torch requirement from <1.12.0,>=1.7.0 to >=1.7.0,<1.13.0 (#342)
  • 3e3b3ec Remove duplicate TextField (#344)
  • bac6505 Prepare for release v2.10.0
  • 97df196 Implementation of Weighted CRF Tagger (handling unbalanced datasets) (#341)
  • 704a244 Disable dependabot, add notice of future sunsetting (#343)
  • 92372a3 Update results for coref (#339)
  • deddfbe Bump mypy from 0.960 to 0.961 (#340)
  • 900c447 Bump mypy from 0.950 to 0.960 (#337)
  • af43511 Update mkdocs-material requirement from <8.3.0,>=5.5.0 to >=5.5.0,<8.4.0 (#338)
  • 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)

Bumps [allennlp-models](https://github.com/allenai/allennlp-models) from 2.5.0 to 2.10.1.
- [Release notes](https://github.com/allenai/allennlp-models/releases)
- [Changelog](https://github.com/allenai/allennlp-models/blob/main/CHANGELOG.md)
- [Commits](allenai/allennlp-models@v2.5.0...v2.10.1)

---
updated-dependencies:
- dependency-name: allennlp-models
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants