User:Artur/GSoC21/Log
From BRL-CAD
Dev Log
- 16 July: add tests for parsing and authoring
- fix facet constructors
- add ids constructor, fix ids bug
- add facet creation methods
- add ids.to_xml()
- add methods to specification class
- add asdict() to all ids classes
- add location_msg as separate param
- fix imports and move ids_schema outside
- add basic parsing tests
- add unittest init
- include location (type/inst/any)
- add regex pattern validation
- Merge branch 'v0.6.0' into GSoC#45-IDS-checking
- handle ifc2x3 and 4 …
- ids parse, restrictions …
- add length restriction …
- add bounds restriction
- add bounds restriction
- add enumeration restriction
- fix multiple requirements at a time
- implement material facet …
- implement classification facet
- improve feedback message …
- switch from dom to xmlschema …
- Add xmlschema validation
- IDS Add PredefinedType support (#1447) …
- remove debug data
- narrow try-except
- check PredefinedType if exists not based on schema
- code formatting
- skip PredefinedType if not IFC4
- Merge branch 'GSoC#45-IDS-checking' of https://github.com/atomczak/If… …
- replace f-string with %
- Merge branch 'v0.6.0' into GSoC#45-IDS-checking