Skip to content

Commit f51565b

Browse files
author
Pablo Vasconez
committed
chore(release): version 0.10.0
1 parent 8d278b7 commit f51565b

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## [0.10.0] - 2026-03-24
6+
7+
### Bug Fixes
8+
9+
- *(time-history)* Fix method add_point_result to check the point name
10+
- *(point-time-history)* Use default factory to initialize list in dataclasses
11+
- *(time-history)* Fix parse of time_per_phase
12+
- *(time-history)* Fix circular imports
13+
- *(time-history)* Fix get node x and y coordinates
14+
- *(time-history)* Fix circular imports
15+
16+
### Features
17+
18+
- *(kill-subprocess)* Add function to kill subprocess with server host
19+
- *(notebook)* Add get time history results to output controller
20+
- *(time-history)* Add method to request node time history results
21+
22+
### Miscellaneous Tasks
23+
24+
- *(dependencies)* Add pandas to dependencies
25+
- *(time-history)* Remove unused file
26+
27+
### Refactor
28+
29+
- *(precalculation-point)* Refactor precalculation point to change identification only and not name of the points
30+
- *(node-time-history)* Refactor the method get_node_time_history_results
31+
- *(2d-out)* Refactor method request node time history to accept multiple phases
32+
- *(time-history)* Refactor request node time history to use local import
33+
534
## [0.9.1] - 2026-03-23
635

736
### Deploy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plxcontroller"
7-
version = "0.9.1"
7+
version = "0.10.0"
88
description = "Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities."
99
requires-python = ">=3.9"
1010
dependencies = [

0 commit comments

Comments
 (0)