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

deprecate the "target an aggregate with its key" feature #994

Closed gdementen closed 1 year ago

gdementen commented 2 years ago

Reference: https://github.com/larray-project/larray/pull/983#discussion_r726827838

Since I am unsure whether it is used by users, we need to deprecate it first.

Priority high, so that we can remove it and all the cruft that goes with it.

gdementen commented 2 years ago

also, it is even harmful in some cases (in the demo model there are a few occurrences where users need to use:

group >> None to work around this unwanted feature