Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gerlero/PCHIPInterpolation.jl issues and pull requests

#72 - add extrapolation support

Pull Request - State: closed - Opened by jer-j 3 months ago - 6 comments

#71 - Bump julia-actions/julia-format from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies

#70 - Bump julia-actions/cache from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies

#69 - Bump julia-actions/setup-julia from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies

#68 - Bump codecov/codecov-action from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies

#64 - Replace DomainErrors with NaNs on out-of-domain evaluations

Pull Request - State: closed - Opened by gerlero 10 months ago - 1 comment

#63 - Revert #12

Pull Request - State: closed - Opened by gerlero 10 months ago - 1 comment

#62 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies

#61 - Add .devcontainer.json

Pull Request - State: closed - Opened by gerlero about 1 year ago - 1 comment

#60 - Update CI configuration

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#59 - Update TagBot.yml

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#58 - Bump codecov/codecov-action from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#57 - Bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#56 - Require Julia 1.6 or newer

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#55 - Configure Dependabot version updates

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#54 - Update array dimension checks on construction

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#53 - Add continuity tests

Pull Request - State: closed - Opened by gerlero over 1 year ago

#52 - Update README.md

Pull Request - State: closed - Opened by gerlero over 1 year ago

#51 - Replace OffsetArray with OffsetVector

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#50 - Add AbstractVector type constraint to internal interval search functions

Pull Request - State: closed - Opened by gerlero over 1 year ago

#49 - Remove potentially problematic test

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#48 - Test with OffsetArrays

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#47 - Make PCHIP ds functions more generic

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#46 - Update searchsortedlast NaN workaround

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#45 - Update interval search tests

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#44 - Document generic cubic Hermite spline constructor

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#43 - Reorganize tests

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#42 - Test integrate results with QuadGK

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#41 - Make plot recipe a package extension

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#40 - Drop dependency on ArgCheck

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#39 - Update monotonicity tests

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#38 - Safer interval searches

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#37 - Update piecewise monotonicity tests

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#36 - Use propagate_inbounds for internal interval bounds checking

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#35 - Update README.md

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#34 - Propagate NaNs

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#33 - Fixed bug in definition of wl and wr terms #31

Pull Request - State: closed - Opened by ScottLemon over 1 year ago - 2 comments

#32 - Restore argument types in integrate function

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#31 - Bug in definition of wl and wr terms

Issue - State: closed - Opened by ScottLemon over 1 year ago - 4 comments
Labels: bug

#30 - Fix type stability checks

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#29 - Refactor code

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#28 - Factor out checks for strictly increasing sequences

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#27 - Update interval search implementation

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#26 - Test interval search with searchsortedlast

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#25 - Mark @inbounds xs accesses

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#24 - Update search dispatch heuristics

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#23 - Refactor search functions

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#22 - Improve support for ranges

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#21 - Update search dispatch heuristic

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#20 - Prepend underscore to internal symbols

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#19 - Use faster array indexing for evaluation

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#18 - Update README.md

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#17 - Add private support for non-PCHIP cubic Hermite interpolation

Pull Request - State: closed - Opened by gerlero over 1 year ago - 1 comment

#16 - Update package files

Pull Request - State: closed - Opened by gerlero almost 2 years ago - 1 comment

#15 - Test for type stability

Pull Request - State: closed - Opened by gerlero over 2 years ago - 1 comment

#14 - Test automatic differentiation with ForwardDiff

Pull Request - State: closed - Opened by gerlero over 2 years ago - 1 comment

#13 - Add plot recipe

Pull Request - State: closed - Opened by gerlero over 2 years ago - 1 comment

#12 - Make defensive copies of Interpolator input vectors

Pull Request - State: closed - Opened by gerlero over 2 years ago - 1 comment

#10 - TagBot trigger issue

Issue - State: closed - Opened by JuliaTagBot over 2 years ago - 13 comments

#9 - Fix possible BoundsError when evaluating at rightmost point

Pull Request - State: closed - Opened by gerlero over 2 years ago - 1 comment

#8 - BoundsError sometimes when evaluating at rightmost point

Issue - State: closed - Opened by gerlero over 2 years ago

#7 - Update CI configuration

Pull Request - State: closed - Opened by gerlero almost 3 years ago - 1 comment

#6 - Update CITATION.cff

Pull Request - State: closed - Opened by gerlero almost 3 years ago - 1 comment

#5 - Add CITATION.cff file

Pull Request - State: closed - Opened by gerlero almost 3 years ago - 1 comment

#4 - Add installation section to README.md

Pull Request - State: closed - Opened by gerlero almost 3 years ago - 1 comment

#3 - Update code snippet in README.md

Pull Request - State: closed - Opened by gerlero about 3 years ago - 1 comment

#2 - Broken code sample in README.md

Issue - State: closed - Opened by gerlero about 3 years ago

#1 - Fix link[s]

Pull Request - State: closed - Opened by PallHaraldsson about 3 years ago - 4 comments