8000 Releases Β· CEXT-Dan/PyRx Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: CEXT-Dan/PyRx

v2.2.8

17 May 23:57
Compare
Choose a tag to compare

v2.2.8
pip install cad-pyrx

  • added Graph, XrefGraph, ObjectIdGraph and nodes
  • added Ed.Code.curDwgXrefGraph
  • added support for purge using ObjectIdGraph
  • add support for user config by copying pyrx.toml to appdata/pyrx/
  • Python modules are default run with optimization_level 2, this can be overridden in config
  • add PYPTREPL, shows a python console window

What's Changed

Full Changelog: v2.2.7...v2.2.8

v2.2.7

28 Apr 07:49
Compare
Choose a tag to compare

v2.2.7
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/PyRx.git@v2.2.7

  • Replace PYLOAD, PYRELOAD open file dialog with native windows version, cad’s did not filter correctly
  • [#295] fixed regression, PYLOAD error messages were silenced
  • Fix SmSheetSetMgr closeAll()
  • [#292] fix print function does not display % character
  • [#291] Enable sheet set fixes for BrisCAD 25.2
  • Renamed conflicting wblock overload that accepts an already constructed database to wblockByRef, Python wants the same return type across overloads
  • Improved versioning
  • [#278] add BlockTableRecord effectiveName, also attempts to handle the effective name for BricsCAD’s parametric blocks (SR 196681)

Work on doc strings and bugs

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

17 Apr 09:38
Compare
Choose a tag to compare

v2.2.6
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/PyRx.git@v2.2.5

  • [#254] show wx.ToolTip in modeless dialogs
  • move from boost 1_85 boost 1_88?
  • use v25.2 SDK for BricsCAD
  • [#276] fix AcGsView::getSnapShot, does not pickup shademode in brx
  • [#273] Add support for GStarCAD 2026
  • [#165] finish Ax space

Lots of work done on improving stub (.pyi) format
Lots work done on unit testing

What's Changed

New Contributors

Full Changelog: v2.2.5...v2.2.6

v2.2.5

11 Apr 11:52
Compare < 8000 /summary>
Choose a tag to compare

pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/PyRx.git@v2.2.5

  • [#253] fixes the issue shuffling sys.path during loading, and is restored afterwards
  • [#252] add pyc file support
    *[#165] AcadMLeaderStyle, AcadMaterial, AcadDimension (and derived)

Full Changelog: v2.2.4...v2.2.5

v2.2.4

03 Apr 04:59
Compare
Choose a tag to compare

pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/PyRx.git@v2.2.4

  • [#246] missed AcadDocument.Save()
  • [#243] add SortentsTable and AcadSortentsTable
  • [#228] fix typos in Editor reactor
  • [#225] improve loading sequence
  • [#225] improve loading sequence
  • [#165] added AcadTable, AcadDimension, AcadDimAligned

internal improvements, and new test coverage

What's Changed

Full Changelog: https://github.com/CEXT-Dan/PyRx/commits/v2.2.4

0