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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ironArray
/
iron-array-python
Public
forked from
inaos/iron-array-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
iron-array-python
iarray
tests
test_udf.py
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2022
Reformat files
martaiborra
committed
f1d4f07
View commit details
Copy full SHA for f1d4f07
View code at this point
Browse repository at this point
Follow array standard in constructors
martaiborra
committed
5a4f576
View commit details
Copy full SHA for 5a4f576
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Register scalar UDFs only
FrancescAlted
committed
385b4b3
View commit details
Copy full SHA for 385b4b3
View code at this point
Browse repository at this point
Commits on May 30, 2022
Add pre-commit changes
martaiborra
committed
3796bfa
View commit details
Copy full SHA for 3796bfa
View code at this point
Browse repository at this point
Commits on May 26, 2022
Support for calling scalar UDFs from lazy expressions (#172)
Show description for 58b7134
3 people
authored
58b7134
View commit details
Copy full SHA for 58b7134
View code at this point
Browse repository at this point
Commits on May 24, 2022
UDF support passing integers to math functions
jdavid
authored and
FrancescAlted
committed
b944e5d
View commit details
Copy full SHA for b944e5d
View code at this point
Browse repository at this point
UDF Support the power operator
Show description for cc55d77
jdavid
authored and
FrancescAlted
committed
cc55d77
View commit details
Copy full SHA for cc55d77
View code at this point
Browse repository at this point
Commits on May 23, 2022
UDF: Fix unary operator USub (-) with floats
Show description for 90b3848
jdavid
authored and
FrancescAlted
committed
90b3848
View commit details
Copy full SHA for 90b3848
View code at this point
Browse repository at this point
Commits on May 18, 2022
UDF Refactor tests a little bit
jdavid
authored and
FrancescAlted
committed
efa58d9
View commit details
Copy full SHA for efa58d9
View code at this point
Browse repository at this point
UDF Test fabs and copysign
jdavid
authored and
FrancescAlted
committed
c243283
View commit details
Copy full SHA for c243283
View code at this point
Browse repository at this point
Commits on May 11, 2022
UDF rename verbose to debug
Show description for 6a1f198
jdavid
authored and
FrancescAlted
committed
6a1f198
View commit details
Copy full SHA for 6a1f198
View code at this point
Browse repository at this point
Commits on May 9, 2022
rename npdtype to out_dtype in tests
martaiborra
committed
81cff7d
View commit details
Copy full SHA for 81cff7d
View code at this point
Browse repository at this point
Support different numpy dtypes
martaiborra
committed
dd7f0fc
View commit details
Copy full SHA for dd7f0fc
View code at this point
Browse repository at this point
Commits on May 6, 2022
Fix coercion when left op is int and right op is float
jdavid
authored and
FrancescAlted
committed
e3e9bf1
View commit details
Copy full SHA for e3e9bf1
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
Simplify test code
FrancescAlted
committed
6488b3f
View commit details
Copy full SHA for 6488b3f
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
Support for scalars in string expressions
FrancescAlted
committed
4b2d4a6
View commit details
Copy full SHA for 4b2d4a6
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
UDF: Add unit test for integer arrays (#151)
Show description for dcc1fd0
jdavid
authored
dcc1fd0
View commit details
Copy full SHA for dcc1fd0
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
shorten tests
martaiborra
committed
8e0504e
View commit details
Copy full SHA for 8e0504e
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Zero unset elems in an UDF.
martaiborra
committed
ce8d6f5
View commit details
Copy full SHA for ce8d6f5
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
UDF: Fix using constant index in array
Show description for 2be507d
jdavid
authored and
FrancescAlted
committed
2be507d
View commit details
Copy full SHA for 2be507d
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
UDF: Add support for user parameters (scalars) (#139)
Show description for 57c5331
jdavid
authored
57c5331
View commit details
Copy full SHA for 57c5331
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
Remove store from Python API. Addresses #481. (#131)
Show description for e347642
martaiborra
authored
e347642
View commit details
Copy full SHA for e347642
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
Remove plainbuffer usage
aleixalcacer
authored and
FrancescAlted
committed
2c00659
View commit details
Copy full SHA for 2c00659
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Some API improvements (#93)
Show description for 0571419
aleixalcacer
authored
0571419
View commit details
Copy full SHA for 0571419
View code at this point
Browse repository at this point
Commits on Apr 15, 2021
Test for UDFJIT variable
FrancescAlted
committed
522d2fa
View commit details
Copy full SHA for 522d2fa
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
Make possible to test with a separate pure python function
FrancescAlted
committed
5e6a459
View commit details
Copy full SHA for 5e6a459
View code at this point
Browse repository at this point
Commits on Mar 31, 2021
expr_from_udf: inputs now optional
Show description for c17c120
jdavid
committed
c17c120
View commit details
Copy full SHA for c17c120
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
UDF: add more math functions
Show description for 32ce1c2
jdavid
committed
32ce1c2
View commit details
Copy full SHA for 32ce1c2
View code at this point
Browse repository at this point
UDF: Convert literals in array assignments
jdavid
committed
378778f
View commit details
Copy full SHA for 378778f
View code at this point
Browse repository at this point
UDF: Support math functions for f32
Show description for 2f93850
jdavid
committed
2f93850
View commit details
Copy full SHA for 2f93850
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
WIP
aleixalcacer
committed
cb840b5
View commit details
Copy full SHA for cb840b5
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
Derive dtshape from operands in exprs. Fixes #63.
FrancescAlted
committed
dddf8d5
View commit details
Copy full SHA for dddf8d5
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
ConfigParams -> Config and other renamings and improvements
FrancescAlted
committed
38331c6
View commit details
Copy full SHA for 38331c6
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
New way to create exprs from strings and udfs
FrancescAlted
committed
1ab28b3
View commit details
Copy full SHA for 1ab28b3
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
More flexible ia.create_expr() and more code modernization
FrancescAlted
committed
45547f8
View commit details
Copy full SHA for 45547f8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.