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: eonu/sequentia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: eonu/sequentia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 14 commits
  • 109 files changed
  • 2 contributors

Commits on Dec 22, 2024

  1. feat: add mise.toml and support numpy>=2 (#254)

    * `mise.toml` and support numpy>=2
    
    * fix: remove unsupported `np.float_`
    
    * tests: fix unfitted PCA error
    eonu authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    bad75a0 View commit details
    Browse the repository at this point in the history
  2. feat: add python v3.13 support (#253)

    * add python v3.13 to `.circleci/config.yml`
    
    * specify python conditional numba version
    
    * update trove classifier
    eonu authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    7dd6a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccc03a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. feat: add library benchmarks (#256)

    * add 'similar libraries' section
    
    * add plot
    
    * adjust plot
    
    * adjust plot
    
    * split processor details
    
    * no align
    
    * shorten
    
    * remove width
    
    * specify 100% width
    
    * flatten
    
    * teletype
    
    * reorder
    
    * comma
    
    * add product
    
    * add installation link
    
    * add example without preprocessing
    
    * add .gitattributes
    eonu authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    ae6e28d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. feat: add model_selection sub-package for hyper-parameters (#257)

    * add `model_selection` module
    
    * classification -> inference
    
    * clean-up
    
    * add sklearn licenses
    
    * c info
    
    * add .coveragerc
    
    * add unit tests
    eonu authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    4c3ca38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce8f9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79f512 View commit details
    Browse the repository at this point in the history
  4. release: v2.5.0

    eonu authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    cf52c29 View commit details
    Browse the repository at this point in the history
  5. release: v2.5.0

    release: v2.5.0
    eonu authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    a54dcdb View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Configuration menu
    Copy the full SHA
    284f51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6366e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9c21d View commit details
    Browse the repository at this point in the history
  4. style: upgrade to ruff v0.8.4 and fix type hints (#264)

    * fix instance method type hints
    
    * remove `pyd.conint`/`pyd.confloat`
    
    * upgrade to ruff v0.8.4
    
    * remove `# placeholder` comments
    eonu authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    0c055ef View commit details
    Browse the repository at this point in the history
  5. docs: update README.md features (#265)

    * update features on README.md
    
    * simplify
    eonu authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    09bf25e View commit details
    Browse the repository at this point in the history
Loading