Closed alextanski closed 6 years ago
We want to rename some methods accordingly (with Depr. warnings):
Batch.add_x()
-> add_downbreak()
Batch.add_y()
-> add_crosssbreak()
The new method that is adding non-table variables will be called add_variables()
.
done and merged.
We want to be able to add a set of variables to a Batch that are not used in any table-oriented way.
Batch.add_variables()
for example.