Releases: bldrs-ai/conway
Releases · bldrs-ai/conway
0.4.716
What's Changed
- Add create-release-candidate script + update readme by @nickcastel50 in #225
- Tweak performance script by @pablo-mayrgundter in #224
- Conway 0.3.695 by @pablo-mayrgundter in #226
- Geometry base refactor by @ConorStokes in #227
- Geometry base refactor by @ConorStokes in #228
Full Changelog: 0.3.695...0.4.716
0.3.695
What's Changed
- Conway v0.1.689 Benchmarks + Release Prep by @nickcastel50 in #222
- Submodule update for gwn acceleration fix by @ConorStokes in #223
Full Changelog: 0.1.689...0.3.695
conway-0.1.689
Merge pull request #221 from bldrs-ai/IFCSWEPTDISKSOLID_Support Ifcsweptdisksolid support
conway-0.1.651
What's Changed
- Add submodule-update command to package.json by @pablo-mayrgundter in #1
- Extraction tests added to Conway, as well as extending the console app to do queries in markdown for point tests. by @ConorStokes in #3
- IFC4 Schema support and associated fixes/tests. by @ConorStokes in #5
- Indexing Structures/Type Indexing for IFC Step by @ConorStokes in #7
- Lint and formatting by @ConorStokes in #10
- Regenerated code with new formatting and fixed tests to match by @ConorStokes in #12
- conway-geom integration + Geometry Extraction + Tests by @nickcastel50 in #8
- Entity reflection by @ConorStokes in #14
- Refactor codegen reduction by @ConorStokes in #16
- Vtable offset codegen by @ConorStokes in #18
- Conway api surface - connected positional transform matrices to meshes + more transforms + scaffolding for further transforms by @nickcastel50 in #20
- Production refactor by @ConorStokes in #19
-
- update conway-geom + change addGeometry to appendGeometry by @nickcastel50 in #32
- Fix for issue #33 (STEP extraction for string failing on a property set due to invalid codepoint) by @ConorStokes in #34
- Property extraction - Refactor + transforms fix by @nickcastel50 in #35
-
- Fixed a bug when writing out GLB files + added parameter to windows build script to shorten build times by @nickcastel50 in #37
- Geometry coverage by @nickcastel50 in #38
- Mapped items by @ConorStokes in #39
- Ifc materials by @ConorStokes in #40
- Draco output fix + fixed native tests in Conway-Geom by @nickcastel50 in #41
- Triangle element map by @ConorStokes in #44
-
- Conway native compilation fix by @nickcastel50 in #42
- Triangle set cursors by @ConorStokes in #45
- Extended geometry coverage by @nickcastel50 in #43
- Dynamic triangle set cursors by @ConorStokes in #47
- Ability to Build Profileable Conway-Geom Wasm binary via Conway package.json by @nickcastel50 in #46
- Added reflection field generation system for base entity types by @ConorStokes in #48
- Added extract reference function by @ConorStokes in #49
- Optimizations by @ConorStokes in #50
- Triangle element map multiple primitives per element support. by @ConorStokes in #52
- Array incremental optimisation by @ConorStokes in #51
- Memory optimizations by @ConorStokes in #54
- Conway Api Shim by @nickcastel50 in #53
- Gltf incrementalisation by @ConorStokes in #55
- Nullable fields with errors for parsing/dangling references return null by default with "strict" mode to enable old behaviour. by @ConorStokes in #62
- Fixed gen ifc by @ConorStokes in #63
- Fix to handle Byte Order Mark at the start of a file in the parser in UTF-8 by @ConorStokes in #67
- [bugfix] Api shim - handle null transforms by @nickcastel50 in #64
- Nurbs brep by @ConorStokes in #68
- Add simple clean, build and test pkg scripts by @pablo-mayrgundter in #70
- Set package.json to private and v0.1 in prep for npm. by @pablo-mayrgundter in #71
- Add AGPL-3.0 license as markdown. by @pablo-mayrgundter in #72
- Upgrade to Geometry Backend to Match Web-Ifc v0.0.44 by @nickcastel50 in #66
- Removed debug logging by @nickcastel50 in #73
- Add updateVersion.mjs package script. by @pablo-mayrgundter in #75
- Memory / performance optimizations around IndexedPolygonalFace by @nickcastel50 in #74
- Introduce husky for precommit by @pablo-mayrgundter in #76
- Update conway-geom (genie fix for latest emsdk) by @nickcastel50 in #77
- Lint ifc_geometry_extraction.ts in prep for lint in precommit. by @pablo-mayrgundter in #78
- Automatic update-version post-build. Enable precommit; just lint for now by @pablo-mayrgundter in #79
- Automatic version string by @pablo-mayrgundter in #80
- Solve issue with INF numbers in files causing parsing to terminate early by @ConorStokes in #81
- Issue 4 seestrasse by @ConorStokes in #82
- Fixed issue with no geometry coming through due to empty geometry segments by @ConorStokes in #83
- Fix for long chain CSG operations causing WASM heap out of memory. by @ConorStokes in #84
- Added support for rel-aggregates. by @ConorStokes in #85
- Solved disappearing walls issue in several models. by @ConorStokes in #86
- Permissive array parsing (null as empty array for mandatory array items) by @ConorStokes in #88
- IfcTriangulatedFaceSet support by @nickcastel50 in #89
- Linting step ater PR #89 by @nickcastel50 in #90
- Large decimal double parsing fix by @ConorStokes in #93
- Added optional filtering for rel-aggregate spaces by @ConorStokes in #91
- Fix Mapped Item Material Mapping by @nickcastel50 in #94
- Require fixed node version (16.x) for pkg scripts and npm install. by @pablo-mayrgundter in #96
- Update conway-geom to facilitate optimizations around GetPolyCurve by @nickcastel50 in #97
- Update build scripts by @nickcastel50 in #98
- Added commandline option for spaces vs not by @ConorStokes in #95
- Step hiding types by @ConorStokes in #107
- Logging System Implementing for Typescript code by @nickcastel50 in #103
- Logging addition - add clearLogs function by @nickcastel50 in #109
- Aggregate Logging by @nickcastel50 in #112
- Enum in select step214 by @ConorStokes in #119
- Placeholder fixes for derived functions/expanding selects for value types. by @ConorStokes in #120
- Command line app ap214 by @ConorStokes in #123
- External mapping step214 by @ConorStokes in #122
- Shortname clean-up with command line parameter to IFC-gen. by @ConorStokes in #124
- AP214: Scaffolding for geometry processing by @ConorStokes in #126
- Merge from main to bring STEP 214 up to date + cleanup by @ConorStokes in #128
- AP214 Scaffold test + External Mapping Refactor by @ConorStokes in #131
- Changes required to fix AP214 processing a simple tube file end-to-end. by @ConorStokes in #132
- Performance script and some updates to scripts / gitignore by @nickcastel50 in #113
- Fix CShapeCurve (Issue 34) by @nickcastel50 in #134
- Fix extraction issue on indexedpolygonalfaceset by @nickcastel50 in #140
- Ap214 initial bspline curve support by @ConorStokes in #139
- Fix NURBs b-rep in AP214 and IFC by @ConorStokes in #148
- Added new cylindrical surface tesselation by @ConorStokes in #149
- Added a model format detector (supports AP214 and IFC, as well as the null case) by @ConorStokes in #153
- AP214: webifc shim proxy by @ConorStokes in #155
- AP214: Added AP214 proxy implementation to shim by @ConorStokes in #158
- AP214: Fix bugs and add necessary mocked functionality for AP214 int...