Skip to content

Releases: vb64/pipeline.csv

Version 1.21

08 Feb 12:37
b3f10d9

Choose a tag to compare

  • Breaking change: attribute Tube.diam was removed. Use pipe.diameter instead.

  • Calling the File constructor with the diameter argument adds a diameter change row at distance 0.

  • Fix wrong pipe diameter at several repeated get_tubes method calls in some cases.
  • Property pipe_radius for row and argument radius for Row.as_weld method.

Version 1.20

13 Oct 11:57
6eeffd3

Choose a tag to compare

  • 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

06 Oct 07:24
a3c397a

Choose a tag to compare

  • Statistics for CSV file.
  • Warning for dents with zero depth.

Version 1.18

22 Sep 11:59

Choose a tag to compare

No warn "Object before first weld" for next objects:

  • pipeline category
  • diameter change
  • wallthickness change

Version 1.17

26 Aug 10:20
9820c2c

Choose a tag to compare

  • All defects have depth (only metal losses had this).

Version 1.16.3

13 Mar 10:51
ce1365c

Choose a tag to compare

  • Fixed error on reversing object with custom data set.

Version 1.16.2

12 Mar 13:08
d032e6d

Choose a tag to compare

  • Fixed possible KeyError in summary_text function.

Version 1.16.1

05 Mar 09:26
8b128ec

Choose a tag to compare

  • Convert None to empty string on setting Row.obj_id property.

Version 1.16

21 Feb 11:42
8a3c23a

Choose a tag to compare

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

14 Feb 08:04
eca0392

Choose a tag to compare

  • Method csvfile.last_weld renamed to csvfile.last_pipe and returns pseudo pipe without length, that starting from last weld.