Ecosyste.ms: Timeline

Browse the timeline of over 8.1 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

DurhamDecLab/ARBInterp

feinanchen617 starred DurhamDecLab/ARBInterp
bbw7561135 starred DurhamDecLab/ARBInterp
octwanna starred DurhamDecLab/ARBInterp
DurhamDecLab created a tag on DurhamDecLab/ARBInterp

v1.6 - Tricubic and quadcubic spline interpolation for 3D and 4D vector and scalar fields

DurhamDecLab published a release on DurhamDecLab/ARBInterp
Minor fix
Minor update to remove deprecated NumPy "inner1d" method. This is only really used on Python 3 now - it *should* still work on Python 2 but no further testing planned.
DurhamDecLab pushed 1 commit to master DurhamDecLab/ARBInterp
  • Add files via upload Minor update to remove deprecated Numpy method. 28ecfd9

View on GitHub

DurhamDecLab pushed 1 commit to master DurhamDecLab/ARBInterp

View on GitHub

DurhamDecLab pushed 1 commit to master DurhamDecLab/ARBInterp

View on GitHub

DurhamDecLab commented on a commit on DurhamDecLab/ARBInterp
Minor change to remove deprecated Numpy method.

View on GitHub

DurhamDecLab commented on a commit on DurhamDecLab/ARBInterp
[ARBInterp-1.6.zip](https://github.com/DurhamDecLab/ARBInterp/files/5322396/ARBInterp-1.6.zip)

View on GitHub

DurhamDecLab closed an issue on DurhamDecLab/ARBInterp
Wrong interpolated value when initialising with grid of ones
I'm trying out the tricubic interpolator, but I have trouble getting it to work. I have constructed the following example: ``` import numpy as np import ARBTools from ARBTools.ARBInterp imp...
DurhamDecLab created a comment on an issue on DurhamDecLab/ARBInterp
Hi, I'm extremely sorry that I did not respond to this issue, I didn't get a notification about it - I've only seen it now because I logged in to upload a slightly updated file. I'm glad you were...

View on GitHub

jnlucero96 starred DurhamDecLab/ARBInterp
nordam created a comment on an issue on DurhamDecLab/ARBInterp
Since yesterday, I have been reminded that 3 points isn't enough to create a cubic spline, so of course each dimension has to have at least 4 points. With this change, it works as expected. I suppo...

View on GitHub

nordam opened an issue on DurhamDecLab/ARBInterp
Wrong interpolated value when initialising with grid of ones
I'm trying out the tricubic interpolator, but I have trouble getting it to work. I have constructed the following example: ``` import numpy as np import ARBTools from ARBTools.ARBInterp imp...
RHJAX3 starred DurhamDecLab/ARBInterp
Gaussberg starred DurhamDecLab/ARBInterp
lepy forked DurhamDecLab/ARBInterp

lepy/ARBInterp