Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Towards IA 1.0 #345

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6', '1', 'nightly']
julia-version: ['1.9', '1', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
# # 32-bit Julia binaries are not available on macOS
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TaylorSeriesSAExt = "StaticArrays"

[compat]
Aqua = "0.8"
IntervalArithmetic = "0.15 - 0.20"
IntervalArithmetic = "0.22"
JLD2 = "0.4"
LinearAlgebra = "<0.0.1, 1"
Markdown = "<0.0.1, 1"
Expand All @@ -32,7 +32,7 @@ Requires = "0.5.2, 1"
SparseArrays = "<0.0.1, 1"
StaticArrays = "1"
Test = "<0.0.1, 1"
julia = "1"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
1 change: 1 addition & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ asinh!
acosh!
atanh!
differentiate!
_isthinzero
_internalmutfunc_call
_dict_unary_ops
_dict_binary_calls
Expand Down
Loading
Loading