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

WIP: Towards #12251 part 3, deprecate full and remove related exports and docs #17082

Closed
wants to merge 1 commit into from

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Jun 24, 2016

Last step towards #12251 (for a description of the overall objective and plan, see #17066 (comment)). This pull request deprecates all full methods and removes related exports and docs. Thanks and best!

@andreasnoack andreasnoack added the domain:linear algebra Linear algebra label Jul 10, 2016
@Sacha0 Sacha0 changed the title Towards #12251 part 3, deprecate full and remove related exports and docs WIP: Towards #12251 part 3, deprecate full and remove related exports and docs Jul 21, 2016
@Sacha0
Copy link
Member Author

Sacha0 commented Jul 21, 2016

Rebased with #17066 and #17079 merged, but added the WIP tag as this pull request needs revision and expansion: Addressing #17066 (comment) and #17066 (comment) / #17066 (comment) alongside deprecation of full seems advantageous (such that the deprecations can point to replacement functionality). @andreasnoack, what is your current thinking on those fronts? Thanks and best!

@@ -622,8 +622,6 @@ convert{T,S,N}(::Type{AbstractArray{T }}, A::AbstractArray{S,N}) = convert(Abst

convert{T,N}(::Type{Array}, A::AbstractArray{T,N}) = convert(Array{T,N}, A)

full(x::AbstractArray) = x
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@Sacha0
Copy link
Member Author

Sacha0 commented Jun 29, 2017

With #12153 on the 1.0 milestone, perhaps this PR should receive a 1.0 tag as well?

@tkelman tkelman added the kind:deprecation This change introduces or involves a deprecation label Jun 29, 2017
@tkelman tkelman added this to the 1.0 milestone Jun 29, 2017
@JeffBezanson
Copy link
Sponsor Member

Closing as out-of-date.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:linear algebra Linear algebra kind:deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants