Skip to content

Bump simplemma from 0.9.1 to 1.1.2 - #302

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/simplemma-1.1.2
Open

Bump simplemma from 0.9.1 to 1.1.2#302
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/simplemma-1.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor

Bumps simplemma from 0.9.1 to 1.1.2.

Release notes

Sourced from simplemma's releases.

simplemma-1.1.2

  • Fix cyclic import by @​juanjoDiaz (#148)
  • Fix language detector proportion_in_each_language results by @​juanjoDiaz (#150)
  • Init: use explicit re-exports (#151)
  • Fix data written by dictionary pickler by @​Dunedan (#156)
  • Add demo rules for Latvian and Estonian (#154, #157)
  • Remove deprecated langdetect submodule (#160)
  • Test: remove dummy pickled data (#161)
  • Language data: upgrade pickle to v5 (#162)

simplemma-1.1.1

  • Fix ModuleNotFoundError and test optional dependencies (#142)
  • Simplify code and add missing type annotations (#144)

simplemma-1.1.0

  • Add a memory-efficient dictionary factory backed by MARISA-tries by @​Dunedan in #133
  • Drop support for Python 3.6 & 3.7 by @​Dunedan in #134
  • Update setup files (#138)

simplemma-1.0.0

Extensive refactoring by @​juanjoDiaz:

  • Series of modular classes
  • Different lemmatization strategies available
  • Customization of dictionary loading and handling (DictionaryFactory)
  • LanguageDetector class with extended options
  • See readme and detailed documentation

Breaking changes:

  • The extensive argument is now greedy
  • The langdetect submodule is now language_detector from simplemma.langdetect import ...from simplemma.language_detector import ...

Fixes and improvements:

  • is_known() function now restored to its state in v0.9.0 (full dictionary)
  • More languages and better rules (with @​juanjoDiaz)
  • Use binary strings in dictionaries to save memory
  • Dictionary sort before compression by @​1over137

Documentation:

Changelog

Sourced from simplemma's changelog.

1.1.2

  • Fix cyclic import by @​juanjoDiaz (#148)
  • Fix language detector proportion_in_each_language results by @​juanjoDiaz (#150)
  • Init: use explicit re-exports (#151)
  • Fix data written by dictionary pickler by @​Dunedan (#156)
  • Add demo rules for Latvian and Estonian (#154, #157)
  • Remove deprecated langdetect submodule (#160)
  • Test: remove dummy pickled data (#161)
  • Language data: upgrade pickle to v5 (#162)

1.1.1

  • Fix ModuleNotFoundError and test optional dependencies (#142)
  • Simplify code and add missing type annotations (#144)

1.1.0

  • Add a memory-efficient dictionary factory backed by MARISA-tries by @​Dunedan in #133
  • Drop support for Python 3.6 & 3.7 by @​Dunedan in #134
  • Update setup files (#138)

1.0.0

Extensive refactoring by @​juanjoDiaz:

  • Series of modular classes
  • Different lemmatization strategies available
  • Customization of dictionary loading and handling (DictionaryFactory)
  • LanguageDetector class with extended options
  • See readme and detailed documentation

Breaking changes:

  • The extensive argument is now greedy
  • The langdetect submodule is now language_detector from simplemma.langdetect import ...from simplemma.language_detector import ...

Fixes and improvements:

  • is_known() function now restored to its state in v0.9.0 (full dictionary)
  • More languages and better rules (with @​juanjoDiaz)
  • Use binary strings in dictionaries to save memory
  • Dictionary sort before compression by @​1over137

Documentation:

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [simplemma](https://github.com/adbar/simplemma) from 0.9.1 to 1.1.2.
- [Release notes](https://github.com/adbar/simplemma/releases)
- [Changelog](https://github.com/adbar/simplemma/blob/main/HISTORY.rst)
- [Commits](adbar/simplemma@v0.9.1...v1.1.2)

---
updated-dependencies:
- dependency-name: simplemma
  dependency-version: 1.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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