glideapps / glide-code-columns

Custom computed columns for Glide
https://glideapps.com/plugins
Apache License 2.0
22 stars 22 forks source link

Bump wink-nlp from 1.8.1 to 1.13.0 #127

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps wink-nlp from 1.8.1 to 1.13.0.

Release notes

Sourced from wink-nlp's releases.

Improving mark's functionality in custom entities

Version 1.13.0 December 09, 2022

āœØ Features

  • Mark allows marking w.r.t. the last element of the pattern. For example if a pattern matches a fluffy cat then mark: [-2, -1] will extract fluffy cat ā€” especially useful when the match length is unknown. šŸ’ƒ
  • Improved error handling while processing mark's arguments. šŸ™Œ

Operational update

Version 1.12.3 November 18, 2022

āš™ļø Updates

  • README is now more informative and links to examples and benchmarks šŸ‘
  • Benchmarked on latest machine, browser versions šŸ–„

Ready for Node.js version 18

Version 1.12.2 October 13, 2022

šŸ› Fixes

  • Fixed incorrect install command in README āœ…

āš™ļø Updates

  • We have tested winkNLP on Node.js version 18 including its models. šŸ™Œ šŸŽ‰

Ready for Node.js version 18

Version 1.12.1 October 13, 2022

āš™ļø Updates

  • Ready for future ā€” we have tested winkNLP on Node.js version 18 including its models. šŸ™Œ šŸŽ‰

Some enhancements plus earned OpenSSF best practices passing badge

Version 1.12.0 May 13, 2022

āœØ Features

Enhancing custom entities & BM25Vectorizer

Version 1.11.0 January 30, 2022

āœØ Features

  • Obtain bag-of-words for a tokenized text from BM25Vectorizer using .bowOf() api ā€” useful for bow based similarity computation. šŸ‘
  • learnCustomEntities() displays a console warning, if a complex short hand pattern is likely to cause learning/execution slow down.šŸ¤žā—ļø

Enabling loading of BM25Vectorizer model

Version 1.10.0 November 18, 2021

āœØ Features

  • Easily load BM25Vectorizer's model using newly introduced .loadModel() api. šŸŽ‰

... (truncated)

Changelog

Sourced from wink-nlp's changelog.

Improving mark's functionality in custom entities

Version 1.13.0 December 09, 2022

āœØ Features

  • Mark allows marking w.r.t. the last element of the pattern. For example if a pattern matches a fluffy cat then mark: [-2, -1] will extract fluffy cat ā€” especially useful when the match length is unknown. šŸ’ƒ
  • Improved error handling while processing mark's arguments. šŸ™Œ

Operational update

Version 1.12.3 November 18, 2022

āš™ļø Updates

  • README is now more informative and links to examples and benchmarks šŸ‘
  • Benchmarked on latest machine, browser versions šŸ–„

Ready for Node.js version 18

Version 1.12.2 October 13, 2022

šŸ› Fixes

  • Fixed incorrect install command in README āœ…

Ready for Node.js version 18

Version 1.12.1 October 13, 2022

āš™ļø Updates

  • Ready for future ā€” we have tested winkNLP on Node.js version 18 including its models. šŸ™Œ šŸŽ‰

Some enhancements plus earned OpenSSF best practices passing badge

Version 1.12.0 May 13, 2022

āœØ Features

Enhancing custom entities & BM25Vectorizer

Version 1.11.0 January 30, 2022

āœØ Features

  • Obtain bag-of-words for a tokenized text from BM25Vectorizer using .bowOf() api ā€” useful for bow based similarity computation. šŸ‘
  • learnCustomEntities() displays a console warning, if a complex short hand pattern is likely to cause learning/execution slow down.šŸ¤žā—ļø

Enabling loading of BM25Vectorizer model

Version 1.10.0 November 18, 2021

āœØ Features

  • Easily load BM25Vectorizer's model using newly introduced .loadModel() api. šŸŽ‰

... (truncated)

Commits
  • 8dbb352 build: bpm npm version ā€” minor
  • 46381d1 docs(CHANGELOG): add details of mark
  • 7132d05 build: update dev dependencies versions to latest
  • bba7bce test(custom-entities-specs): add mark test cases
  • 433e579 docs(identify-marked-area): add header coomments
  • f7cb905 feat(*): integrate revised mark approach ensuring backwards compatibility
  • 65cdf3c feat(*): code identifyMarkedArea & use it in automaton
  • c67a8aa docs(README): use observable link for wikipedia timeline
  • fbe020f test(wink-nlp-specs): add test cases for mark in learnCustomEntities
  • f55bade feat(wink-nlp): improve error handling of mark in learnCustomEntities
  • 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ā†—ļøŽ

Name Status Preview Updated
glide-code-columns āœ… Ready (Inspect) Visit Preview Dec 12, 2022 at 4:35AM (UTC)
dependabot[bot] commented 1 year 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.