compas_fab icon indicating copy to clipboard operation
compas_fab copied to clipboard

Remove Legacy

Open yck011522 opened this issue 1 year ago • 2 comments

I think it is time to remove the following 4 functions in favor of compas.Data. Especially for the compas_fab 1.0 release.

  • write_data_to_json
  • read_data_from_json
  • write_data_to_pickle
  • read_data_from_pickle

https://github.com/compas-dev/compas_fab/blob/main/src/compas_fab/utilities/file_io.py#L44-L111

Does anyone have reservations?

yck011522 avatar May 10 '24 15:05 yck011522