Skip to content

Commit 851e928

Browse files
committed
log
1 parent 925394e commit 851e928

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
* Added `compas_occ.geometry.curves.OCCcurve.from_native`.
13+
* Added `compas_occ.geometry.curves.OCCNurbsCurve.from_native`.
14+
* Added `compas_occ.geometry.surfaces.nurbssurface_from_extrusion`.
15+
* Added `compas_occ.geometry.surfaces.nurbssurface_from_plane`.
16+
* Added `compas_occ.geometry.surfaces.OCCSurface.from_native`.
17+
* Added `compas_occ.geometry.surfaces.OCCNurbsSurface.from_native`.
18+
* Added `compas_occ.geometry.surfaces.OCCNurbsSurface.from_plane`.
19+
1220
### Changed
1321

22+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.curve_from_native`.
23+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.nurbscurve_from_native`.
24+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.nurbscurve_from_interpolation`.
25+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.nurbscurve_from_parameters`.
26+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.nurbscurve_from_points`.
27+
* Changed plugin name to match pluggable name for `compas_occ.geometry.curves.nurbscurve_from_step`.
28+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.surface_from_native`.
29+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_native`.
30+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_interpolation`.
31+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_fill`.
32+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_parameters`.
33+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_plane`.
34+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_points`.
35+
* Changed plugin name to match pluggable name for `compas_occ.geometry.surfaces.nurbssurface_from_step`.
36+
1437
### Removed
1538

39+
* Removed `compas_occ.geometry.curves.new_curve`.
40+
* Removed `compas_occ.geometry.curves.new_nurbscurve`.
41+
* Removed `compas_occ.geometry.surfaces.new_surface`.
42+
* Removed `compas_occ.geometry.surfaces.new_nurbssurface`.
1643

1744
## [1.1.1] 2024-07-03
1845

0 commit comments

Comments
 (0)