Releases: vb64/pipeline.csv
Releases · vb64/pipeline.csv
Version 1.21
-
Breaking change: attribute
Tube.diamwas removed. Usepipe.diameterinstead. -
Calling the
Fileconstructor with thediameterargument adds a diameter change row at distance 0.
- Fix wrong pipe diameter at several repeated
get_tubesmethod calls in some cases.
- Property
pipe_radiusfor row and argumentradiusforRow.as_weldmethod.
Version 1.20
-
Defect.depth_percent and Defect.depth_mm properties returns values for all defects with defined depth. Previously it was only for metal loss and dents.
-
Fix counting statistic grades for Depth class.
Version 1.19
- Statistics for CSV file.
- Warning for dents with zero depth.
Version 1.18
No warn "Object before first weld" for next objects:
- pipeline category
- diameter change
- wallthickness change
Version 1.17
- All defects have depth (only metal losses had this).
Version 1.16.3
- Fixed error on reversing object with custom data set.
Version 1.16.2
- Fixed possible KeyError in
summary_textfunction.
Version 1.16.1
- Convert
Noneto empty string on settingRow.obj_idproperty.
Version 1.16
Class Row methods was renamed:
- mloss_dict -> mloss_codes
- dents_dict -> dents_codes
- atweld_dict -> atweld_codes
- atseam_dict -> atseam_codes
- valve_dict -> valve_codes
Properties Defect.depth_percent and Defect.depth_mm returns values depend from Defect.is_metal_loss, Defect.is_dent and Row.depth_units.
Version 1.15
- Method csvfile.last_weld renamed to csvfile.last_pipe and returns pseudo pipe without length, that starting from last weld.