Skip to content

Commit 6dde836

Browse files
authored
Merge pull request #20 from compas-dev/prep-release
Prep release
2 parents 4638cbf + 669ecc3 commit 6dde836

73 files changed

Lines changed: 4696 additions & 1629 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
* Added type hints to all public methods and functions
13+
1214
### Changed
1315

16+
* Update Grasshopper components to build as CPython 3.x components
17+
* Migrated documentation to Mkdocs format
18+
1419
### Removed
1520

1621
* Removed Support for IronPython 2.7 support
22+
* Removes dependency on `compas_fab`
23+
* Removed Rhino 7 post installation hooks
1724

1825
## [1.0.0] 2024-06-26
1926

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In short, this is how that works.
1212
3. Install development dependencies:
1313

1414
```bash
15-
pip install -e .[dev]
15+
pip install -e ".[dev]"
1616
```
1717

1818
4. Make sure all tests pass:
@@ -21,7 +21,7 @@ In short, this is how that works.
2121
invoke test
2222
```
2323

24-
5. Start making your changes to the **master** branch (or branch off of it).
24+
5. Start making your changes to the **main** branch (or branch off of it).
2525
6. Make sure all tests still pass:
2626

2727
```bash

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 ETH Zurich, Princeton University
3+
Copyright (c) 2023-2026 ETH Zurich, Princeton University
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
## Installation
1616

17-
> It is recomended you install `compas_xr` inside a virtual environment.
17+
It is recommended to install `compas_xr` inside a virtual environment. We suggest using [uv](https://docs.astral.sh/uv/) for faster and more reliable dependency management.
1818

1919
```bash
20-
pip install compas_xr
20+
uv pip install compas_xr
2121
```
2222

23-
To install `compas_xr` to Rhino run
23+
To use `compas_xr` in Rhino 8, add the requirements header to your script:
2424

25-
```bash
26-
python -m compas_rhino.install
25+
```python
26+
# r: compas_xr
2727
```
2828

2929
## First Steps
7.67 KB
Loading

docs/_logo/favicon.ico

4.74 KB
Binary file not shown.

docs/api.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/api/compas_xr.ghpython.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_xr.ghpython

docs/api/compas_xr.ghpython.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/api/compas_xr.mqtt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_xr.mqtt

0 commit comments

Comments
 (0)