diff --git a/README.md b/README.md index a563f01470..20f24ba248 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For more information, see: | Service | Status | | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | | Anaconda Daily Build | [![Anaconda-Server Badge](https://img.shields.io/conda/vn/ifcopenshell/ifcopenshell)](https://anaconda.org/ifcopenshell/ifcopenshell) | -| Anaconda v0.7.0 Stable | [![Anaconda-Server Badge](https://img.shields.io/conda/vn/conda-forge/ifcopenshell)](https://anaconda.org/conda-forge/ifcopenshell) | +| Anaconda v0.8.0 Stable | [![Anaconda-Server Badge](https://img.shields.io/conda/vn/conda-forge/ifcopenshell)](https://anaconda.org/conda-forge/ifcopenshell) | | PyPi Daily Build | [![PyPi Badge](https://img.shields.io/pypi/v/ifcopenshell)](https://pypi.org/project/ifcopenshell/) | | ArchLinux AUR Package Stable | [![AUR Badge](https://img.shields.io/aur/version/ifcopenshell)](https://aur.archlinux.org/packages/ifcopenshell) | | ArchLinux AUR Package git | [![AUR Badge](https://img.shields.io/aur/version/ifcopenshell-git)](https://aur.archlinux.org/packages/ifcopenshell-git) | diff --git a/choco/blenderbim/blenderbim.nuspec b/choco/blenderbim/blenderbim.nuspec index bafb86e381..7efaab665e 100644 --- a/choco/blenderbim/blenderbim.nuspec +++ b/choco/blenderbim/blenderbim.nuspec @@ -12,7 +12,7 @@ https://github.com/IfcOpenShell/IfcOpenShell https://rawcdn.githack.com/IfcOpenShell/IfcOpenShell/c6ee1d1679d1298de0d7447ff108c22709c68e54/choco/blenderbim/blenderbim.png - https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/COPYING + https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/COPYING true https://github.com/IfcOpenShell/IfcOpenShell https://docs.blenderbim.org/ diff --git a/conda/meta.yaml b/conda/meta.yaml index fbc661d50f..cb7a6b3600 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -98,7 +98,7 @@ about: Anaconda-Server Badge - Anaconda v0.7.0 Stable + Anaconda v0.8.0 Stable Anaconda-Server Badge diff --git a/pyodide/meta.yaml b/pyodide/meta.yaml index 06c55eb97e..f23b76a752 100644 --- a/pyodide/meta.yaml +++ b/pyodide/meta.yaml @@ -1,6 +1,6 @@ package: name: ifcopenshell - version: 0.7.0 + version: 0.8.0 source: path: IfcOpenShell diff --git a/pyodide/setup.py b/pyodide/setup.py index 67faf709cd..46b585dcc1 100644 --- a/pyodide/setup.py +++ b/pyodide/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='IfcOpenShell', - version='0.7.0', + version='0.8.0', description='IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.', author='Thomas Krijnen', author_email='thomas@aecgeeks.com', diff --git a/src/bcf/CITATION.cff b/src/bcf/CITATION.cff index 5ec89416e2..55d0f91144 100644 --- a/src/bcf/CITATION.cff +++ b/src/bcf/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/bcf + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bcf abstract: >- Library to read and write BCF-XML and query OpenCDE BCF-API modules diff --git a/src/blenderbim/CITATION.cff b/src/blenderbim/CITATION.cff index 6e313e3db2..dd5fd4404c 100644 --- a/src/blenderbim/CITATION.cff +++ b/src/blenderbim/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/blenderbim + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/blenderbim url: 'https://blenderbim.org/' repository-artifact: 'https://blenderbim.org/download.html' abstract: >- diff --git a/src/blenderbim/docs/conf.py b/src/blenderbim/docs/conf.py index 2bbc354b4e..0377e5f07d 100644 --- a/src/blenderbim/docs/conf.py +++ b/src/blenderbim/docs/conf.py @@ -87,7 +87,7 @@ pygments_dark_style = "one-dark" html_logo = "https://blenderbim.org/assets/images/blender/blender-logo.png" html_theme_options = { "source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/", - "source_branch": "v0.7.0", + "source_branch": "v0.8.0", "source_directory": "src/blenderbim/docs/", "light_css_variables": { "color-brand-primary": "#39b54a", @@ -132,7 +132,7 @@ html_theme_options = { }, { "name": "GitHub", - "url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/blenderbim/docs", + "url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/blenderbim/docs", "html": """ diff --git a/src/blenderbim/docs/contribute/translations.rst b/src/blenderbim/docs/contribute/translations.rst index 7715ee2878..076c2defcc 100644 --- a/src/blenderbim/docs/contribute/translations.rst +++ b/src/blenderbim/docs/contribute/translations.rst @@ -10,7 +10,7 @@ Translations are managed using a separate add-on built for this purpose. `_ repository. This repository holds all the core translation strings in ``.po`` format. 2. Download the `blenderbim-translations add-on - `_ + `_ and install it as a Blender add-on. This add-on lets you convert translation data to and from the ``.po`` files to the BlenderBIM Add-on. 3. In the **Render Properties** tab, find the **BlenderBIM Translations** diff --git a/src/blenderbim/docs/contribute/writing_docs.rst b/src/blenderbim/docs/contribute/writing_docs.rst index ceaec10a9c..b4ede36cf5 100644 --- a/src/blenderbim/docs/contribute/writing_docs.rst +++ b/src/blenderbim/docs/contribute/writing_docs.rst @@ -11,7 +11,7 @@ Writing technical documentation All documentation is written in ReStructured Text and is available in the `BlenderBIM Add-on docs directory -`_. +`_. You can press the edit button on the top right on any documentation page to quickly edit their content. diff --git a/src/blenderbim/docs/devs/hello_world.rst b/src/blenderbim/docs/devs/hello_world.rst index 09eb33da0a..2c8df81b33 100644 --- a/src/blenderbim/docs/devs/hello_world.rst +++ b/src/blenderbim/docs/devs/hello_world.rst @@ -47,7 +47,7 @@ need to :ref:`use Git to collaborate `. .. container:: blockbutton `Download Source - `__ + `__ BIM authoring is a really big topic. As a result, the BlenderBIM Add-on code is separated into modules. Each module focuses on a particular topic of BIM. Most @@ -62,8 +62,8 @@ minimise the overlap between modules, so that developers can work on a single portion of the code with relative certainty that their actions will not affects other developers. -- `BlenderBIM Add-on modules `__ -- `IFC modules `__ +- `BlenderBIM Add-on modules `__ +- `IFC modules `__ The BlenderBIM Add-on comes with a secret **demo module** which is basically a hello world coding tutorial which teaches you about all the moving parts. It's @@ -287,9 +287,9 @@ authoring capabilities. The code for IfcOpenShell's various systems can be found here: -- `ifcopenshell (core) `__ -- `ifcopenshell.util `__ -- `ifcopenshell.api `__ +- `ifcopenshell (core) `__ +- `ifcopenshell.util `__ +- `ifcopenshell.api `__ .. _submitting-code-to-git: diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index 041dd2e836..7d90211538 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -138,8 +138,9 @@ For Linux or Mac: cd $BLENDER_ADDON_PATH/bim/schema wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl -Or, if you're on Windows, you can use the batch script below. -Before running it follow the instructions descibed after `rem` tags. +Or, if you're on Windows, you can use the batch script below. You need to run +it as an administrator. Before running it follow the instructions descibed +in the `rem` tags. .. code-block:: bat @@ -213,7 +214,7 @@ Blender for the changes to take effect. The downside with this approach is that if a new dependency is added, or a compiled dependency version requirement has changed, or the build system changes, you'll need to fix your setup manually. But this is relatively rare. -Reviewing the Makefile history, `here `__, is one quick way to see if a dependency has changed. +Reviewing the Makefile history, `here `__, is one quick way to see if a dependency has changed. .. seealso:: @@ -253,7 +254,7 @@ structure: __init__.py This corresponds to the structure found in the source code `here -`__. +`__. The BlenderBIM Add-on is complex, and requires many dependencies, including Python modules, binaries, and static assets. When packaged for users, these @@ -262,7 +263,7 @@ dependencies are bundled with the add-on for convenience. If you choose to install the BlenderBIM Add-on and use your own system dependencies, the source of truth for how dependencies are bundled are found in the `Makefile -`__. +`__. Required Python modules to be stored in ``libs/site/packages/`` are: :: @@ -304,7 +305,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are: Notes: 1. ``ifcopenshell`` almost always requires the latest version due to the fast paced nature of the add-on development. -2. ``behave`` requires `patches `__. +2. ``behave`` requires `patches `__. 3. ``ifcjson`` can be found `here `__. Required static assets are: diff --git a/src/blenderbim/docs/users/appendix/other_addons.rst b/src/blenderbim/docs/users/appendix/other_addons.rst index 8a6de7d7f1..7a9db71977 100644 --- a/src/blenderbim/docs/users/appendix/other_addons.rst +++ b/src/blenderbim/docs/users/appendix/other_addons.rst @@ -30,7 +30,7 @@ Some of these add-ons are not shipped with Blender: programming add-on for Blender that allows you to generate parametric geometry, create scripts for non-programmers, model solids from FreeCAD, and much more. There is also - `IfcSverchok `__ + `IfcSverchok `__ that adds IFC features to Sverchok. - `BlenderGIS `__ - BlenderGIS lets you import GIS data, grab elevation data from the web, and generate TINs from diff --git a/src/blenderbim/docs/users/appendix/troubleshooting.rst b/src/blenderbim/docs/users/appendix/troubleshooting.rst index e8ade6fa4c..8601069a7a 100644 --- a/src/blenderbim/docs/users/appendix/troubleshooting.rst +++ b/src/blenderbim/docs/users/appendix/troubleshooting.rst @@ -66,7 +66,7 @@ can `report a bug `_ or 3. **I am on Ubuntu and get an error similar to "ImportError: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29 not found"** - Our latest package which uses IfcOpenShell v0.7.0 is built using Ubuntu 20 LTS. + Our latest package which uses IfcOpenShell v0.8.0 is built using Ubuntu 20 LTS. If you have an older Ubuntu version, you can either upgrade to 19.10 or above, or you'll need to compile IfcOpenShell yourself. diff --git a/src/bsdd/CITATION.cff b/src/bsdd/CITATION.cff index cc86d33007..53c36bff82 100644 --- a/src/bsdd/CITATION.cff +++ b/src/bsdd/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/bsdd + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bsdd abstract: Library to query the bSDD API keywords: - bSDD diff --git a/src/bsdd/README.md b/src/bsdd/README.md index 278d66811f..5d7354eb4c 100644 --- a/src/bsdd/README.md +++ b/src/bsdd/README.md @@ -6,7 +6,7 @@ This packages is totally independent from other packages in IfcOpenShell and req ## Installation ```bash -pip install git+https://git@github.com/ifcopenshell/ifcopenshell.git@v0.7.0#subdirectory=src/bsdd +pip install git+https://git@github.com/ifcopenshell/ifcopenshell.git@v0.8.0#subdirectory=src/bsdd # check your installation python diff --git a/src/ifc2ca/CITATION.cff b/src/ifc2ca/CITATION.cff index 18ff8e0bed..4354f78851 100644 --- a/src/ifc2ca/CITATION.cff +++ b/src/ifc2ca/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifc2ca + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifc2ca abstract: >- Utility to convert IFC structural analysis models to Code_Aster diff --git a/src/ifc4d/CITATION.cff b/src/ifc4d/CITATION.cff index d987e70474..652f816183 100644 --- a/src/ifc4d/CITATION.cff +++ b/src/ifc4d/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifc4d + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifc4d abstract: Convert to and from IFC and project management software keywords: - IFC diff --git a/src/ifc5d/CITATION.cff b/src/ifc5d/CITATION.cff index eb1c85b369..6c3f3aee24 100644 --- a/src/ifc5d/CITATION.cff +++ b/src/ifc5d/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifc5d + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifc5d abstract: Report and optimise cost information from IFC keywords: - IFC diff --git a/src/ifcbimtester/CITATION.cff b/src/ifcbimtester/CITATION.cff index a7222b5a28..7a0f51b5d9 100644 --- a/src/ifcbimtester/CITATION.cff +++ b/src/ifcbimtester/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: "IfcOpenShell contributors"authors: repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcbimtester + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcbimtester url: 'https://docs.ifcopenshell.org/bimtester.html' abstract: Wrapper for Gherkin based unit testing for IFC models keywords: diff --git a/src/ifcblender/CITATION.cff b/src/ifcblender/CITATION.cff index 53ad6cf0ce..f64501e313 100644 --- a/src/ifcblender/CITATION.cff +++ b/src/ifcblender/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcblender + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcblender abstract: Historic Blender IFC import add-on keywords: - Blender diff --git a/src/ifccityjson/CITATION.cff b/src/ifccityjson/CITATION.cff index 80d01ee979..b284f99620 100644 --- a/src/ifccityjson/CITATION.cff +++ b/src/ifccityjson/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifccityjson + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifccityjson abstract: Convert CityJSON to IFC keywords: - CityJSON diff --git a/src/ifcclash/CITATION.cff b/src/ifcclash/CITATION.cff index c75814a28f..c01ba9020b 100644 --- a/src/ifcclash/CITATION.cff +++ b/src/ifcclash/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcclash + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcclash abstract: Clash detection library and CLI app keywords: - Clash detection diff --git a/src/ifcconvert/CITATION.cff b/src/ifcconvert/CITATION.cff index 78cfa9f2b2..8be1bc0aa1 100644 --- a/src/ifcconvert/CITATION.cff +++ b/src/ifcconvert/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcconvert + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcconvert abstract: CLI app to convert IFC to many other formats keywords: - Conversion diff --git a/src/ifccsv/CITATION.cff b/src/ifccsv/CITATION.cff index 33ca2e07d3..beb815961f 100644 --- a/src/ifccsv/CITATION.cff +++ b/src/ifccsv/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifccsv + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifccsv abstract: >- Library and CLI app to export and import schedules from IFC diff --git a/src/ifcdiff/CITATION.cff b/src/ifcdiff/CITATION.cff index 65f906c2ea..2685a6dcae 100644 --- a/src/ifcdiff/CITATION.cff +++ b/src/ifcdiff/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcdiff + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcdiff abstract: Compare changes between IFC models keywords: - Compare change diff --git a/src/ifcfm/CITATION.cff b/src/ifcfm/CITATION.cff index 13fbaa6255..0d1fcd2b5a 100644 --- a/src/ifcfm/CITATION.cff +++ b/src/ifcfm/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcfm + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcfm abstract: Extract IFC data for FM handover requirements keywords: - FM diff --git a/src/ifcgeom/CITATION.cff b/src/ifcgeom/CITATION.cff index 4a35f57f09..c5695de819 100644 --- a/src/ifcgeom/CITATION.cff +++ b/src/ifcgeom/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcgeom + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcgeom abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/ifcgeom/kernels/opencascade/CITATION.cff b/src/ifcgeom/kernels/opencascade/CITATION.cff index ddff4e5958..4bdadc8cae 100644 --- a/src/ifcgeom/kernels/opencascade/CITATION.cff +++ b/src/ifcgeom/kernels/opencascade/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcgeom_schema_agnostic + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcgeom_schema_agnostic abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/ifcjni/CITATION.cff b/src/ifcjni/CITATION.cff index debfb1a021..d6194f783c 100644 --- a/src/ifcjni/CITATION.cff +++ b/src/ifcjni/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcjni + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcjni abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/ifcmax/CITATION.cff b/src/ifcmax/CITATION.cff index a37d8a44a6..435d8307fc 100644 --- a/src/ifcmax/CITATION.cff +++ b/src/ifcmax/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcmax + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcmax abstract: Historic extension for IFC support in 3DS Max keywords: - 3DS Max diff --git a/src/ifcopenshell-python/CITATION.cff b/src/ifcopenshell-python/CITATION.cff index 0435ff5224..ff4fa3af1a 100644 --- a/src/ifcopenshell-python/CITATION.cff +++ b/src/ifcopenshell-python/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcopenshell-python abstract: Python library for IFC manipulation keywords: - Python diff --git a/src/ifcopenshell-python/docs/conf.py b/src/ifcopenshell-python/docs/conf.py index 64fbdfa8d8..e89a42a31a 100644 --- a/src/ifcopenshell-python/docs/conf.py +++ b/src/ifcopenshell-python/docs/conf.py @@ -137,7 +137,7 @@ pygments_dark_style = "one-dark" html_logo = "https://ifcopenshell.org/assets/images/logo.png" html_theme_options = { "source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/", - "source_branch": "v0.7.0", + "source_branch": "v0.8.0", "source_directory": "src/ifcopenshell-python/docs/", "light_css_variables": { "color-brand-primary": "#39b54a", @@ -179,7 +179,7 @@ html_theme_options = { }, { "name": "GitHub", - "url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/docs", + "url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcopenshell-python/docs", "html": """ diff --git a/src/ifcopenshell-python/docs/ifccityjson.rst b/src/ifcopenshell-python/docs/ifccityjson.rst index fd361d5293..7ce8cd8aad 100644 --- a/src/ifcopenshell-python/docs/ifccityjson.rst +++ b/src/ifcopenshell-python/docs/ifccityjson.rst @@ -15,7 +15,7 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -2. `Clone the source code `_. +2. `Clone the source code `_. 3. ``cd /path/to/IfcOpenShell/src/ifccityjson`` 4. ``pip install .`` diff --git a/src/ifcopenshell-python/docs/ifcclash.rst b/src/ifcopenshell-python/docs/ifcclash.rst index e3284519a0..9ec28208d5 100644 --- a/src/ifcopenshell-python/docs/ifcclash.rst +++ b/src/ifcopenshell-python/docs/ifcclash.rst @@ -16,8 +16,8 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -3. Optionally `install bcf `_ (needed for BCF reports of results) -4. `Clone the source code `_. +3. Optionally `install bcf `_ (needed for BCF reports of results) +4. `Clone the source code `_. 5. ``cd /path/to/IfcOpenShell/src/ifcclash`` Here is a minimal example of how to use IfcPatch as a Python module or CLI diff --git a/src/ifcopenshell-python/docs/ifcconvert/usage.rst b/src/ifcopenshell-python/docs/ifcconvert/usage.rst index ef051216e0..657965a1b6 100644 --- a/src/ifcopenshell-python/docs/ifcconvert/usage.rst +++ b/src/ifcopenshell-python/docs/ifcconvert/usage.rst @@ -70,7 +70,7 @@ CLI Manual $ IfcConvert -h - IfcOpenShell IfcConvert v0.7.0-dc67287d (OCC 7.5.3) + IfcOpenShell IfcConvert v0.8.0-dc67287d (OCC 7.5.3) Usage: IfcConvert [options] [] Converts (the geometry in) an IFC file into one of the following formats: diff --git a/src/ifcopenshell-python/docs/ifccsv.rst b/src/ifcopenshell-python/docs/ifccsv.rst index a566d8430a..1bdecc0433 100644 --- a/src/ifcopenshell-python/docs/ifccsv.rst +++ b/src/ifcopenshell-python/docs/ifccsv.rst @@ -88,7 +88,7 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -2. `Clone the source code `_. +2. `Clone the source code `_. 3. ``cd /path/to/IfcOpenShell/src/ifccsv`` Depending on which formats you want to edit, you will need to install more diff --git a/src/ifcopenshell-python/docs/ifcdiff.rst b/src/ifcopenshell-python/docs/ifcdiff.rst index 713df85ad9..4c5a278e98 100644 --- a/src/ifcopenshell-python/docs/ifcdiff.rst +++ b/src/ifcopenshell-python/docs/ifcdiff.rst @@ -62,7 +62,7 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -2. `Clone the source code `_. +2. `Clone the source code `_. 3. ``cd /path/to/IfcOpenShell/src/ifcdiff`` 4. ``pip install -r requirements.txt`` diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst index d7012ce687..a0c58eb282 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst @@ -127,15 +127,15 @@ Gateways, etc. `_. 2. Replace the sample Lambda function code in the `example_handler - `__ + `__ directory with your own code. 3. Update the import path in the Dockerfile's `CMD instruction - `__ + `__ to match your Lambda function's handler function. 4. Edit the `requirements.txt - `__ + `__ file and add any additional dependencies required by your Lambda function. 5. Build the Docker image: diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index 2e5cc9be8e..efac9839db 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -260,7 +260,7 @@ C++ Build Tools `__). For more information on configuring a Windows compilation see the `Windows Readme - `__. + `__. Compiling on Windows (MSYS2 + MinGW) ------------------------------------ @@ -292,7 +292,7 @@ This is for users of `MSYS2 `__ and `MinGW For more information on configuring a Windows compilation see the `Windows Readme - `__. + `__. Packaged installation --------------------- diff --git a/src/ifcopenshell-python/docs/ifcpatch.rst b/src/ifcopenshell-python/docs/ifcpatch.rst index 2c01303340..ca5da6b609 100644 --- a/src/ifcopenshell-python/docs/ifcpatch.rst +++ b/src/ifcopenshell-python/docs/ifcpatch.rst @@ -11,7 +11,7 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -2. `Clone the source code `_. +2. `Clone the source code `_. 3. ``cd /path/to/src/ifcpatch`` Here is a minimal example of how to use IfcPatch as a Python module or CLI diff --git a/src/ifcopenshell-python/docs/introduction/how_to_contribute.rst b/src/ifcopenshell-python/docs/introduction/how_to_contribute.rst index ee486a638d..f313d6fea5 100644 --- a/src/ifcopenshell-python/docs/introduction/how_to_contribute.rst +++ b/src/ifcopenshell-python/docs/introduction/how_to_contribute.rst @@ -13,7 +13,7 @@ documentation. All documentation is written in ReStructured Text and is available in the `IfcOpenShell docs directory -`_. +`_. You can press the edit button on the top right on any documentation page to quickly edit their content. @@ -46,5 +46,5 @@ You will now have a local webserver running hosting the documentation. It may take some time to generate the API documentation. You can edit the `list of autoapi directories - `_ + `_ to make this faster diff --git a/src/ifcopenshell-python/ifcopenshell/__init__.py b/src/ifcopenshell-python/ifcopenshell/__init__.py index 6dee2a5711..1b4698f2eb 100644 --- a/src/ifcopenshell-python/ifcopenshell/__init__.py +++ b/src/ifcopenshell-python/ifcopenshell/__init__.py @@ -45,7 +45,7 @@ Example: import ifcopenshell - print(ifcopenshell.version) # v0.7.0-1b1fd1e6 + print(ifcopenshell.version) model = ifcopenshell.open("/path/to/model.ifc") walls = model.by_type("IfcWall") diff --git a/src/ifcparse/CITATION.cff b/src/ifcparse/CITATION.cff index 803010759b..2c783b14b6 100644 --- a/src/ifcparse/CITATION.cff +++ b/src/ifcparse/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcparse + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcparse abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/ifcpatch/CITATION.cff b/src/ifcpatch/CITATION.cff index 1d4b873783..613b9c6d46 100644 --- a/src/ifcpatch/CITATION.cff +++ b/src/ifcpatch/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcpatch + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcpatch abstract: Utility to run pre-packaged scripts to manipulate IFCs keywords: - Patch diff --git a/src/ifcsverchok/CITATION.cff b/src/ifcsverchok/CITATION.cff index f58732bc58..233668cfaf 100644 --- a/src/ifcsverchok/CITATION.cff +++ b/src/ifcsverchok/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcsverchok + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcsverchok abstract: Blender Add-on for visual node programming with IFC keywords: - 'Visual node programming ' diff --git a/src/ifctester/CITATION.cff b/src/ifctester/CITATION.cff index 7aefc1bb3f..df818b5033 100644 --- a/src/ifctester/CITATION.cff +++ b/src/ifctester/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifctester + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifctester abstract: 'Library, CLI and webapp for IDS model auditing' keywords: - IDS diff --git a/src/ifcwrap/CITATION.cff b/src/ifcwrap/CITATION.cff index be8d89a7f8..8955e3e474 100644 --- a/src/ifcwrap/CITATION.cff +++ b/src/ifcwrap/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcwrap + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcwrap abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/qtviewer/CITATION.cff b/src/qtviewer/CITATION.cff index 044b0fccb0..c6d441fe57 100644 --- a/src/qtviewer/CITATION.cff +++ b/src/qtviewer/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/qtviewer + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/qtviewer abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell diff --git a/src/serializers/CITATION.cff b/src/serializers/CITATION.cff index 114a61f4a7..f4c0b4dbee 100644 --- a/src/serializers/CITATION.cff +++ b/src/serializers/CITATION.cff @@ -10,7 +10,7 @@ type: software authors: - name: IfcOpenShell contributors repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/serializers + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/serializers abstract: Internal library for IfcOpenShell keywords: - IfcOpenShell