Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puid/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: puid/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 16 files changed
  • 1 contributor

Commits on Aug 18, 2023

  1. Add unicode test

    dingosky committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6fa5dde View commit details
    Browse the repository at this point in the history
  2. Fix a README cut/paste

    dingosky committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c7a903e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. v1.2.0

    dingosky committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6f3310a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. dispatch encoder selection

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    6322007 View commit details
    Browse the repository at this point in the history
  2. cache encoder functions

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    09dfce3 View commit details
    Browse the repository at this point in the history
  3. type: add comprehensive type hints

    Add type hints to core modules (puid.py, encoder.py, entropy.py) to
    improve code clarity and enable static type checking with tools like mypy.
    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    5139e9d View commit details
    Browse the repository at this point in the history
  4. name magic numbers

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    38d02e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fedc8e3 View commit details
    Browse the repository at this point in the history
  6. namedtuple in bits.py

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    664cf76 View commit details
    Browse the repository at this point in the history
  7. v1.2.1

    Update version in setup.py to 1.2.1 and add comprehensive CHANGELOG
    entry documenting performance and code quality improvements.
    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    b4f9faa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fca30e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f2e2aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    536424f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d217064 View commit details
    Browse the repository at this point in the history
  12. add generate() function

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    578f1b8 View commit details
    Browse the repository at this point in the history
  13. clean up

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    1597448 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06db610 View commit details
    Browse the repository at this point in the history
  15. update README

    Add documentation for:
    - generate() convenience function
    - encode() and decode() methods
    - risk() and total() methods
    - ete and ere metrics
    - Updated generator properties list
    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    165f685 View commit details
    Browse the repository at this point in the history
  16. remove generate() convenience function

    bad idea
    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    a26d8aa View commit details
    Browse the repository at this point in the history
  17. v2.0.0

    dingosky committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    112a93b View commit details
    Browse the repository at this point in the history
Loading