freelawproject / eyecite

Find legal citations in any block of text
https://freelawproject.github.io/eyecite/
BSD 2-Clause "Simplified" License
118 stars 29 forks source link

Implement NonopinionCitation deprecation plan (#110) #156

Closed mattdahl closed 1 year ago

mattdahl commented 1 year ago

In #110, eighteen months ago, we renamed NonopinionCitation to UnknownCitation and implemented a deprecation warning signaling that support for the old object would end in version 2.5.0. We're now on 2.5.2, so I think it is safe to remove this old code.

mlissner commented 1 year ago

Code looks good, but do you want to add a note to CHANGES.md?

mattdahl commented 1 year ago

Good thinking; so updated.

mlissner commented 1 year ago

Some CI's are broken, but merging anyway so we can get this in. Thank you.