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 }}
tmplummer
/
astropy
Public
forked from
astropy/astropy
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
astropy
astropy
convolution
tests
on
master
User selector
All users
All time
Commit history
Commits on Aug 22, 2023
followup refactors
Show description for e3c3b2e
3 people
committed
e3c3b2e
View commit details
Copy full SHA for e3c3b2e
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Changing the .ruff config file to stop ignoring ISC001
Show description for 59155f2
Maia-jp
authored and
eerovaher
committed
59155f2
View commit details
Copy full SHA for 59155f2
View code at this point
Browse repository at this point
Commits on May 8, 2023
Return nicer error message if factor is not integer
larrybradley
committed
2a74ce4
View commit details
Copy full SHA for 2a74ce4
View code at this point
Browse repository at this point
Commits on May 2, 2023
Use ValueError instead of base Exception in tests
larrybradley
committed
e77cac0
View commit details
Copy full SHA for e77cac0
View code at this point
Browse repository at this point
Update convolution tests to use KernelArithmeticError
larrybradley
committed
42d751f
View commit details
Copy full SHA for 42d751f
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
Improve error messages
larrybradley
committed
55b8e96
View commit details
Copy full SHA for 55b8e96
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
[refactor] switch to using `match` for error message check.
Show description for e868071
WilliamJamieson
committed
e868071
View commit details
Copy full SHA for e868071
View code at this point
Browse repository at this point
[black] Allow `black` to run on `astropy.convolution`
Show description for 9d4adb8
WilliamJamieson
committed
9d4adb8
View commit details
Copy full SHA for 9d4adb8
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
isort changes for black compatibility
WilliamJamieson
committed
940baa3
View commit details
Copy full SHA for 940baa3
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Directly use `HAS_` in convolution
WilliamJamieson
committed
f3174ac
View commit details
Copy full SHA for f3174ac
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Replace eval with direct python code
WilliamJamieson
committed
7aea605
View commit details
Copy full SHA for 7aea605
View code at this point
Browse repository at this point
Flake8 fixes for astropy.convolution
WilliamJamieson
committed
d908b04
View commit details
Copy full SHA for d908b04
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
isort convolution
Show description for 6f1e575
nstarman
committed
6f1e575
View commit details
Copy full SHA for 6f1e575
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
run pyupgrade
Show description for eebc878
nstarman
committed
eebc878
View commit details
Copy full SHA for eebc878
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
Update kernel tests
larrybradley
committed
c590c7b
View commit details
Copy full SHA for c590c7b
View code at this point
Browse repository at this point
Remove deprecated MexicanHat1DKernel and MexicanHat2DKernel
larrybradley
committed
c395ec1
View commit details
Copy full SHA for c395ec1
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Mark some tests as slow
saimn
committed
752d549
View commit details
Copy full SHA for 752d549
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
generalize `discretize_model` to accept CompoundModel
robelgeda
committed
5cb2a3b
View commit details
Copy full SHA for 5cb2a3b
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
Test changes caused by scipy 1.8.0
Show description for bb5eb9c
pllim
committed
bb5eb9c
View commit details
Copy full SHA for bb5eb9c
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
isort convolve
Show description for 2f6d2f1
nstarman
committed
2f6d2f1
View commit details
Copy full SHA for 2f6d2f1
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Add regression test for convolution ValueError
larrybradley
committed
0fb232b
View commit details
Copy full SHA for 0fb232b
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Added initial dealias support
Show description for 9308acf
WilliamJamieson
committed
9308acf
View commit details
Copy full SHA for 9308acf
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
Fix various typos
Show description for 4027356
luzpaz
and
pllim
committed
4027356
View commit details
Copy full SHA for 4027356
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Add test for array argument checking for kernel subclasses (models).
JasonS09
committed
ef06f85
View commit details
Copy full SHA for ef06f85
View code at this point
Browse repository at this point
Commits on May 26, 2021
Cleanup: Since Astropy is now Python 3.7+ we can remove this
Show description for 9df0f10
embray
committed
9df0f10
View commit details
Copy full SHA for 9df0f10
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Reorganised padding shapes; test dimensions extended
dhomeier
committed
f0debf5
View commit details
Copy full SHA for f0debf5
View code at this point
Browse repository at this point
Add test for fftmult shapes
dhomeier
committed
39fabcb
View commit details
Copy full SHA for 39fabcb
View code at this point
Browse repository at this point
Commits on Apr 7, 2021
matplotlib
Show description for b7af8b2
adrn
committed
b7af8b2
View commit details
Copy full SHA for b7af8b2
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
use f-strings
ikkamens
committed
6f9d3ae
View commit details
Copy full SHA for 6f9d3ae
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Made convolve & convolve_fft return Quantity arrays if user inputs one, closing issue #10811
Show description for 0ef8d24
george-galvin
and
pllim
committed
0ef8d24
View commit details
Copy full SHA for 0ef8d24
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
typo fix flagged in related Issue
lspitler
committed
e8acad3
View commit details
Copy full SHA for e8acad3
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
PEP8
astrofrog
committed
c023bb2
View commit details
Copy full SHA for c023bb2
View code at this point
Browse repository at this point
Fix warnings during convolution tests
astrofrog
committed
62e8923
View commit details
Copy full SHA for 62e8923
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
PEP8
astrofrog
committed
b0eb359
View commit details
Copy full SHA for b0eb359
View code at this point
Browse repository at this point
Added tests for deprecated models and more renaming
astrofrog
committed
e607448
View commit details
Copy full SHA for e607448
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.