DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

DataFrame has an undeclared dependency on DataFrame-Math

Open jecisc opened this issue 2 years ago • 1 comments

DataFrame has a dependency on DataFrame-Math but this is not declared in the baseline.

We could declare it in the baseline but I think it is better to just merge the two packages because DataFrame-Math contains only 2 classes with 1 method each and do not bring any new dependency.

jecisc avatar Mar 15 '23 16:03 jecisc

@jecisc Math is just a tag of the DataFrame package. It has two tags: Core and Math Do we need to add dependencies for tags?

If yes, I suggest that we merge them

olekscode avatar Apr 23 '24 09:04 olekscode