Commit 9ae63ca 1 parent 1489ba2 commit 9ae63ca Copy full SHA for 9ae63ca
File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
### Changed
13
+ * Migrate from compas_view2 to compas_viewer
13
14
14
15
### Removed
15
16
Original file line number Diff line number Diff line change @@ -22,14 +22,11 @@ Stable releases can be installed using a combination of conda and pip.
22
22
conda activate cra
23
23
pip install compas_cra
24
24
25
- To use the CRA viewer, you should also install :mod: `compas_view2 `
26
- and the COMPAS 2 migration from the compatibility branch of the github repo.
27
- (we will replace this by :mod: `compas_viewer ` soon).
25
+ To use the CRA viewer, you should also install :mod: `compas_viewer `.
28
26
29
27
.. code-block :: bash
30
28
31
- conda install matplotlib compas_view2
32
- pip install git+https://github.com/compas-dev/compas_view2.git@compas2
29
+ conda install matplotlib compas_viewer
33
30
34
31
35
32
Latest
Original file line number Diff line number Diff line change 1
- """CRA view style using compas_view2 """
1
+ """CRA view style using compas_viewer """
2
2
3
3
from math import sqrt
4
4
@@ -552,7 +552,7 @@ def cra_view_ex(
552
552
553
553
Parameters
554
554
----------
555
- viewer : compas_view2.app.App
555
+ viewer : compas_viewer.Viewer
556
556
External viewer object.
557
557
assembly : :class:`~compas_assembly.datastructures.Assembly`
558
558
The rigid block assembly.
You can’t perform that action at this time.
0 commit comments