Recent Releases of pdesy
pdesy - v0.7.1
What's Changed
- bugfix of writesimplejson by @taiga4112 in https://github.com/pDESy/pDESy/pull/263
- Speed up refactoring by @taiga4112 in https://github.com/pDESy/pDESy/pull/264
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.7.0...v0.7.1
- Python
Published by taiga4112 6 months ago
pdesy - v0.7.0
Breaking Change
The attribute xxxx_list in each class has been renamed to xxx_set.
This change may affect any code that relies on the previous attribute name. Please update your code accordingly.
This is an example code of pDESy v0.7.0.
What's Changed
- Bugfix/gantt mermaid text by @taiga4112 in https://github.com/pDESy/pDESy/pull/237
- version update v0.6.6 by @taiga4112 in https://github.com/pDESy/pDESy/pull/238
- Loose coupling by @taiga4112 in https://github.com/pDESy/pDESy/pull/232
- Refactor/list to set in base parameter by @taiga4112 in https://github.com/pDESy/pDESy/pull/255
- Creating child instance from parent instance by @taiga4112 in https://github.com/pDESy/pDESy/pull/257
- Refactor/review GitHub copilot by @taiga4112 in https://github.com/pDESy/pDESy/pull/258
- add createproduct, createworkflow, createteam, createworkplace by @taiga4112 in https://github.com/pDESy/pDESy/pull/259
- Feature/gantt order by @taiga4112 in https://github.com/pDESy/pDESy/pull/260
- Fix bug of auto task in gantt chart order by @taiga4112 in https://github.com/pDESy/pDESy/pull/261
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.6.6...v0.7.0
- Python
Published by taiga4112 6 months ago
pdesy - v0.6.5
What's Changed
- update to v0.6.4 by @taiga4112 in https://github.com/pDESy/pDESy/pull/228
- add append and extend function to project by @taiga4112 in https://github.com/pDESy/pDESy/pull/230
- bugfix task mermaid by @taiga4112 in https://github.com/pDESy/pDESy/pull/231
- Add detailed info to gantt mermaid by @taiga4112 in https://github.com/pDESy/pDESy/pull/234
- update v0.6.5 by @taiga4112 in https://github.com/pDESy/pDESy/pull/235
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.6.4...v0.6.5
- Python
Published by taiga4112 7 months ago
pdesy - v0.6.4
What's Changed
- Solve auto task bug #223 by @taiga4112 in https://github.com/pDESy/pDESy/pull/224
- Change default maxspacesize to np.inf by @taiga4112 in https://github.com/pDESy/pDESy/pull/225
- Change default subgraph to True by @taiga4112 in https://github.com/pDESy/pDESy/pull/226
- Add mermaid link between each workplace by @taiga4112 in https://github.com/pDESy/pDESy/pull/227
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.6.3...v0.6.4
- Python
Published by taiga4112 8 months ago
pdesy - v0.6.3
What's Changed
- Bump tornado from 6.4.2 to 6.5.1 by @dependabot in https://github.com/pDESy/pDESy/pull/214
- Feature/gantt chart text by @taiga4112 in https://github.com/pDESy/pDESy/pull/216
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.6.2...v0.6.3
- Python
Published by taiga4112 9 months ago
pdesy - v0.6.1
What's Changed
- Bugfix in Sphinx by @taiga4112 in https://github.com/pDESy/pDESy/pull/207
- DEV by @taiga4112 in https://github.com/pDESy/pDESy/pull/208
- v0.6.1 by @taiga4112 in https://github.com/pDESy/pDESy/pull/210
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.6.0...v0.6.1
- Python
Published by taiga4112 10 months ago
pdesy - v0.6.0
Breaking Changes from v0.5 to v0.6
- BaseOrganization class has been removed.
- BaseProject has been changed to accept a list of product, workflow, team and workplace.
python # Old project = BaseProject(product=product, workflow=workflow, organization=organization) # New project = BaseProject(product_list=[product], workflow_list=[workflow], team_list=[team], workplace_list=[workplace]) get_mermaid_diagram()andprint_mermaid_diagram()methods have been added. For examle, you can use Mermaid Live Editor to visualize the diagram by pasting the result ofprint_mermaid_diagram().
What's Changed
- update readme by @taiga4112 in https://github.com/pDESy/pDESy/pull/151
- Bump pillow from 10.1.0 to 10.2.0 by @dependabot in https://github.com/pDESy/pDESy/pull/153
- Bump cryptography from 41.0.7 to 42.0.0 by @dependabot in https://github.com/pDESy/pDESy/pull/154
- Only updating packages by @taiga4112 in https://github.com/pDESy/pDESy/pull/155
- Add citation by @taiga4112 in https://github.com/pDESy/pDESy/pull/156
- Add citation information by @taiga4112 in https://github.com/pDESy/pDESy/pull/157
- Bump cryptography from 42.0.0 to 42.0.4 by @dependabot in https://github.com/pDESy/pDESy/pull/159
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/160
- Bump black from 19.10b0 to 24.3.0 by @dependabot in https://github.com/pDESy/pDESy/pull/161
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/162
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in https://github.com/pDESy/pDESy/pull/163
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/164
- Bump idna from 3.6 to 3.7 by @dependabot in https://github.com/pDESy/pDESy/pull/165
- Bump idna from 3.6 to 3.7 by @dependabot in https://github.com/pDESy/pDESy/pull/166
- update codecov-action v4 by @taiga4112 in https://github.com/pDESy/pDESy/pull/168
- dev to main by @taiga4112 in https://github.com/pDESy/pDESy/pull/167
- Bugfix/poetry numpy by @taiga4112 in https://github.com/pDESy/pDESy/pull/170
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/171
- test_update by @taiga4112 in https://github.com/pDESy/pDESy/pull/173
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/pDESy/pDESy/pull/172
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/174
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in https://github.com/pDESy/pDESy/pull/175
- Update codecov action by @taiga4112 in https://github.com/pDESy/pDESy/pull/178
- Bump scikit-learn from 1.4.2 to 1.5.0 by @dependabot in https://github.com/pDESy/pDESy/pull/176
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in https://github.com/pDESy/pDESy/pull/177
- Update Codecov setting and others by @taiga4112 in https://github.com/pDESy/pDESy/pull/179
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/180
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in https://github.com/pDESy/pDESy/pull/181
- CodeCov setting by @taiga4112 in https://github.com/pDESy/pDESy/pull/182
- Poetry update by @taiga4112 in https://github.com/pDESy/pDESy/pull/184
- Bugfix/autotask by @taiga4112 in https://github.com/pDESy/pDESy/pull/186
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/187
- poetry update by @taiga4112 in https://github.com/pDESy/pDESy/pull/188
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/189
- poetry update by @taiga4112 in https://github.com/pDESy/pDESy/pull/190
- Removing Anaconda support by @taiga4112 in https://github.com/pDESy/pDESy/pull/192
- Preparing v0.6.0 by @taiga4112 in https://github.com/pDESy/pDESy/pull/201
- v0.6.0 by @taiga4112 in https://github.com/pDESy/pDESy/pull/204
- BugFix for v0.6.0 by @taiga4112 in https://github.com/pDESy/pDESy/pull/206
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.5.1...v0.6.0
- Python
Published by taiga4112 11 months ago
pdesy - v0.5.2
What's Changed
- Only updating packages by @taiga4112 in https://github.com/pDESy/pDESy/pull/155
- Add citation information by @taiga4112 in https://github.com/pDESy/pDESy/pull/157
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/160
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/162
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/164
- dev to main by @taiga4112 in https://github.com/pDESy/pDESy/pull/167
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/171
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/174
- Update Codecov setting and others by @taiga4112 in https://github.com/pDESy/pDESy/pull/179
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/180
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in https://github.com/pDESy/pDESy/pull/181
- Poetry update by @taiga4112 in https://github.com/pDESy/pDESy/pull/184
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/187
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/189
- V0.5.2 by @taiga4112 in https://github.com/pDESy/pDESy/pull/191
- Removing Anaconda support by @taiga4112 in https://github.com/pDESy/pDESy/pull/193
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.5.1...v0.5.2
- Python
Published by taiga4112 12 months ago
pdesy - v0.5.1
What's Changed
- v0.5.0 by @taiga4112 in https://github.com/pDESy/pDESy/pull/131
- Update codecov action by @taiga4112 in https://github.com/pDESy/pDESy/pull/132
- Bump requests from 2.29.0 to 2.31.0 by @dependabot in https://github.com/pDESy/pDESy/pull/133
- Bump cryptography from 40.0.2 to 41.0.2 by @dependabot in https://github.com/pDESy/pDESy/pull/135
- Exclude BaseSubProjectTask from the target of insert/remove absencetimelist by @taiga4112 in https://github.com/pDESy/pDESy/pull/137
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in https://github.com/pDESy/pDESy/pull/138
- Prepare v0.5.1rc by @taiga4112 in https://github.com/pDESy/pDESy/pull/139
- Bump cryptography from 41.0.2 to 41.0.4 by @dependabot in https://github.com/pDESy/pDESy/pull/140
- merge from dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/141
- Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in https://github.com/pDESy/pDESy/pull/142
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in https://github.com/pDESy/pDESy/pull/143
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in https://github.com/pDESy/pDESy/pull/144
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in https://github.com/pDESy/pDESy/pull/145
- Dev by @taiga4112 in https://github.com/pDESy/pDESy/pull/146
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in https://github.com/pDESy/pDESy/pull/147
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in https://github.com/pDESy/pDESy/pull/148
- Feature/context check by @taiga4112 in https://github.com/pDESy/pDESy/pull/150
- update readme (#151) by @taiga4112 in https://github.com/pDESy/pDESy/pull/152
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.5.0...v0.5.1
- Python
Published by taiga4112 about 2 years ago
pdesy - v0.5.0
Overview
- Speed up of simulation.
- Add separating and combining simulation
- Change allocation logic of simulation
- Bug fix of some issues.
What's Changed
- v0.4.8 by @taiga4112 in https://github.com/pDESy/pDESy/pull/112
- v0.4.8 (#112) by @taiga4112 in https://github.com/pDESy/pDESy/pull/113
- Remove all model files without the prefix "Base" by @taiga4112 in https://github.com/pDESy/pDESy/pull/111
- v0.4.9 by @taiga4112 in https://github.com/pDESy/pDESy/pull/116
- Remove list.append in private methods by @taiga4112 in https://github.com/pDESy/pDESy/pull/117
- Feature/allocate autotask by @Y-Mihara-st in https://github.com/pDESy/pDESy/pull/119
- About task status for 0 < default_progress < 1 by @yuiokubo in https://github.com/pDESy/pDESy/pull/121
- Feature/append task to workflow by @taiga4112 in https://github.com/pDESy/pDESy/pull/120
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in https://github.com/pDESy/pDESy/pull/123
- Separating simulation by @taiga4112 in https://github.com/pDESy/pDESy/pull/118
- Prepare v0.5.0 by @taiga4112 in https://github.com/pDESy/pDESy/pull/124
- SubProjectTask class by @taiga4112 in https://github.com/pDESy/pDESy/pull/115
- add reversedependencies() in baseworkplace by @taiga4112 in https://github.com/pDESy/pDESy/pull/126
- Remove codecov from pyproject.toml by @taiga4112 in https://github.com/pDESy/pDESy/pull/129
- Change allocation logic by @taiga4112 in https://github.com/pDESy/pDESy/pull/130
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.4.8...v0.5.0
- Python
Published by taiga4112 almost 3 years ago
pdesy - v0.4.9
What's Changed
- Bump pillow from 9.1.0 to 9.1.1 by @dependabot in https://github.com/pDESy/pDESy/pull/88
- v0.4.7 by @taiga4112 in https://github.com/pDESy/pDESy/pull/103
- v0.4.8 by @taiga4112 in https://github.com/pDESy/pDESy/pull/112
New Contributors
- @dependabot made their first contribution in https://github.com/pDESy/pDESy/pull/88
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.4.6...v0.4.9
- Python
Published by taiga4112 over 3 years ago
pdesy - v0.4.8
What's Changed
- Feature/absence time list by @taiga4112 in https://github.com/pDESy/pDESy/pull/86
- Bump pillow from 9.1.0 to 9.1.1 by @dependabot in https://github.com/pDESy/pDESy/pull/88
- Refactoring/docs by @taiga4112 in https://github.com/pDESy/pDESy/pull/94
- just comment out some lines in gettimelistforgannt_chart. by @swanaka in https://github.com/pDESy/pDESy/pull/91
- remove time info from log_txt by @taiga4112 in https://github.com/pDESy/pDESy/pull/95
- Function of shifting result considering holiday or something like that. by @taiga4112 in https://github.com/pDESy/pDESy/pull/93
- Bugfix / visualize backward simulation results. by @taiga4112 in https://github.com/pDESy/pDESy/pull/96
- Bugfix of reversing absence time list on backward simulation by @taiga4112 in https://github.com/pDESy/pDESy/pull/97
- Feature shift schedule by @taiga4112 in https://github.com/pDESy/pDESy/pull/98
- Add feature of progressing autotask while absence time by @taiga4112 in https://github.com/pDESy/pDESy/pull/102
- Feature/shift schedule by @taiga4112 in https://github.com/pDESy/pDESy/pull/101
- v0.4.7 by @taiga4112 in https://github.com/pDESy/pDESy/pull/103
- Feature/independent absence time list by @taiga4112 in https://github.com/pDESy/pDESy/pull/107
- bugfix of costlist & logtxt on removeabsencetime_list by @taiga4112 in https://github.com/pDESy/pDESy/pull/104
- Remove printdebug and logtxt by @taiga4112 in https://github.com/pDESy/pDESy/pull/110
New Contributors
- @dependabot made their first contribution in https://github.com/pDESy/pDESy/pull/88
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.4.6...v0.4.8
- Python
Published by taiga4112 over 3 years ago
pdesy - v0.4.7
What's Changed
- Feature/absence time list by @taiga4112 in https://github.com/pDESy/pDESy/pull/86
- Bump pillow from 9.1.0 to 9.1.1 by @dependabot in https://github.com/pDESy/pDESy/pull/88
- Refactoring/docs by @taiga4112 in https://github.com/pDESy/pDESy/pull/94
- just comment out some lines in gettimelistforgannt_chart. by @swanaka in https://github.com/pDESy/pDESy/pull/91
- remove time info from log_txt by @taiga4112 in https://github.com/pDESy/pDESy/pull/95
- Function of shifting result considering holiday or something like that. by @taiga4112 in https://github.com/pDESy/pDESy/pull/93
- Bugfix / visualize backward simulation results. by @taiga4112 in https://github.com/pDESy/pDESy/pull/96
- Bugfix of reversing absence time list on backward simulation by @taiga4112 in https://github.com/pDESy/pDESy/pull/97
- Feature shift schedule by @taiga4112 in https://github.com/pDESy/pDESy/pull/98
- Add feature of progressing autotask while absence time by @taiga4112 in https://github.com/pDESy/pDESy/pull/102
- Feature/shift schedule by @taiga4112 in https://github.com/pDESy/pDESy/pull/101
New Contributors
- @swanaka made his first contribution in https://github.com/pDESy/pDESy/pull/91
- @dependabot made their first contribution in https://github.com/pDESy/pDESy/pull/88
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.4.6...v0.4.7
- Python
Published by taiga4112 over 3 years ago
pdesy - v0.4.5
What's Changed
- v0.4.4 by @taiga4112 in https://github.com/pDESy/pDESy/pull/81
- Preparation for updating v0.4.5 by @taiga4112 in https://github.com/pDESy/pDESy/pull/82
- v0.4.5 by @taiga4112 in https://github.com/pDESy/pDESy/pull/84
Full Changelog: https://github.com/pDESy/pDESy/compare/v0.4.4...v0.4.5
- Python
Published by taiga4112 almost 4 years ago
pdesy - Add fixing allocation mode
Here is an example of the function of fixing allocation.
python
task_f1_a11.fixing_allocating_worker_id_list = [w2.ID]
task_f3_b.fixing_allocating_facility_id_list = [f1_f3.ID]
project.simulate(max_time = 100, print_debug=False)
- Python
Published by taiga4112 about 5 years ago
pdesy - Simulation considering Component Flow
- Add simulation function considering component and factory size
- Python
Published by taiga4112 over 5 years ago
pdesy - Add detailed setting of Facility
Changing Point
- BaseResource has not been used directory. You can use BaseWorker and BaseFacility.
- In BaseWorker,
facility_skill_mapattribute is added for expressing the detailed setting of the target project. single-workermode in project simulation is deprecated.- You can add this mode by using
solo_workingattributes in BaseWorker and BaseFacility
- You can add this mode by using
- Python
Published by taiga4112 over 5 years ago
pdesy - Add Facility & Factory model
Changes from v0.1.1
- Add Facility & Factory model
- Add the function of activity log recording of Resource & Facility in simulation
Sample code is here.
- Python
Published by taiga4112 over 5 years ago
pdesy - v0.1.0
Description
- API Document release in GitHub pages
- Basic functions and advanced functions are divided into BaseXXX and XXX.
- Python
Published by taiga4112 over 5 years ago