Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump delb[https-loader] from 0.2 to 0.5 #32

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2025

Bumps delb[https-loader] from 0.2 to 0.5.

Release notes

Sourced from delb[https-loader]'s releases.

delb 0.5

This iteration took quiet long to complete as it presumably solved the hardest problem on the way to shed off the essential dependency on lxml, also resulting in human-friendly serializations that achieve unprecedented clarity. The library's robustness is now proven with integration tests that are verified against eleven diverse TEI encoded corpora that sum up to more than 360k documents with a total volume of 3.33 GB.

News

  • delb is now autonomously serializing contents, the „Serialization” chapter details current capabilities and interfaces.
  • The HTML documentation received a big revision for pleasant discovery and reading.
  • Methods that add nodes to a tree now return the added concrete nodes.
  • The new delb.compare_trees is available to compare nested contents.
  • ⚠️ To align with Python standard behaviour, accessing a non-existing attribute with subscript notation now raises a KeyError.
  • ⚠️ The use of namespace declarations (to prefixes) that were used in a parsed source stream is deprecated. Notably queries will not use them as fallback when invoked without the namespaces argument. Instead they will likely use the called-on node's namespace as default namespace.
  • ⚠️ delb.ParserOptions.collapse_whitespace was renamed to delb.ParserOptions.reduce_whitespace, as there is now delb.Document.reduce_whitespace to reflect that they also trim excessive whitespace.
  • ⚠️ The Xpath evaluation expressions of absolute paths on the child axis in the first location step is fixed. Consider to double check your usages.
  • Comparing TagNode instances is now de facto an identity check. The previous behaviour can be achieved by comparing TagNode.universal_name and TagNode.attributes.
  • ⚠️ delb.Document.head_nodes was renamed to delb.Document.prologue, delb.Document.tail_nodes to delb.Document.epilogue.
  • ⚠️ delb.get_traverser now only accepts keyword arguments.
  • ⚠️ Support for Python 3.7 was removed.
  • Support for Python 3.12 and 3.13 was added.
  • ⚠️ The _delb.plugins.core_loaders.etree_loader is marked as deprecated.

Previously deprecated contents have been removed.


The package distributions are available at the Python Package Index.

delb 0.5-rc2

This iteration took quiet long to complete as it presumably solved the hardest problem on the way to shed off the essential dependency on lxml, also resulting in human-friendly serializations that achieve unprecedented clarity. The library's robustness is now proven with integration tests that are verified against eleven diverse TEI encoded corpora that sum up to more than 360k documents with a total volume of 3.33 GB.

News

  • delb is now autonomously serializing contents, the „Serialization” chapter details current capabilities and interfaces.
  • The HTML documentation received a big revision for pleasant discovery and reading.
  • Methods that add nodes to a tree now return the added concrete nodes.
  • The new delb.compare_trees is available to compare nested contents.
  • ⚠️ The use of namespace declarations (to prefixes) that were used in a parsed source stream is deprecated. Notably queries will not use them as fallback when invoked without the namespaces argument. Instead they will likely use the called-on node's namespace as default namespace.
  • ⚠️ delb.ParserOptions.collapse_whitespace was renamed to delb.ParserOptions.reduce_whitespace, as there is now delb.Document.reduce_whitespace to reflect that they also trim excessive whitespace.
  • ⚠️ The Xpath evaluation expressions of absolute paths on the child axis in the first location step is fixed. Consider to double check your usages.
  • Comparing TagNode instances is now de facto an identity check. The previous behaviour can be achieved by comparing TagNode.universal_name and TagNode.attributes.
  • ⚠️ delb.Document.head_nodes was renamed to delb.Document.prologue, delb.Document.tail_nodes to delb.Document.epilogue.
  • ⚠️ delb.get_traverser now only accepts keyword arguments.
  • ⚠️ Support for Python 3.7 was removed.
  • Support for Python 3.12 and 3.13 was added.
  • ⚠️ The _delb.plugins.core_loaders.etree_loader is marked as deprecated.

Previously deprecated contents have been removed.


... (truncated)

Changelog

Sourced from delb[https-loader]'s changelog.

0.5 (2025-01-01)

This iteration took quiet long to complete as it presumably solved the hardest problem on the way to shed off the essential dependency on lxml, also resulting in human-friendly serializations that achieve unprecedented clarity. The library's robustness is now proven with integration tests that are verified against eleven diverse TEI encoded corpora that sum up to more than 360k documents with a total volume of 3.33 GB.

News


- *delb* is now autonomously serializing contents, the :doc:`api/serialization`
  chapter details current capabilities and interfaces.
- The `HTML documentation`_ received a big revision for pleasant discovery and
  reading.
- Methods that add nodes to a tree now return the added concrete nodes.
- The new :func:`delb.compare_trees` is available to compare nested
  contents.
- ⚠️ To align with Python standard behaviour, accessing a non-existing attribute
  with subscript notation now raises a :exc:`KeyError`.
- ⚠️ The use of namespace declarations (to prefixes) that were used in a parsed
  source stream is deprecated. Notably queries will not use them as fallback
  when invoked without the ``namespaces`` argument. Instead they *will* likely
  use the called-on node's namespace as default namespace.
- ⚠️ :attr:`delb.ParserOptions.collapse_whitespace` was renamed to
  :attr:`delb.ParserOptions.reduce_whitespace`, as there is now
  :meth:`delb.Document.reduce_whitespace` to reflect that they also trim
  excessive whitespace.
- ⚠️ The Xpath evaluation expressions of absolute paths on the child axis in the
  first location step is fixed. Consider to double check your usages.
- Comparing :class:`TagNode` instances is now de facto an identity check. The
  previous behaviour can be achieved by comparing :attr:`TagNode.universal_name`
  and :attr:`TagNode.attributes`.
- ⚠️ :attr:`delb.Document.head_nodes` was renamed to
  :attr:`delb.Document.prologue`, :attr:`delb.Document.tail_nodes` to
  :attr:`delb.Document.epilogue`.
- ⚠️ :func:`delb.get_traverser` now only accepts keyword arguments.
- ⚠️ Support for Python 3.7 was removed.
- Support for Python 3.12 and 3.13 was added.
- ⚠️ The :func:`_delb.plugins.core_loaders.etree_loader` is marked as
  deprecated.

Previously deprecated contents have been removed.

.. _HTML documentation: https://delb.readthedocs.io/

0.4 (2022-11-02) </tr></table>

... (truncated)

Commits
  • 2557d19 Updates CITATION.cff
  • 6dba565 Bumps to version 0.5
  • 28dbb52 Updates link to the Getting Started notebook
  • 046f006 Let non-existing attributes accessed with subscript notation throw
  • dc23a74 Updates CITATION.cff
  • 0239f45 Bumps version to 0.5-rc2
  • 0ee09e6 nodes.new_tag_node: Refines type annotation
  • fabe509 Let's NodeBase.namespaces emit deprecation warnings
  • 44e3a04 Deals with an annotation problem
  • f72c80a Fixes formatting issues
  • 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 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 [delb[https-loader]](https://github.com/delb-xml/delb-py) from 0.2 to 0.5.
- [Release notes](https://github.com/delb-xml/delb-py/releases)
- [Changelog](https://github.com/delb-xml/delb-py/blob/main/CHANGES.rst)
- [Commits](delb-xml/delb-py@0.2...0.5)

---
updated-dependencies:
- dependency-name: delb[https-loader]
  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 Jan 4, 2025
@dependabot dependabot bot requested a review from JKatzwinkel January 4, 2025 10:35
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