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
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 }}
Klusting
/
ITK
Public
forked from
InsightSoftwareConsortium/ITK
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 19, 2020
COMP: Remove shadow variable outer scope warnings.
hjmjohnson
committed
abd70ce
View commit details
Copy full SHA for abd70ce
Browse repository at this point
COMP: Instance attributes should be defined in __init__
Show description for a8d0d06
hjmjohnson
committed
a8d0d06
View commit details
Copy full SHA for a8d0d06
Browse repository at this point
DOC: Improve variable name spelling
Show description for 34e8618
hjmjohnson
committed
34e8618
View commit details
Copy full SHA for 34e8618
Browse repository at this point
COMP: Remove shadows name from outer scope.
hjmjohnson
committed
a94e069
View commit details
Copy full SHA for a94e069
Browse repository at this point
COMP: Remove potential referenced before assignment
Show description for af9526b
hjmjohnson
committed
af9526b
View commit details
Copy full SHA for af9526b
Browse repository at this point
STYLE: Applied recommend code refactorings
Show description for 0a1b4a1
hjmjohnson
committed
0a1b4a1
View commit details
Copy full SHA for 0a1b4a1
Browse repository at this point
ENH: Remove unused variable warnings.
hjmjohnson
committed
1b1bf30
View commit details
Copy full SHA for 1b1bf30
Browse repository at this point
COMP: Method 'Stop' may be 'static'
hjmjohnson
committed
0c4269c
View commit details
Copy full SHA for 0c4269c
Browse repository at this point
COMP: Too broad exception clause fixed
hjmjohnson
committed
1f75a9a
View commit details
Copy full SHA for 1f75a9a
Browse repository at this point
COMP: Remove python2 dictionary compatibilties.
hjmjohnson
committed
fade256
View commit details
Copy full SHA for fade256
Browse repository at this point
STYLE: Fix name and spelling issues
Show description for 261bb0e
hjmjohnson
committed
261bb0e
View commit details
Copy full SHA for 261bb0e
Browse repository at this point
DOC: Spelling warnings removed.
hjmjohnson
committed
47fa99d
View commit details
Copy full SHA for 47fa99d
Browse repository at this point
COMP: Shadows name 'input_type','keys' from outer scope
hjmjohnson
committed
db612aa
View commit details
Copy full SHA for db612aa
Browse repository at this point
COMP: Address protected member warning
Show description for cc1b39e
hjmjohnson
committed
cc1b39e
View commit details
Copy full SHA for cc1b39e
Browse repository at this point
COMP: PEP 8: E722 do not use bare 'except'
hjmjohnson
committed
c7fb93c
View commit details
Copy full SHA for c7fb93c
Browse repository at this point
STYLE: Remove python2 dictionary facade
Show description for 5b5d79c
hjmjohnson
committed
5b5d79c
View commit details
Copy full SHA for 5b5d79c
Browse repository at this point
STYLE: Avoid difficult to read anit-pattern
Show description for 2e85876
hjmjohnson
committed
2e85876
View commit details
Copy full SHA for 2e85876
Browse repository at this point
ENH: Avoid poluting the global namespace
Show description for bb1c7b5
hjmjohnson
committed
bb1c7b5
View commit details
Copy full SHA for bb1c7b5
Browse repository at this point
STYLE: Initial typehints added.
hjmjohnson
committed
44083b6
View commit details
Copy full SHA for 44083b6
Browse repository at this point
STYLE: Prefer to use @staticmethod decorator.
hjmjohnson
committed
72e117d
View commit details
Copy full SHA for 72e117d
Browse repository at this point
COMP: Too broad exception narrowed.
hjmjohnson
committed
ee452b8
View commit details
Copy full SHA for ee452b8
Browse repository at this point
COMP: Avoid reassigning parameters
Show description for 7183071
hjmjohnson
committed
7183071
View commit details
Copy full SHA for 7183071
Browse repository at this point
STYLE: Apply consistent pep8 compatible indentation.
hjmjohnson
committed
425060c
View commit details
Copy full SHA for 425060c
Browse repository at this point
Commits on Oct 16, 2020
COMP: Remove unneccessary HAVE_NUMPY conditionals
Show description for 8b65fc4
hjmjohnson
committed
8b65fc4
View commit details
Copy full SHA for 8b65fc4
Browse repository at this point
ENH: import modules at top of file
Show description for 787c0b3
hjmjohnson
committed
787c0b3
View commit details
Copy full SHA for 787c0b3
Browse repository at this point
COMP: Remove redundant import.
hjmjohnson
committed
a5408c1
View commit details
Copy full SHA for a5408c1
Browse repository at this point
COMP: Avoid possible variable use before assignment.
hjmjohnson
committed
183cb1d
View commit details
Copy full SHA for 183cb1d
Browse repository at this point
COMP: Selective import of required components
Show description for 30dd1b5
hjmjohnson
committed
30dd1b5
View commit details
Copy full SHA for 30dd1b5
Browse repository at this point
COMP: Avoid outscope variable shadowing
Show description for 56be042
hjmjohnson
committed
56be042
View commit details
Copy full SHA for 56be042
Browse repository at this point
STYLE: Fix comment spelling errors.
hjmjohnson
committed
3a9a73c
View commit details
Copy full SHA for 3a9a73c
Browse repository at this point
COMP: Ambiguous 'range' function made explicit
Show description for eeef5c8
hjmjohnson
committed
eeef5c8
View commit details
Copy full SHA for eeef5c8
Browse repository at this point
ENH: Use targeted import for element of sys
Show description for 4f9b991
hjmjohnson
committed
4f9b991
View commit details
Copy full SHA for 4f9b991
Browse repository at this point
ENH: Avoid bugs with mutable default arguments
Show description for 2b8e1e7
hjmjohnson
committed
2b8e1e7
View commit details
Copy full SHA for 2b8e1e7
Browse repository at this point
ENH: Extend dictionary with `update` not `add`
Show description for 82b639b
hjmjohnson
committed
82b639b
View commit details
Copy full SHA for 82b639b
Browse repository at this point
ENH: Remove alias to 'object' variable name
Show description for 8223831
hjmjohnson
committed
8223831
View commit details
Copy full SHA for 8223831
Browse repository at this point
Previous
Next
You can’t perform that action at this time.