FourCIPP 1.42.0__tar.gz → 1.44.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {fourcipp-1.42.0/src/FourCIPP.egg-info → fourcipp-1.44.0}/PKG-INFO +1 -1
  2. {fourcipp-1.42.0 → fourcipp-1.44.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/config/4C_metadata.yaml +111 -10
  4. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/config/4C_schema.json +224 -22
  5. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.42.0 → fourcipp-1.44.0}/.coveragerc +0 -0
  7. {fourcipp-1.42.0 → fourcipp-1.44.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.42.0 → fourcipp-1.44.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.42.0 → fourcipp-1.44.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.42.0 → fourcipp-1.44.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.42.0 → fourcipp-1.44.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.42.0 → fourcipp-1.44.0}/.gitignore +0 -0
  13. {fourcipp-1.42.0 → fourcipp-1.44.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.42.0 → fourcipp-1.44.0}/LICENSE +0 -0
  15. {fourcipp-1.42.0 → fourcipp-1.44.0}/README.md +0 -0
  16. {fourcipp-1.42.0 → fourcipp-1.44.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.42.0 → fourcipp-1.44.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.42.0 → fourcipp-1.44.0}/pyproject.toml +0 -0
  19. {fourcipp-1.42.0 → fourcipp-1.44.0}/requirements.in +0 -0
  20. {fourcipp-1.42.0 → fourcipp-1.44.0}/requirements.txt +0 -0
  21. {fourcipp-1.42.0 → fourcipp-1.44.0}/setup.cfg +0 -0
  22. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.42.0 → fourcipp-1.44.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.42.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.42.0
3
+ Version: 1.44.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.42.0
3
+ Version: 1.44.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: 06d4d904c17421c86b75ff8b31abf86ea88d6f45
2
+ commit_hash: e24441297bcd6d7be0061f44362ee6fafae04423
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -12523,6 +12523,82 @@ sections:
12523
12523
  type: int
12524
12524
  description: "curve"
12525
12525
  required: true
12526
+ - name: DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS
12527
+ type: list
12528
+ description: Robin Spring Dashpot
12529
+ required: false
12530
+ spec:
12531
+ type: all_of
12532
+ specs:
12533
+ - name: E
12534
+ type: int
12535
+ description: "ID of the condition. This ID refers to the respective topological entity of the condition."
12536
+ required: true
12537
+ - name: ENTITY_TYPE
12538
+ type: enum
12539
+ description: "The type of entity that E refers to."
12540
+ required: false
12541
+ default: legacy_id
12542
+ choices:
12543
+ - name: legacy_id
12544
+ - name: node_set_id
12545
+ - name: element_block_id
12546
+ - name: NUMDOF
12547
+ type: int
12548
+ required: true
12549
+ - name: ONOFF
12550
+ type: vector
12551
+ value_type:
12552
+ type: int
12553
+ required: true
12554
+ - name: STIFF
12555
+ type: vector
12556
+ value_type:
12557
+ type: double
12558
+ required: true
12559
+ - name: TIMEFUNCTSTIFF
12560
+ type: vector
12561
+ value_type:
12562
+ type: int
12563
+ required: true
12564
+ - name: VISCO
12565
+ type: vector
12566
+ value_type:
12567
+ type: double
12568
+ required: true
12569
+ - name: TIMEFUNCTVISCO
12570
+ type: vector
12571
+ value_type:
12572
+ type: int
12573
+ required: true
12574
+ - name: DISPLOFFSET
12575
+ type: vector
12576
+ value_type:
12577
+ type: double
12578
+ required: true
12579
+ - name: TIMEFUNCTDISPLOFFSET
12580
+ type: vector
12581
+ value_type:
12582
+ type: int
12583
+ required: true
12584
+ - name: FUNCTNONLINSTIFF
12585
+ type: vector
12586
+ value_type:
12587
+ type: int
12588
+ required: true
12589
+ - name: DIRECTION
12590
+ type: enum
12591
+ description: "Direction of the spring-dashpot boundary conditions"
12592
+ required: true
12593
+ choices:
12594
+ - name: xyz
12595
+ - name: refsurfnormal
12596
+ - name: cursurfnormal
12597
+ - name: COUPLING
12598
+ noneable: true
12599
+ type: int
12600
+ required: false
12601
+ default: null
12526
12602
  - name: DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS
12527
12603
  type: list
12528
12604
  description: LineSlipSupp
@@ -29037,7 +29113,7 @@ sections:
29037
29113
  - name: MAT
29038
29114
  type: int
29039
29115
  required: true
29040
- - name: MIX_Prestress_Strategy_Constant
29116
+ - name: MIX_Prestress_Strategy_Prescribed
29041
29117
  type: group
29042
29118
  description: Simple predefined prestress
29043
29119
  required: true
@@ -29045,15 +29121,40 @@ sections:
29045
29121
  - type: all_of
29046
29122
  specs:
29047
29123
  - name: PRESTRETCH
29048
- type: vector
29049
- size: 3
29050
- value_type:
29051
- type: vector
29052
- size: 3
29053
- value_type:
29054
- type: double
29055
- description: "Definition of the (symmetric) prestretch tensor"
29124
+ type: selection
29125
+ description: "Field of a symmetric prestretch tensor."
29056
29126
  required: true
29127
+ choices:
29128
+ - name: constant
29129
+ spec:
29130
+ name: constant
29131
+ type: vector
29132
+ size: 3
29133
+ value_type:
29134
+ type: vector
29135
+ size: 3
29136
+ value_type:
29137
+ type: double
29138
+ description: "Constant value for the field."
29139
+ required: true
29140
+ - name: from_file
29141
+ spec:
29142
+ name: from_file
29143
+ type: path
29144
+ description: "Path to a file containing the input field data."
29145
+ required: true
29146
+ - name: field_reference
29147
+ spec:
29148
+ name: field_reference
29149
+ type: string
29150
+ description: "Refer to a globally defined field by a name."
29151
+ required: true
29152
+ - name: from_mesh
29153
+ spec:
29154
+ name: from_mesh
29155
+ type: string
29156
+ description: "Refer to a field defined in the input mesh by a name."
29157
+ required: true
29057
29158
  - type: all_of
29058
29159
  specs:
29059
29160
  - name: MAT
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 06d4d904c17421c86b75ff8b31abf86ea88d6f45\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: e24441297bcd6d7be0061f44362ee6fafae04423\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -76211,6 +76211,142 @@
76211
76211
  ]
76212
76212
  }
76213
76213
  },
76214
+ "DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS": {
76215
+ "title": "DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS (list)",
76216
+ "description": "Robin Spring Dashpot",
76217
+ "type": "array",
76218
+ "items": {
76219
+ "type": "object",
76220
+ "properties": {
76221
+ "E": {
76222
+ "title": "E (int)",
76223
+ "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
76224
+ "type": "integer"
76225
+ },
76226
+ "ENTITY_TYPE": {
76227
+ "title": "ENTITY_TYPE (enum)",
76228
+ "description": "The type of entity that E refers to.",
76229
+ "default": "legacy_id",
76230
+ "type": "string",
76231
+ "enum": [
76232
+ "legacy_id",
76233
+ "node_set_id",
76234
+ "element_block_id"
76235
+ ]
76236
+ },
76237
+ "NUMDOF": {
76238
+ "title": "NUMDOF (int)",
76239
+ "description": "No description yet.",
76240
+ "type": "integer"
76241
+ },
76242
+ "ONOFF": {
76243
+ "title": "ONOFF (vector)",
76244
+ "description": "No description yet.",
76245
+ "type": "array",
76246
+ "items": {
76247
+ "title": "int",
76248
+ "type": "integer"
76249
+ }
76250
+ },
76251
+ "STIFF": {
76252
+ "title": "STIFF (vector)",
76253
+ "description": "No description yet.",
76254
+ "type": "array",
76255
+ "items": {
76256
+ "title": "double",
76257
+ "type": "number"
76258
+ }
76259
+ },
76260
+ "TIMEFUNCTSTIFF": {
76261
+ "title": "TIMEFUNCTSTIFF (vector)",
76262
+ "description": "No description yet.",
76263
+ "type": "array",
76264
+ "items": {
76265
+ "title": "int",
76266
+ "type": "integer"
76267
+ }
76268
+ },
76269
+ "VISCO": {
76270
+ "title": "VISCO (vector)",
76271
+ "description": "No description yet.",
76272
+ "type": "array",
76273
+ "items": {
76274
+ "title": "double",
76275
+ "type": "number"
76276
+ }
76277
+ },
76278
+ "TIMEFUNCTVISCO": {
76279
+ "title": "TIMEFUNCTVISCO (vector)",
76280
+ "description": "No description yet.",
76281
+ "type": "array",
76282
+ "items": {
76283
+ "title": "int",
76284
+ "type": "integer"
76285
+ }
76286
+ },
76287
+ "DISPLOFFSET": {
76288
+ "title": "DISPLOFFSET (vector)",
76289
+ "description": "No description yet.",
76290
+ "type": "array",
76291
+ "items": {
76292
+ "title": "double",
76293
+ "type": "number"
76294
+ }
76295
+ },
76296
+ "TIMEFUNCTDISPLOFFSET": {
76297
+ "title": "TIMEFUNCTDISPLOFFSET (vector)",
76298
+ "description": "No description yet.",
76299
+ "type": "array",
76300
+ "items": {
76301
+ "title": "int",
76302
+ "type": "integer"
76303
+ }
76304
+ },
76305
+ "FUNCTNONLINSTIFF": {
76306
+ "title": "FUNCTNONLINSTIFF (vector)",
76307
+ "description": "No description yet.",
76308
+ "type": "array",
76309
+ "items": {
76310
+ "title": "int",
76311
+ "type": "integer"
76312
+ }
76313
+ },
76314
+ "DIRECTION": {
76315
+ "title": "DIRECTION (enum)",
76316
+ "description": "Direction of the spring-dashpot boundary conditions",
76317
+ "type": "string",
76318
+ "enum": [
76319
+ "xyz",
76320
+ "refsurfnormal",
76321
+ "cursurfnormal"
76322
+ ]
76323
+ },
76324
+ "COUPLING": {
76325
+ "title": "COUPLING (int)",
76326
+ "description": "No description yet.",
76327
+ "default": null,
76328
+ "type": [
76329
+ "integer",
76330
+ "null"
76331
+ ]
76332
+ }
76333
+ },
76334
+ "additionalProperties": false,
76335
+ "required": [
76336
+ "E",
76337
+ "NUMDOF",
76338
+ "ONOFF",
76339
+ "STIFF",
76340
+ "TIMEFUNCTSTIFF",
76341
+ "VISCO",
76342
+ "TIMEFUNCTVISCO",
76343
+ "DISPLOFFSET",
76344
+ "TIMEFUNCTDISPLOFFSET",
76345
+ "FUNCTNONLINSTIFF",
76346
+ "DIRECTION"
76347
+ ]
76348
+ }
76349
+ },
76214
76350
  "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS": {
76215
76351
  "title": "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS (list)",
76216
76352
  "description": "LineSlipSupp",
@@ -168749,8 +168885,8 @@
168749
168885
  ]
168750
168886
  },
168751
168887
  {
168752
- "title": "MIX_Prestress_Strategy_Constant, MAT",
168753
- "description": "MIX_Prestress_Strategy_Constant, MAT",
168888
+ "title": "MIX_Prestress_Strategy_Prescribed, MAT",
168889
+ "description": "MIX_Prestress_Strategy_Prescribed, MAT",
168754
168890
  "type": "object",
168755
168891
  "properties": {
168756
168892
  "MAT": {
@@ -168758,28 +168894,94 @@
168758
168894
  "description": "No description yet.",
168759
168895
  "type": "integer"
168760
168896
  },
168761
- "MIX_Prestress_Strategy_Constant": {
168762
- "title": "MIX_Prestress_Strategy_Constant (group)",
168897
+ "MIX_Prestress_Strategy_Prescribed": {
168898
+ "title": "MIX_Prestress_Strategy_Prescribed (group)",
168763
168899
  "description": "Simple predefined prestress",
168764
168900
  "type": "object",
168765
168901
  "properties": {
168766
168902
  "PRESTRETCH": {
168767
- "title": "PRESTRETCH (vector)",
168768
- "description": "Definition of the (symmetric) prestretch tensor",
168769
- "type": "array",
168770
- "items": {
168771
- "title": "vector",
168772
- "description": "No description yet.",
168773
- "type": "array",
168774
- "items": {
168775
- "title": "double",
168776
- "type": "number"
168903
+ "title": "PRESTRETCH (selection)",
168904
+ "description": "Field of a symmetric prestretch tensor.",
168905
+ "type": "object",
168906
+ "oneOf": [
168907
+ {
168908
+ "title": "constant",
168909
+ "description": "Constant value for the field.",
168910
+ "type": "object",
168911
+ "properties": {
168912
+ "constant": {
168913
+ "title": "constant (vector)",
168914
+ "description": "Constant value for the field.",
168915
+ "type": "array",
168916
+ "items": {
168917
+ "title": "vector",
168918
+ "description": "No description yet.",
168919
+ "type": "array",
168920
+ "items": {
168921
+ "title": "double",
168922
+ "type": "number"
168923
+ },
168924
+ "minItems": 3,
168925
+ "maxItems": 3
168926
+ },
168927
+ "minItems": 3,
168928
+ "maxItems": 3
168929
+ }
168930
+ },
168931
+ "additionalProperties": false,
168932
+ "required": [
168933
+ "constant"
168934
+ ]
168777
168935
  },
168778
- "minItems": 3,
168779
- "maxItems": 3
168780
- },
168781
- "minItems": 3,
168782
- "maxItems": 3
168936
+ {
168937
+ "title": "from_file",
168938
+ "description": "Path to a file containing the input field data.",
168939
+ "type": "object",
168940
+ "properties": {
168941
+ "from_file": {
168942
+ "title": "from_file (path)",
168943
+ "description": "Path to a file containing the input field data.",
168944
+ "type": "string"
168945
+ }
168946
+ },
168947
+ "additionalProperties": false,
168948
+ "required": [
168949
+ "from_file"
168950
+ ]
168951
+ },
168952
+ {
168953
+ "title": "field_reference",
168954
+ "description": "Refer to a globally defined field by a name.",
168955
+ "type": "object",
168956
+ "properties": {
168957
+ "field_reference": {
168958
+ "title": "field_reference (string)",
168959
+ "description": "Refer to a globally defined field by a name.",
168960
+ "type": "string"
168961
+ }
168962
+ },
168963
+ "additionalProperties": false,
168964
+ "required": [
168965
+ "field_reference"
168966
+ ]
168967
+ },
168968
+ {
168969
+ "title": "from_mesh",
168970
+ "description": "Refer to a field defined in the input mesh by a name.",
168971
+ "type": "object",
168972
+ "properties": {
168973
+ "from_mesh": {
168974
+ "title": "from_mesh (string)",
168975
+ "description": "Refer to a field defined in the input mesh by a name.",
168976
+ "type": "string"
168977
+ }
168978
+ },
168979
+ "additionalProperties": false,
168980
+ "required": [
168981
+ "from_mesh"
168982
+ ]
168983
+ }
168984
+ ]
168783
168985
  }
168784
168986
  },
168785
168987
  "additionalProperties": false,
@@ -168791,7 +168993,7 @@
168791
168993
  "additionalProperties": false,
168792
168994
  "required": [
168793
168995
  "MAT",
168794
- "MIX_Prestress_Strategy_Constant"
168996
+ "MIX_Prestress_Strategy_Prescribed"
168795
168997
  ]
168796
168998
  },
168797
168999
  {
@@ -402273,5 +402475,5 @@
402273
402475
  "PROBLEM TYPE"
402274
402476
  ],
402275
402477
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402276
- "$id": "06d4d904c17421c86b75ff8b31abf86ea88d6f45"
402478
+ "$id": "e24441297bcd6d7be0061f44362ee6fafae04423"
402277
402479
  }
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.42.0'
32
- __version_tuple__ = version_tuple = (1, 42, 0)
31
+ __version__ = version = '1.44.0'
32
+ __version_tuple__ = version_tuple = (1, 44, 0)
33
33
 
34
- __commit_id__ = commit_id = 'gb7932673f'
34
+ __commit_id__ = commit_id = 'ga2e78d9f7'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes