Skip to content

Commit

Permalink
chore(release): version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vasconez committed Nov 10, 2023
1 parent ca620a5 commit 0024445
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2023-11-10

### Features

- *(#17)* Add method to filter plaxis volume objects above a list of polygons.
- *(#15)* Add method to project point3d onto polygon3d.
- *(#13)* Add class Polygon3D.
- *(#11)* Add classes BoundingBox3D and Point3D

### Bug Fixes

- *(#17)* Fix of formula to calculate the z-coordinate of plane at x,y coordinates.

### Lint

- *(#15)* Exclude numpy missing imports from mypy.
- *(#13)* Fix lint to ignore the missing imports from the package skspatial.
- *(#11)* Fix linting in bounding_box_3d.

## [0.1.0] - 2023-11-09

### Update
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "plxcontroller"
version = "0.1.0"
version = "0.2.0"
description = "Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities."
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 0024445

Please sign in to comment.