M
by Moult on 1 Jul 2023
#
+1 votes
I apologise, the docs haven't been regenerated in a while, my bad. The good news is that there is a new build out literally yesterday:
https://github.com/IfcOpenBot/IfcOpenShell/commit/fc50bdd3a0354cf332ad846f0a336a9bbfd4a769
Note that we won't update the docs just yet, since there is a release today and the build contains some potentially dangerous changes related to drawing generation, so it might only be updated in another few weeks after testing.
P
by paullee on 1 Jul 2023
#
Thanks Moult, the pre-built zip is updated today right?
I'll try again.
(Compiling is too demanding to me :) )
P
by paullee on 1 Jul 2023
#
OK @Moult, the link you point to has the latest build.
(The blenderbim link https://blenderbim.org/docs-python/ifcopenshell-python/installation.html still point to outdated build)
Some message return on importing -
import ifcopenshell
No stream support: No module named 'lark'
But it seems "IFC4X3" working, thanks !
ifcopenshell.version
'v0.7.0-fc50bdd3a'
import ifcopenshell.util.pset
ifcopenshell.util.pset.PsetQto("IFC4X3")
<ifcopenshell.util.pset.PsetQto object at 0x7f3955436d70>

M
by Moult on 1 Jul 2023
#
+1 votes
Indeed, stream support was just added (we might delay the import to prevent that annoying message). We'll delay regenerating the docs for a few weeks.