larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

remove x variable #1018

Closed gdementen closed 1 year ago

gdementen commented 1 year ago

It has been deprecated for long enough and gives awfully annoying warning on each command when doing "from larray import *" in PyCharm's console.

gdementen commented 1 year ago

I opted to make it raise Exceptions instead of removing it directly, as it fixes the complaint that it caused warnings for each command in PyCharm console and will provide a nicer upgrade path for the remaining users if there are still any (we deprecated this 5 years ago)