| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-15 | 1.5 kB | |
| v3.0.8 -- converter download fix + project setup wizard (backend) + visible match pipeline source code.tar.gz | 2026-05-15 | 243.9 MB | |
| v3.0.8 -- converter download fix + project setup wizard (backend) + visible match pipeline source code.zip | 2026-05-15 | 245.9 MB | |
| Totals: 3 Items | 489.7 MB | 0 | |
Fixed
- Windows converter downloads no longer corrupt binaries.
_download_one_fileopened the destination withoutos.O_BINARY, so the MS C runtime used text mode andos.write()rewrote every0x0Aas0x0D 0x0A— shifting the PE header and breakingRvtExporter.exe/IfcExporter.exe/DgnExporter.exelaunch withWinError 216. Now binary on Windows; no-op on POSIX. - Mongolian catalogue routing.
MN_ULAANBAATAR(and bareMN) now map tomn, so the Mongolian cost catalogue resolves tocwicr_mn_v3instead of falling back to English. - DWG version floor. Stability guards realigned to the intentional v3.0.6 minimum (R14 /
AC1014).
Added
- Project setup-wizard backend (Slice 1). 8-preset library + multi-axis scoring (activity · role · phase · size · region) → per-project module tiers (must / recommended / optional / hidden) with a numbered route line. New tables
oe_project_profile/oe_project_module/oe_project_wizard_draft(migrationv3035); 6 endpoints under/projects. Presentation-only — never unloads a module or blocks an API. - Visible 7-stage match pipeline on
/match-elements. Convert → Load → Schema → Filter → Group → Match → Rollup, each with status, output preview, an Adjust panel, and editable LLM prompt templates (migrationv3034). - BIM converter banner now shows live install progress in a two-column layout.
Full changelog: see CHANGELOG.md.