Skip to content

Commit e580452

Browse files
Merge pull request #64 from ChrisRackauckas-Claude/constprop-refutation
[WIP – ignore until reviewed by @ChrisRackauckas] Release v1.0.0: constant refutation replaces is_leaf_sig
2 parents 16668e2 + e615fb8 commit e580452

6 files changed

Lines changed: 548 additions & 91 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FunctionProperties"
22
uuid = "f62d2435-5019-4c03-9749-2d4c77af0cbc"
3-
version = "0.1.7"
3+
version = "1.0.0"
44
authors = ["SciML"]
55

66
[deps]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FunctionProperties = "f62d2435-5019-4c03-9749-2d4c77af0cbc"
44

55
[compat]
66
Documenter = "1"
7-
FunctionProperties = "0.1.2"
7+
FunctionProperties = "1"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ makedocs(
2828
)
2929

3030
deploydocs(
31-
repo = "github.com/SciML/MultiScaleArrays.jl.git";
31+
repo = "github.com/SciML/FunctionProperties.jl.git";
3232
push_preview = true
3333
)

0 commit comments

Comments
 (0)