Skip to content

Commit

Permalink
fix!: remove deprecations for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 2, 2024
1 parent bc0131d commit ad5ac84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LuxLib"
uuid = "82251201-b29d-42c6-8e01-566dec8acb11"
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
version = "0.3.39"
version = "1.0.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
2 changes: 0 additions & 2 deletions src/LuxLib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ include("impl/forward_diff.jl")
include("impl/matmul.jl")
include("impl/normalization.jl")

include("deprecations.jl")

export batchnorm, groupnorm, instancenorm, layernorm, alpha_dropout, dropout
export fused_dense_bias_activation, fused_conv_bias_activation
export fast_activation, fast_activation!!
Expand Down
39 changes: 0 additions & 39 deletions src/deprecations.jl

This file was deleted.

0 comments on commit ad5ac84

Please sign in to comment.