Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fsoubelet
/
PyhDToolkit
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Some perf, quick fixes, edge cases and idiomatisms
- #132
#132
Merged
fsoubelet
merged 18 commits into
main
fsoubelet/PyhDToolkit:main
from
perf
fsoubelet/PyhDToolkit:perf
Copy head branch name to clipboard
Jul 22, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Some perf, quick fixes, edge cases and idiomatisms
#132
fsoubelet
merged 18 commits into
main
fsoubelet/PyhDToolkit:main
from
perf
fsoubelet/PyhDToolkit:perf
Copy head branch name to clipboard
Commits
Commits on Jun 1, 2026
type hints
fsoubelet
committed
502f632
View commit details
Copy full SHA for 502f632
Browse repository at this point
vectorize call for string operation instead of applying
fsoubelet
committed
4b7467e
View commit details
Copy full SHA for 4b7467e
Browse repository at this point
[bugfix] actually count the number of removed outliers
fsoubelet
committed
2782afa
View commit details
Copy full SHA for 2782afa
Browse repository at this point
do a batch update instead
fsoubelet
committed
90e7649
View commit details
Copy full SHA for 90e7649
Browse repository at this point
hints fixes, and do only a shallow copy as we don't modify data
fsoubelet
committed
6169d74
View commit details
Copy full SHA for 6169d74
Browse repository at this point
go through sys instead of inspecting the complete python frame text everytime a deprecated function is called
fsoubelet
committed
fc46c5a
View commit details
Copy full SHA for fc46c5a
Browse repository at this point
cache and reuse the regex masks
fsoubelet
committed
e2cc8bc
View commit details
Copy full SHA for e2cc8bc
Browse repository at this point
ty happy
fsoubelet
committed
0d0f6d9
View commit details
Copy full SHA for 0d0f6d9
Browse repository at this point
pass a _twiss_df kwarg only argument to make_elements_groups to enable caching of the TWISS dataframe filtered and avoid double / tripple calls to the MAD-X TWISS command
fsoubelet
committed
070fc49
View commit details
Copy full SHA for 070fc49
Browse repository at this point
formatting
fsoubelet
committed
4812a64
View commit details
Copy full SHA for 4812a64
Browse repository at this point
replace ternary if expressions with or operator
fsoubelet
committed
f8100db
View commit details
Copy full SHA for f8100db
Browse repository at this point
use StrEnum directly
fsoubelet
committed
b017e98
View commit details
Copy full SHA for b017e98
Browse repository at this point
use range instead of np.arange, and rewrite _make_tune_groups to use the dynap dataframe directly (done by claude)
fsoubelet
committed
2210f83
View commit details
Copy full SHA for 2210f83
Browse repository at this point
coverage
fsoubelet
committed
637c57d
View commit details
Copy full SHA for 637c57d
Browse repository at this point
formatting
fsoubelet
committed
4342b59
View commit details
Copy full SHA for 4342b59
Browse repository at this point
no mutable defaults
fsoubelet
committed
c2ce166
View commit details
Copy full SHA for c2ce166
Browse repository at this point
no is true
fsoubelet
committed
3cd9156
View commit details
Copy full SHA for 3cd9156
Browse repository at this point
Commits on Jul 21, 2026
explicit immutable release
fsoubelet
committed
d27a972
View commit details
Copy full SHA for d27a972
Browse repository at this point
You can’t perform that action at this time.