Thanks to visit codestin.com
Credit goes to github.com
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
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 }}
mjwoolf
/
nativepython
Public
forked from
APrioriInvestments/typed_python
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
Breadcrumbs
History for
nativepython
nativepython
on
brax-dev
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 14, 2019
Timing tests take the median runtime, to try and be more robust to machine variance.
braxtonmckee
committed
916d16b
View commit details
Copy full SHA for 916d16b
View code at this point
Browse repository at this point
Make a timing test more robust to satisy travis.
braxtonmckee
committed
607f354
View commit details
Copy full SHA for 607f354
View code at this point
Browse repository at this point
Ensure that we release the GIL during serialization.
braxtonmckee
committed
dfdce5a
View commit details
Copy full SHA for dfdce5a
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Widen out some parameters for travis.
braxtonmckee
committed
74f7ad9
View commit details
Copy full SHA for 74f7ad9
View code at this point
Browse repository at this point
Release the GIL when we enter compiled code.
Show description for f6d7053
braxtonmckee
committed
f6d7053
View commit details
Copy full SHA for f6d7053
View code at this point
Browse repository at this point
Add a docstring.
braxtonmckee
committed
98eaef3
View commit details
Copy full SHA for 98eaef3
View code at this point
Browse repository at this point
Compiled code knows that 'refcount' needs to be modified atomically.
braxtonmckee
committed
da4585e
View commit details
Copy full SHA for da4585e
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Add interpreter operations for alternative bitnesses.
braxtonmckee
committed
43aa9ae
View commit details
Copy full SHA for 43aa9ae
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Add for loops, and ability to compile 'range'.
braxtonmckee
committed
7fdbc7d
View commit details
Copy full SHA for 7fdbc7d
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Ensure that we convert assigned values to correct type in listof compilation.
braxtonmckee
committed
37515a7
View commit details
Copy full SHA for 37515a7
View code at this point
Browse repository at this point
PointerTo can take [] operations which makes it more convenient in some cases.
braxtonmckee
committed
7ea44a6
View commit details
Copy full SHA for 7ea44a6
View code at this point
Browse repository at this point
Improve our numpy interoperability.
braxtonmckee
committed
937c518
View commit details
Copy full SHA for 937c518
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Add an 'Entrypoint' decorator so we can start to model compiler policies.
Show description for ef3b3c6
braxtonmckee
committed
ef3b3c6
View commit details
Copy full SHA for ef3b3c6
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Alternative matching and construction in native code.
Show description for bd40f7c
braxtonmckee
committed
bd40f7c
View commit details
Copy full SHA for bd40f7c
View code at this point
Browse repository at this point
Make sure that ListOf(T)(x) produces a copy.
Show description for cec3bed
braxtonmckee
committed
cec3bed
View commit details
Copy full SHA for cec3bed
View code at this point
Browse repository at this point
Remove some redundant list-unsafe functions.
Show description for a4544ed
braxtonmckee
committed
a4544ed
View commit details
Copy full SHA for a4544ed
View code at this point
Browse repository at this point
Build a shared object, not llvm bitcode, when compiling a whole codebase.
Show description for 4d75367
braxtonmckee
committed
4d75367
View commit details
Copy full SHA for 4d75367
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
Add a mechanism to let us compile an entire codebase to llvm bitcode and link it in later.
Show description for 54afc28
braxtonmckee
committed
54afc28
View commit details
Copy full SHA for 54afc28
View code at this point
Browse repository at this point
Create a 'TypeFunction' abstraction. Analagous to templates in C++.
Show description for 92f6b44
braxtonmckee
committed
92f6b44
View commit details
Copy full SHA for 92f6b44
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Add 'PointerTo'
Show description for 4980b4a
braxtonmckee
committed
4980b4a
View commit details
Copy full SHA for 4980b4a
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Implement setitem, and some list 'unsafe' operators for performance.
braxtonmckee
committed
efd35e0
View commit details
Copy full SHA for efd35e0
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Implement compilation of ListOf.
braxtonmckee
committed
fd5aaa9
View commit details
Copy full SHA for fd5aaa9
View code at this point
Browse repository at this point
Implement ListOf.
Show description for 5749db9
braxtonmckee
committed
5749db9
View commit details
Copy full SHA for 5749db9
View code at this point
Browse repository at this point
Add 'in' operator for dicts.
braxtonmckee
committed
457bf9d
View commit details
Copy full SHA for 457bf9d
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
ConstDict compilation and getitem works.
braxtonmckee
committed
f6da3f9
View commit details
Copy full SHA for f6da3f9
View code at this point
Browse repository at this point
Core compilation routines for Alternative, NamedTuple, Tuple.
braxtonmckee
committed
97d82c4
View commit details
Copy full SHA for 97d82c4
View code at this point
Browse repository at this point
Add a 'bytes' wrapper to the compiler.
braxtonmckee
committed
923452b
View commit details
Copy full SHA for 923452b
View code at this point
Browse repository at this point
Implement strings with concatenation and single-character slicing.
braxtonmckee
committed
863afaa
View commit details
Copy full SHA for 863afaa
View code at this point
Browse repository at this point
Implement Class __init__ functions, default values, constructors.
Show description for e5723e2
braxtonmckee
committed
e5723e2
View commit details
Copy full SHA for e5723e2
View code at this point
Browse repository at this point
Improve how we generate subfunctions like destructors or tuple append functions.
braxtonmckee
committed
78ba8c9
View commit details
Copy full SHA for 78ba8c9
View code at this point
Browse repository at this point
Ensure we can pass empty values around correctly (like None) in the compiler.
braxtonmckee
committed
68719bd
View commit details
Copy full SHA for 68719bd
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Replace "exception:" with "exception Exception:"
atzannes
authored and
braxtonmckee
committed
5993668
View commit details
Copy full SHA for 5993668
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
We can compile class methods, and call them in compiled code.
braxtonmckee
committed
c5c97d5
View commit details
Copy full SHA for c5c97d5
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Ensure that compiling mutually recursive functions with type inference works.
braxtonmckee
committed
e8b7450
View commit details
Copy full SHA for e8b7450
View code at this point
Browse repository at this point
Ensure we can actually compile mutually recursive python functions.
braxtonmckee
committed
13cbe55
View commit details
Copy full SHA for 13cbe55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.