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

Add to_list() analogous to to_tree() #79

Merged
merged 29 commits into from
Jul 12, 2024

Commits on Jul 6, 2023

  1. add to_list() for TokenTree

    Conversely to `TokenList.to_tree()`, this allows us to convert a
    tree back to a list, preserving order, for example in case we need
    to reconstruct the surface form of a sentence or phrase.
    peterr-s committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e94735a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tree-to-list'

    peterr-s committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    193fd22 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Bump cryptography from 41.0.0 to 41.0.2

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.0...41.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3d80a2a View commit details
    Browse the repository at this point in the history
  2. Bump pygments from 2.13.0 to 2.15.0

    Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.13.0...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    67e2432 View commit details
    Browse the repository at this point in the history
  3. Bump certifi from 2022.12.7 to 2023.7.22

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.12.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4d51d48 View commit details
    Browse the repository at this point in the history
  4. Bump cryptography from 41.0.2 to 41.0.3

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.2...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b524d02 View commit details
    Browse the repository at this point in the history
  5. Bump cryptography from 41.0.3 to 41.0.4

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.3...41.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    41a48e1 View commit details
    Browse the repository at this point in the history
  6. Bump urllib3 from 1.26.13 to 1.26.17

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.17.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.13...1.26.17)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2fdca06 View commit details
    Browse the repository at this point in the history
  7. Bump urllib3 from 1.26.17 to 1.26.18

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.17...1.26.18)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    537e304 View commit details
    Browse the repository at this point in the history
  8. Bump cryptography from 41.0.4 to 41.0.6

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.4...41.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3f7a0e9 View commit details
    Browse the repository at this point in the history
  9. Bump cryptography from 41.0.6 to 42.0.0

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.6...42.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0a1c9d4 View commit details
    Browse the repository at this point in the history
  10. Bump cryptography from 42.0.0 to 42.0.2

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.0...42.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    065c5b8 View commit details
    Browse the repository at this point in the history
  11. Bump cryptography from 42.0.2 to 42.0.4

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.2...42.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b565c08 View commit details
    Browse the repository at this point in the history
  12. Bump idna from 3.4 to 3.7

    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a1474c5 View commit details
    Browse the repository at this point in the history
  13. ---

    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1feaac9 View commit details
    Browse the repository at this point in the history
  14. Bump urllib3 from 1.26.18 to 1.26.19

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.18...1.26.19)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e0d5bb0 View commit details
    Browse the repository at this point in the history
  15. Bump zipp from 3.11.0 to 3.19.1

    Bumps [zipp](https://github.com/jaraco/zipp) from 3.11.0 to 3.19.1.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.11.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bd6d3f1 View commit details
    Browse the repository at this point in the history
  16. Bump certifi from 2023.7.22 to 2024.7.4

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
    - [Commits](certifi/python-certifi@2023.07.22...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and EmilStenstrom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bbd7e2e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2be49b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    44fcd39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fba0d14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    afcbb2f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5c1e9f8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c09fbb3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1225e0d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a4995ec View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bac045f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1493d6c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    73ae932 View commit details
    Browse the repository at this point in the history