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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
epics-modules
/
pyDevSup
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
18
Code
Issues
8
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Combine all python/numpy support PRs, set minimum python version to 3.6
- #43
#43
Merged
tynanford
merged 16 commits into
master
epics-modules/pyDevSup:master
from
fix-pr-40
epics-modules/pyDevSup:fix-pr-40
Copy head branch name to clipboard
Dec 23, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Combine all python/numpy support PRs, set minimum python version to 3.6
#43
tynanford
merged 16 commits into
master
epics-modules/pyDevSup:master
from
fix-pr-40
epics-modules/pyDevSup:fix-pr-40
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2024
pull_39, issues_37, debian 13 - gcc 14.2.0 compile error
jeonghanlee
committed
de3328c
View commit details
Copy full SHA for de3328c
Browse repository at this point
more clean up for makehelper.py
jeonghanlee
committed
4e6f055
View commit details
Copy full SHA for 4e6f055
Browse repository at this point
add the min. version of numpy to requirements-latest
jeonghanlee
committed
796f7d7
View commit details
Copy full SHA for 796f7d7
Browse repository at this point
Commits on Oct 2, 2025
update ci scripts version
tynanford
committed
898bc84
View commit details
Copy full SHA for 898bc84
Browse repository at this point
Update CI jobs to include deb 11, 12, 13 and py3.6 to py3.13
tynanford
committed
fa45a3c
View commit details
Copy full SHA for fa45a3c
Browse repository at this point
Fix numpy compatability between v1 and v2 for NPY_CARRAY and NPY_CARRAY
tynanford
committed
19d5a5b
View commit details
Copy full SHA for 19d5a5b
Browse repository at this point
Add python 3.13 to base 3.15 CI
tynanford
committed
0550f16
View commit details
Copy full SHA for 0550f16
Browse repository at this point
Merge pull request #1 from tynanford/master
Show description for 361d480
jeonghanlee
authored
361d480
View commit details
Copy full SHA for 361d480
Browse repository at this point
Commits on Oct 5, 2025
FIX: Cast to PyArrayObject *, warning of comparsion integers of npy_intp with ulong.
zhangt58
committed
44a16fd
View commit details
Copy full SHA for 44a16fd
Browse repository at this point
Commits on Oct 6, 2025
Update requirements to remove numpy version
tynanford
authored
f2d5c8d
View commit details
Copy full SHA for f2d5c8d
Browse repository at this point
Commits on Oct 29, 2025
Original author is Peter Heesterman - Fixed problem with NPY_CARRAY and NPY_CARRAY_RO being unavailable in newer versions of numpy.
tynanford
committed
1b7047d
View commit details
Copy full SHA for 1b7047d
Browse repository at this point
update docs to specify python 3.6 as minimum version
tynanford
committed
5993a6c
View commit details
Copy full SHA for 5993a6c
Browse repository at this point
Commits on Nov 5, 2025
Change to a single cast for arr to PyArrayObject in dbfield
tynanford
committed
f198e16
View commit details
Copy full SHA for f198e16
Browse repository at this point
FIX: Handle potential mem leak by properly DECREF.
zhangt58
committed
eafb208
View commit details
Copy full SHA for eafb208
Browse repository at this point
REF: DECREF of 'aval' if elemsize is not correct before return.
Show description for 2171fed
zhangt58
committed
2171fed
View commit details
Copy full SHA for 2171fed
Browse repository at this point
Commits on Nov 6, 2025
REF: No need to XDECREF, added a comment as Michael suggested.
zhangt58
committed
d4d1829
View commit details
Copy full SHA for d4d1829
Browse repository at this point
You can’t perform that action at this time.