LarrySnyder / stockpyl

Python inventory optimization and simulation tools.
GNU General Public License v3.0
87 stars 19 forks source link

Get rid of `_indices` versions of `node.rm` functions and make it an option #145

Closed LarrySnyder closed 3 weeks ago

LarrySnyder commented 4 weeks ago

For example, instead of raw_material_suppliers_by_product() and raw_material_supplier_indices_by_product(), just have raw_material_suppliers_by_product() and add a parameter return_objects=True.