Skip to content

Releases: W24-Service-GmbH/werk24-python

1.0.0

20 Jun 11:58
0ad3e65
Compare
Choose a tag to compare

0.10.0

09 Mar 19:40
bf0e280
Compare
Choose a tag to compare

Features

  • Adds AskRevisionTable and the details of extracting the RevisonTables
  • Adds Drawing Filename to the TitleBlock
  • Adds additional General Tolerances: ISO_4759_1 and DEFINED_ON_SHEET

0.9.0

15 Feb 10:07
e6592f9
Compare
Choose a tag to compare

Features

  • Adds the support for Surface Roughnesses in ISO1302 and ASME Y14.36 formats (BETA)
  • Adds AskVariantRadii as explicit Ask
  • Adds --ask-variant-radii, --ask-variant-external-dimensions and --ask-variant-roughnesses to the Command Line Interface

Fixes

  • Fixes multiple typos

0.8.1

05 Jan 09:28
5035718
Compare
Choose a tag to compare

Features

0.8.0

11 Dec 12:59
d923cea
Compare
Choose a tag to compare

Features

  • Adds External Dimensions as Enclosing Cuboids and Cylinders
  • Adds details to Test Dimensions
  • Adds the the ability to remove the canvas notes from the Canvas Thumbnails
  • Adds blurbs to the General Tolerances
  • Adds depth to Threads and Bores
  • Adds DRAWING_PAPER_SIZE_TOO_LARGE Exception
  • Adds Radii (AskVariantRadii)
  • Adds Tolerance Grades to Fits and Special Tolerances
  • Adds Thread Diameter units
  • Adds AskProductPMIExtract
  • Adds Weight to Title Block

Fixes

  • Improves the error message that is created when executed without License File
  • Improves the error message when a file is not found

0.8.0b1

11 Dec 10:18
cae2479
Compare
Choose a tag to compare
0.8.0b1 Pre-release
Pre-release

Features

  • Adds External Dimensions as Enclosing Cuboids and Cylinders
  • Adds details to Test Dimensions
  • Adds the the ability to remove the canvas notes from the Canvas Thumbnails
  • Adds blurbs to the General Tolerances
  • Adds depth to Threads and Bores
  • Adds DRAWING_PAPER_SIZE_TOO_LARGE Exception
  • Adds Radii (AskVariantRadii)
  • Adds Tolerance Grades to Fits and Special Tolerances
  • Adds Thread Diameter units
  • Adds AskProductPMIExtract
  • Adds Weight to Title Block

Fixes

  • Improves the error message that is created when executed without License File
  • Improves the error message when a file is not found

0.7.3b2

04 Dec 08:38
d4d19f8
Compare
Choose a tag to compare
0.7.3b2 Pre-release
Pre-release

Features

  • Adds External Dimensions
  • Adds details to Test Dimensions
  • Adds the 'remove_canvas_text' feature to the Canvas Thumbnail
  • Adds blurbs to the General Tolerances
  • Adds depth to Threads
  • Adds DRAWING_PAPER_SIZE_TOO_LARGE Excetion

Fixes

  • Improves the error message that is created when executed without License File
  • Improves the error message when a file is not found

v0.7.2.post0

09 Sep 21:07
723f0be
Compare
Choose a tag to compare

Fixes

  • Lists the websocket limitation at the top of the requirements.txt to ensure that no other dependency pulls a newer version

v0.7.2

09 Sep 20:39
Compare
Choose a tag to compare

Fixes

  • Limits Websocket version to <10.0
  • Uses Decimal instead of float
  • Fixes ungraceful exit

Features

  • Extends the available General Tolerance Information
  • Adds the position label that describes the features' positions on the different thumbnails (sheet, canvas, sectional)
  • Prepares multi-language support for Title Block values

0.7.1

17 May 21:24
509517f
Compare
Choose a tag to compare

Performace

  • Reuses tokens accross requests (saves roughly 500ms per request)
  • Fixes asyncio bug (saves roughly 100ms per request)