You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,6 @@ Currently, the `@compat` macro supports the following syntaxes:
133
133
134
134
* The `isabstract`, `parameter_upper_bound`, `typename` reflection methods were added in Julia 0.6. This package re-exports these from the `Compat.TypeUtils` submodule. On earlier versions of julia, that module contains the same functions, but operating on the pre-0.6 type system representation.
135
135
136
-
*`zeros` and `ones` support an interface the same as `similar` ([#19635])
137
-
138
136
*`convert` can convert between different `Set` types on 0.5 and below. ([#18727])
139
137
140
138
*`isassigned(::RefValue)` is supported on 0.5 and below. ([#18082])
@@ -470,7 +468,6 @@ includes this fix. Find the minimum version from there.
0 commit comments