Release of ezdxf v1.0.3 #854
mozman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release v1.0.3
Version v1.0.3 is a bugfix & preview release, that includes some new modules as preview, final release in v1.1:
ezdxf.addons.r12export
module to export any DXF document as a simple R12 file, docsezdxf.r12strict
module to make DXF R12 drawing 100% compatible to Autodesk products, docsezdxf.transform
module to apply transformations to multiple DXF entities inplace in a more convenient and safe way, docsezdxf.xref
module is still in development, some features are not implemented yet, docsChanges
the document may fix this issue
DXFTagStorage.graphic_properties()
returns the graphical properties for unknownor unsupported DXF entities
GfxAttribs.from_dict()
ezdxf.addons.r12export
module to export any DXF document as a simple R12file, final release in v1.1
ezdxf.r12strict
module to make DXF R12 drawing 100% compatible to Autodeskproducts, final release in v1.1
ezdxf.transform
module to apply transformations to multiple DXF entitiesinplace in a more convenient and safe way, final release in v1.1
Beta Was this translation helpful? Give feedback.
All reactions