File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plxcontroller"
7- version = " 0.9.1 "
7+ version = " 0.10.0 "
88description = " Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities."
99requires-python = " >=3.9"
1010dependencies = [
You can’t perform that action at this time.
0 commit comments