-
Notifications
You must be signed in to change notification settings - Fork 7
[FL-728][FLPY-62] Add Default Report Config for Report Summary Table #1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benflexcompute
approved these changes
May 23, 2025
github-actions bot
pushed a commit
that referenced
this pull request
May 23, 2025
* Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com>
github-actions bot
pushed a commit
that referenced
this pull request
May 23, 2025
* Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com>
piotrkluba
added a commit
that referenced
this pull request
May 27, 2025
commit a8616b8 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 19:52:33 2025 +0000 results folder back under linting commit 4cdd767 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Fri May 23 15:26:37 2025 -0400 implement zonal DDES interface (#1070) * resolved merge conflict with ref_monitor * zonal DDES interface * interface for zonal DDES * Some formatting * applied PR comments * fixed formatting * Update flow360/component/simulation/models/solver_numerics.py Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> * fixed typo in solver_translator.py --------- Co-authored-by: John Moore <john@flexcompute.com> Co-authored-by: benflexcompute <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 0b5f7de Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 18:06:35 2025 +0000 Fix unit test commit 3c84330 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 15:32:50 2025 +0000 Bump develop version since many schema change happened commit a541a4b Author: Angran <angran@flexcompute.com> Date: Fri May 23 10:22:19 2025 -0400 [FL-728] Add Default Report Config for Report Summary Table (#1074) * Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 40d414c Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Tue May 20 15:58:21 2025 +0200 Added support for newer versions of the xrotor file (#1042) * added support for newer versions of the xrotor file * typos fix and a comment added (as per review) * typo fix --------- Co-authored-by: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> commit 21813ba Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 20 14:00:57 2025 +0200 fixed docstring SA class reference (#1073) commit 79b65a9 Author: Angran <angran@flexcompute.com> Date: Tue May 20 06:53:52 2025 -0400 [FL-852] Add Velocity direction specification for Inflow with Mass Flow specified (#1052) * Initial implementation Make sure generic OP and Aerospace OP has same mach() Added deprecation reminder changed deprecation version * ready to merge * Fix local test --------- Co-authored-by: BenYuan <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 48e5c8a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue May 20 06:31:23 2025 -0400 Bump h11 from 0.14.0 to 0.16.0 (#955) Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 20869db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon May 19 20:57:19 2025 -0400 Bump setuptools from 75.8.0 to 78.1.1 (#1075) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fc764bb Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:35:05 2025 +0200 updates according to PR review (#1067) commit c7248fe Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:25:36 2025 +0200 Updates examples for latest release (#1063) * update docstrings * fixed BET example * fixed ID in geometry report * removed legacy file * fixed linter commit 2b6635d Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 19:22:15 2025 +0200 added example for list projects (#1059) * added example for list projects * fixed linter commit 9298bde Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed May 14 21:25:02 2025 -0400 fix(): Removed hash unit tests in V1 Flow360 (#1056) commit 2cc7a65 Author: Angran <angran@flexcompute.com> Date: Wed May 14 19:34:21 2025 -0400 [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1054) * [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1032) * Add debug toggle in simulation params * Translator update * Update Mach to 0.05 * [Hotfix 25.5] Fix the translator for Liquid OP (#1053) * Fix translator for liquid op * Add a unit test commit 27a8c30 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 08:22:28 2025 -0600 made dcldastall always positive (#983) * made dcldastall always positive * reran black commit 9730a48 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 03:49:58 2025 -0600 Complete sweep launching template (#963) * prepared sweep template for jim * added call for sweep_launch_report independently and modified case name * added call for sweep_launch_report independently and modified case name * updated case name * fixed the alignment bug in sweep_launch_report.py * did black and isort * reverted version and wall changes * version reversion * fixed solver version in report * added main function to report generation script --------- Co-authored-by: wiktor-flex <wiktor.krzew@flexcompute.com> commit 74d5444 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed May 14 09:03:48 2025 +0200 Fix validation error while using deprecated include/exclude Chart2D (#1029) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization * bug fixes * Squashed commit of the following: commit e87db2b Author: Angran <angran@flexcompute.com> Date: Fri May 9 17:25:32 2025 -0400 Add an option to specify BETDisk's name in Flow360 converter (#1026) * Add an option to specify BETDisk's name in converter * Slight naming change commit 41e853e Author: Angran <angran@flexcompute.com> Date: Fri May 9 15:11:12 2025 -0400 Exclude None before case submission to reduce simulation json size (#1022) commit 65928a5 Author: Angran <angran@flexcompute.com> Date: Fri May 9 14:38:15 2025 -0400 Fix the issue that BET Disk's entity has duplicate name after conversion. (#1019) commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) commit d2f44b9 Author: Angran <angran@flexcompute.com> Date: Tue May 6 15:27:21 2025 -0400 Make hotfix pr draft by default to trigger unit test (#1006) commit 8731d81 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:11 2025 -0400 fix(): Added capability to select environment when setting up the APIKey (#998) commit 48aa268 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:04 2025 -0400 feat(): Add error message whitelist for known 500 responses (#997) * feat(): Add error message whitelist for known 500 responses * Added space * Comment addressed commit 13cc87f Author: Angran <angran@flexcompute.com> Date: Tue May 6 14:23:05 2025 -0400 Fix auto hotfix workflow: keep the empty commit and avoid PR creation if no file is changed (#993) * keep the empty commit and avoid PR creation if no file is changed * Add check to avoid duplicate hotfix commit c48bbea Author: Angran <angran@flexcompute.com> Date: Tue May 6 12:10:01 2025 -0400 Add velocity_magnitude udf when liquid op is used (#994) commit a27a17c Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Mon May 5 14:44:38 2025 -0400 Bump develop version (#989) commit 1803e55 Author: Angran <angran@flexcompute.com> Date: Mon May 5 14:37:40 2025 -0400 Add a workflow to automatically create hotfix PR (#988) * Initial workflow * Fix formatting and add assignee option commit 0c40d0f Author: Angran <angran@flexcompute.com> Date: Fri May 2 15:30:03 2025 -0400 [Dev] Fix incorrect multiconstructor input (#982) * Fix incorrect multiconstructor input * Move filter outside try except * Address comments commit f8e4597 Author: Angran <angran@flexcompute.com> Date: Thu May 1 11:51:24 2025 -0400 [FL-794] Improve error message about setting up the env (#977) * Improve error message about setting up the env * Further improvement * Remove trailing . commit 1376a3c Author: Angran <angran@flexcompute.com> Date: Wed Apr 30 15:15:09 2025 -0400 Fix entity duplication check (#974) commit 45aeaeb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Wed Apr 30 18:37:01 2025 +0200 Improvements to sweep launching template report generation (#934) * added functionality to sweep template report and reverted the deletion of evtol eaxmple * removed from_cloud project upload * changed cfl plot to be a single one * black * removed forces/moments vs beta * used semi-log scale for CFL chart * minor fixes * test for averages * linter * dataitem docstring updated, hard coded value removed * linter * fix typos in docstring Co-authored-by: Angran <angran@flexcompute.com> --------- Co-authored-by: Angran <angran@flexcompute.com> commit 02ed491 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 13 13:35:41 2025 -0400 Bump to 25.5.0 (#1039) * Bump to 25.5.0 * Fix unit test commit ed2c0fb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 13 14:37:19 2025 +0200 added examples to meshing related docstrings (#1016) * added examples to meshing related docstrings and changed some base classes * rolled back the change to base class * Update flow360/component/simulation/meshing_param/face_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * addressed comments --------- Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com>
piotrkluba
added a commit
that referenced
this pull request
May 30, 2025
* Squashed commit of the following: commit 01fbf0e Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Tue May 6 16:10:10 2025 +0200 review suggestions commit 27d2402 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:25:45 2025 +0200 linter commit 9d852fd Merge: 3e7ecd0 e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:23:42 2025 +0200 Merge branch 'develop' into piotr/fix_dataitem_deltas_compatibility commit 3e7ecd0 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:02:17 2025 +0200 linter commit fde581a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 16:48:08 2025 +0200 report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component commit 13fcd3a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 13:37:49 2025 +0200 Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects commit d189f5b Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:36:36 2025 +0200 DataItem support for all ResultsCSV models commit 41feba2 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 18:36:05 2025 +0200 DataItem works for surface forces commit cdbcb46 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 13:19:47 2025 +0200 handling point data implemented and tested * tests and the grouper framework * tests corrected * implemented tag adding feature * tags missing * Squashed commit of the following: commit 3f79c51 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Fri May 9 19:51:53 2025 +0200 implemented tag adding feature commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) * tests passing * tags along submission * linter * deleted kwargs added back * add tag on submission * linter * removed tag changes * Squashed commit of the following: commit a8616b8 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 19:52:33 2025 +0000 results folder back under linting commit 4cdd767 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Fri May 23 15:26:37 2025 -0400 implement zonal DDES interface (#1070) * resolved merge conflict with ref_monitor * zonal DDES interface * interface for zonal DDES * Some formatting * applied PR comments * fixed formatting * Update flow360/component/simulation/models/solver_numerics.py Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> * fixed typo in solver_translator.py --------- Co-authored-by: John Moore <john@flexcompute.com> Co-authored-by: benflexcompute <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 0b5f7de Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 18:06:35 2025 +0000 Fix unit test commit 3c84330 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 15:32:50 2025 +0000 Bump develop version since many schema change happened commit a541a4b Author: Angran <angran@flexcompute.com> Date: Fri May 23 10:22:19 2025 -0400 [FL-728] Add Default Report Config for Report Summary Table (#1074) * Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 40d414c Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Tue May 20 15:58:21 2025 +0200 Added support for newer versions of the xrotor file (#1042) * added support for newer versions of the xrotor file * typos fix and a comment added (as per review) * typo fix --------- Co-authored-by: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> commit 21813ba Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 20 14:00:57 2025 +0200 fixed docstring SA class reference (#1073) commit 79b65a9 Author: Angran <angran@flexcompute.com> Date: Tue May 20 06:53:52 2025 -0400 [FL-852] Add Velocity direction specification for Inflow with Mass Flow specified (#1052) * Initial implementation Make sure generic OP and Aerospace OP has same mach() Added deprecation reminder changed deprecation version * ready to merge * Fix local test --------- Co-authored-by: BenYuan <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 48e5c8a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue May 20 06:31:23 2025 -0400 Bump h11 from 0.14.0 to 0.16.0 (#955) Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 20869db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon May 19 20:57:19 2025 -0400 Bump setuptools from 75.8.0 to 78.1.1 (#1075) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fc764bb Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:35:05 2025 +0200 updates according to PR review (#1067) commit c7248fe Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:25:36 2025 +0200 Updates examples for latest release (#1063) * update docstrings * fixed BET example * fixed ID in geometry report * removed legacy file * fixed linter commit 2b6635d Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 19:22:15 2025 +0200 added example for list projects (#1059) * added example for list projects * fixed linter commit 9298bde Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed May 14 21:25:02 2025 -0400 fix(): Removed hash unit tests in V1 Flow360 (#1056) commit 2cc7a65 Author: Angran <angran@flexcompute.com> Date: Wed May 14 19:34:21 2025 -0400 [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1054) * [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1032) * Add debug toggle in simulation params * Translator update * Update Mach to 0.05 * [Hotfix 25.5] Fix the translator for Liquid OP (#1053) * Fix translator for liquid op * Add a unit test commit 27a8c30 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 08:22:28 2025 -0600 made dcldastall always positive (#983) * made dcldastall always positive * reran black commit 9730a48 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 03:49:58 2025 -0600 Complete sweep launching template (#963) * prepared sweep template for jim * added call for sweep_launch_report independently and modified case name * added call for sweep_launch_report independently and modified case name * updated case name * fixed the alignment bug in sweep_launch_report.py * did black and isort * reverted version and wall changes * version reversion * fixed solver version in report * added main function to report generation script --------- Co-authored-by: wiktor-flex <wiktor.krzew@flexcompute.com> commit 74d5444 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed May 14 09:03:48 2025 +0200 Fix validation error while using deprecated include/exclude Chart2D (#1029) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization * bug fixes * Squashed commit of the following: commit e87db2b Author: Angran <angran@flexcompute.com> Date: Fri May 9 17:25:32 2025 -0400 Add an option to specify BETDisk's name in Flow360 converter (#1026) * Add an option to specify BETDisk's name in converter * Slight naming change commit 41e853e Author: Angran <angran@flexcompute.com> Date: Fri May 9 15:11:12 2025 -0400 Exclude None before case submission to reduce simulation json size (#1022) commit 65928a5 Author: Angran <angran@flexcompute.com> Date: Fri May 9 14:38:15 2025 -0400 Fix the issue that BET Disk's entity has duplicate name after conversion. (#1019) commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) commit d2f44b9 Author: Angran <angran@flexcompute.com> Date: Tue May 6 15:27:21 2025 -0400 Make hotfix pr draft by default to trigger unit test (#1006) commit 8731d81 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:11 2025 -0400 fix(): Added capability to select environment when setting up the APIKey (#998) commit 48aa268 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:04 2025 -0400 feat(): Add error message whitelist for known 500 responses (#997) * feat(): Add error message whitelist for known 500 responses * Added space * Comment addressed commit 13cc87f Author: Angran <angran@flexcompute.com> Date: Tue May 6 14:23:05 2025 -0400 Fix auto hotfix workflow: keep the empty commit and avoid PR creation if no file is changed (#993) * keep the empty commit and avoid PR creation if no file is changed * Add check to avoid duplicate hotfix commit c48bbea Author: Angran <angran@flexcompute.com> Date: Tue May 6 12:10:01 2025 -0400 Add velocity_magnitude udf when liquid op is used (#994) commit a27a17c Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Mon May 5 14:44:38 2025 -0400 Bump develop version (#989) commit 1803e55 Author: Angran <angran@flexcompute.com> Date: Mon May 5 14:37:40 2025 -0400 Add a workflow to automatically create hotfix PR (#988) * Initial workflow * Fix formatting and add assignee option commit 0c40d0f Author: Angran <angran@flexcompute.com> Date: Fri May 2 15:30:03 2025 -0400 [Dev] Fix incorrect multiconstructor input (#982) * Fix incorrect multiconstructor input * Move filter outside try except * Address comments commit f8e4597 Author: Angran <angran@flexcompute.com> Date: Thu May 1 11:51:24 2025 -0400 [FL-794] Improve error message about setting up the env (#977) * Improve error message about setting up the env * Further improvement * Remove trailing . commit 1376a3c Author: Angran <angran@flexcompute.com> Date: Wed Apr 30 15:15:09 2025 -0400 Fix entity duplication check (#974) commit 45aeaeb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Wed Apr 30 18:37:01 2025 +0200 Improvements to sweep launching template report generation (#934) * added functionality to sweep template report and reverted the deletion of evtol eaxmple * removed from_cloud project upload * changed cfl plot to be a single one * black * removed forces/moments vs beta * used semi-log scale for CFL chart * minor fixes * test for averages * linter * dataitem docstring updated, hard coded value removed * linter * fix typos in docstring Co-authored-by: Angran <angran@flexcompute.com> --------- Co-authored-by: Angran <angran@flexcompute.com> commit 02ed491 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 13 13:35:41 2025 -0400 Bump to 25.5.0 (#1039) * Bump to 25.5.0 * Fix unit test commit ed2c0fb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 13 14:37:19 2025 +0200 added examples to meshing related docstrings (#1016) * added examples to meshing related docstrings and changed some base classes * rolled back the change to base class * Update flow360/component/simulation/meshing_param/face_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * addressed comments --------- Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * doctrings updated * linter * added docstring examples, added validating mxed data types * Update flow360/plugins/report/utils.py Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com> --------- Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com>
github-actions bot
pushed a commit
that referenced
this pull request
May 30, 2025
* Squashed commit of the following: commit 01fbf0e Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Tue May 6 16:10:10 2025 +0200 review suggestions commit 27d2402 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:25:45 2025 +0200 linter commit 9d852fd Merge: 3e7ecd0 e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:23:42 2025 +0200 Merge branch 'develop' into piotr/fix_dataitem_deltas_compatibility commit 3e7ecd0 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:02:17 2025 +0200 linter commit fde581a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 16:48:08 2025 +0200 report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component commit 13fcd3a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 13:37:49 2025 +0200 Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects commit d189f5b Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:36:36 2025 +0200 DataItem support for all ResultsCSV models commit 41feba2 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 18:36:05 2025 +0200 DataItem works for surface forces commit cdbcb46 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 13:19:47 2025 +0200 handling point data implemented and tested * tests and the grouper framework * tests corrected * implemented tag adding feature * tags missing * Squashed commit of the following: commit 3f79c51 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Fri May 9 19:51:53 2025 +0200 implemented tag adding feature commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) * tests passing * tags along submission * linter * deleted kwargs added back * add tag on submission * linter * removed tag changes * Squashed commit of the following: commit a8616b8 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 19:52:33 2025 +0000 results folder back under linting commit 4cdd767 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Fri May 23 15:26:37 2025 -0400 implement zonal DDES interface (#1070) * resolved merge conflict with ref_monitor * zonal DDES interface * interface for zonal DDES * Some formatting * applied PR comments * fixed formatting * Update flow360/component/simulation/models/solver_numerics.py Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> * fixed typo in solver_translator.py --------- Co-authored-by: John Moore <john@flexcompute.com> Co-authored-by: benflexcompute <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 0b5f7de Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 18:06:35 2025 +0000 Fix unit test commit 3c84330 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 15:32:50 2025 +0000 Bump develop version since many schema change happened commit a541a4b Author: Angran <angran@flexcompute.com> Date: Fri May 23 10:22:19 2025 -0400 [FL-728] Add Default Report Config for Report Summary Table (#1074) * Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 40d414c Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Tue May 20 15:58:21 2025 +0200 Added support for newer versions of the xrotor file (#1042) * added support for newer versions of the xrotor file * typos fix and a comment added (as per review) * typo fix --------- Co-authored-by: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> commit 21813ba Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 20 14:00:57 2025 +0200 fixed docstring SA class reference (#1073) commit 79b65a9 Author: Angran <angran@flexcompute.com> Date: Tue May 20 06:53:52 2025 -0400 [FL-852] Add Velocity direction specification for Inflow with Mass Flow specified (#1052) * Initial implementation Make sure generic OP and Aerospace OP has same mach() Added deprecation reminder changed deprecation version * ready to merge * Fix local test --------- Co-authored-by: BenYuan <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 48e5c8a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue May 20 06:31:23 2025 -0400 Bump h11 from 0.14.0 to 0.16.0 (#955) Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 20869db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon May 19 20:57:19 2025 -0400 Bump setuptools from 75.8.0 to 78.1.1 (#1075) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fc764bb Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:35:05 2025 +0200 updates according to PR review (#1067) commit c7248fe Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:25:36 2025 +0200 Updates examples for latest release (#1063) * update docstrings * fixed BET example * fixed ID in geometry report * removed legacy file * fixed linter commit 2b6635d Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 19:22:15 2025 +0200 added example for list projects (#1059) * added example for list projects * fixed linter commit 9298bde Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed May 14 21:25:02 2025 -0400 fix(): Removed hash unit tests in V1 Flow360 (#1056) commit 2cc7a65 Author: Angran <angran@flexcompute.com> Date: Wed May 14 19:34:21 2025 -0400 [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1054) * [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1032) * Add debug toggle in simulation params * Translator update * Update Mach to 0.05 * [Hotfix 25.5] Fix the translator for Liquid OP (#1053) * Fix translator for liquid op * Add a unit test commit 27a8c30 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 08:22:28 2025 -0600 made dcldastall always positive (#983) * made dcldastall always positive * reran black commit 9730a48 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 03:49:58 2025 -0600 Complete sweep launching template (#963) * prepared sweep template for jim * added call for sweep_launch_report independently and modified case name * added call for sweep_launch_report independently and modified case name * updated case name * fixed the alignment bug in sweep_launch_report.py * did black and isort * reverted version and wall changes * version reversion * fixed solver version in report * added main function to report generation script --------- Co-authored-by: wiktor-flex <wiktor.krzew@flexcompute.com> commit 74d5444 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed May 14 09:03:48 2025 +0200 Fix validation error while using deprecated include/exclude Chart2D (#1029) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization * bug fixes * Squashed commit of the following: commit e87db2b Author: Angran <angran@flexcompute.com> Date: Fri May 9 17:25:32 2025 -0400 Add an option to specify BETDisk's name in Flow360 converter (#1026) * Add an option to specify BETDisk's name in converter * Slight naming change commit 41e853e Author: Angran <angran@flexcompute.com> Date: Fri May 9 15:11:12 2025 -0400 Exclude None before case submission to reduce simulation json size (#1022) commit 65928a5 Author: Angran <angran@flexcompute.com> Date: Fri May 9 14:38:15 2025 -0400 Fix the issue that BET Disk's entity has duplicate name after conversion. (#1019) commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) commit d2f44b9 Author: Angran <angran@flexcompute.com> Date: Tue May 6 15:27:21 2025 -0400 Make hotfix pr draft by default to trigger unit test (#1006) commit 8731d81 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:11 2025 -0400 fix(): Added capability to select environment when setting up the APIKey (#998) commit 48aa268 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:04 2025 -0400 feat(): Add error message whitelist for known 500 responses (#997) * feat(): Add error message whitelist for known 500 responses * Added space * Comment addressed commit 13cc87f Author: Angran <angran@flexcompute.com> Date: Tue May 6 14:23:05 2025 -0400 Fix auto hotfix workflow: keep the empty commit and avoid PR creation if no file is changed (#993) * keep the empty commit and avoid PR creation if no file is changed * Add check to avoid duplicate hotfix commit c48bbea Author: Angran <angran@flexcompute.com> Date: Tue May 6 12:10:01 2025 -0400 Add velocity_magnitude udf when liquid op is used (#994) commit a27a17c Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Mon May 5 14:44:38 2025 -0400 Bump develop version (#989) commit 1803e55 Author: Angran <angran@flexcompute.com> Date: Mon May 5 14:37:40 2025 -0400 Add a workflow to automatically create hotfix PR (#988) * Initial workflow * Fix formatting and add assignee option commit 0c40d0f Author: Angran <angran@flexcompute.com> Date: Fri May 2 15:30:03 2025 -0400 [Dev] Fix incorrect multiconstructor input (#982) * Fix incorrect multiconstructor input * Move filter outside try except * Address comments commit f8e4597 Author: Angran <angran@flexcompute.com> Date: Thu May 1 11:51:24 2025 -0400 [FL-794] Improve error message about setting up the env (#977) * Improve error message about setting up the env * Further improvement * Remove trailing . commit 1376a3c Author: Angran <angran@flexcompute.com> Date: Wed Apr 30 15:15:09 2025 -0400 Fix entity duplication check (#974) commit 45aeaeb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Wed Apr 30 18:37:01 2025 +0200 Improvements to sweep launching template report generation (#934) * added functionality to sweep template report and reverted the deletion of evtol eaxmple * removed from_cloud project upload * changed cfl plot to be a single one * black * removed forces/moments vs beta * used semi-log scale for CFL chart * minor fixes * test for averages * linter * dataitem docstring updated, hard coded value removed * linter * fix typos in docstring Co-authored-by: Angran <angran@flexcompute.com> --------- Co-authored-by: Angran <angran@flexcompute.com> commit 02ed491 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 13 13:35:41 2025 -0400 Bump to 25.5.0 (#1039) * Bump to 25.5.0 * Fix unit test commit ed2c0fb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 13 14:37:19 2025 +0200 added examples to meshing related docstrings (#1016) * added examples to meshing related docstrings and changed some base classes * rolled back the change to base class * Update flow360/component/simulation/meshing_param/face_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * addressed comments --------- Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * doctrings updated * linter * added docstring examples, added validating mxed data types * Update flow360/plugins/report/utils.py Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com> --------- Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com>
github-actions bot
pushed a commit
that referenced
this pull request
May 30, 2025
* Squashed commit of the following: commit 01fbf0e Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Tue May 6 16:10:10 2025 +0200 review suggestions commit 27d2402 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:25:45 2025 +0200 linter commit 9d852fd Merge: 3e7ecd0 e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:23:42 2025 +0200 Merge branch 'develop' into piotr/fix_dataitem_deltas_compatibility commit 3e7ecd0 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 17:02:17 2025 +0200 linter commit fde581a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 16:48:08 2025 +0200 report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component commit 13fcd3a Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 13:37:49 2025 +0200 Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects commit d189f5b Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:36:36 2025 +0200 DataItem support for all ResultsCSV models commit 41feba2 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 18:36:05 2025 +0200 DataItem works for surface forces commit cdbcb46 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Mon Apr 28 13:19:47 2025 +0200 handling point data implemented and tested * tests and the grouper framework * tests corrected * implemented tag adding feature * tags missing * Squashed commit of the following: commit 3f79c51 Author: Piotr Kluba <piotr.kluba@flexcompute.com> Date: Fri May 9 19:51:53 2025 +0200 implemented tag adding feature commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) * tests passing * tags along submission * linter * deleted kwargs added back * add tag on submission * linter * removed tag changes * Squashed commit of the following: commit a8616b8 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 19:52:33 2025 +0000 results folder back under linting commit 4cdd767 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Fri May 23 15:26:37 2025 -0400 implement zonal DDES interface (#1070) * resolved merge conflict with ref_monitor * zonal DDES interface * interface for zonal DDES * Some formatting * applied PR comments * fixed formatting * Update flow360/component/simulation/models/solver_numerics.py Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> * fixed typo in solver_translator.py --------- Co-authored-by: John Moore <john@flexcompute.com> Co-authored-by: benflexcompute <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 0b5f7de Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 18:06:35 2025 +0000 Fix unit test commit 3c84330 Author: benflexcompute <ben@flexcompute.com> Date: Fri May 23 15:32:50 2025 +0000 Bump develop version since many schema change happened commit a541a4b Author: Angran <angran@flexcompute.com> Date: Fri May 23 10:22:19 2025 -0400 [FL-728] Add Default Report Config for Report Summary Table (#1074) * Add dump_table_csv to report settings * Create default report config service * Fix format * Address circular import * Add function to get default report config and initiate a report job after each case * Add service function * Add unit test * Fix report submission * fix solver version * Add mock response * Fix unit test * Address comment * Fix format * Fix format * More comments to address --------- Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 40d414c Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Tue May 20 15:58:21 2025 +0200 Added support for newer versions of the xrotor file (#1042) * added support for newer versions of the xrotor file * typos fix and a comment added (as per review) * typo fix --------- Co-authored-by: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> commit 21813ba Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 20 14:00:57 2025 +0200 fixed docstring SA class reference (#1073) commit 79b65a9 Author: Angran <angran@flexcompute.com> Date: Tue May 20 06:53:52 2025 -0400 [FL-852] Add Velocity direction specification for Inflow with Mass Flow specified (#1052) * Initial implementation Make sure generic OP and Aerospace OP has same mach() Added deprecation reminder changed deprecation version * ready to merge * Fix local test --------- Co-authored-by: BenYuan <ben@flexcompute.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 48e5c8a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue May 20 06:31:23 2025 -0400 Bump h11 from 0.14.0 to 0.16.0 (#955) Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> commit 20869db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon May 19 20:57:19 2025 -0400 Bump setuptools from 75.8.0 to 78.1.1 (#1075) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fc764bb Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:35:05 2025 +0200 updates according to PR review (#1067) commit c7248fe Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 20:25:36 2025 +0200 Updates examples for latest release (#1063) * update docstrings * fixed BET example * fixed ID in geometry report * removed legacy file * fixed linter commit 2b6635d Author: Maciej Skarysz <83596707+maciej-flexcompute@users.noreply.github.com> Date: Thu May 15 19:22:15 2025 +0200 added example for list projects (#1059) * added example for list projects * fixed linter commit 9298bde Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed May 14 21:25:02 2025 -0400 fix(): Removed hash unit tests in V1 Flow360 (#1056) commit 2cc7a65 Author: Angran <angran@flexcompute.com> Date: Wed May 14 19:34:21 2025 -0400 [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1054) * [FLPY-14] Change the liquid Mach to 0.05 and add private_attribute_dict in simulation params (#1032) * Add debug toggle in simulation params * Translator update * Update Mach to 0.05 * [Hotfix 25.5] Fix the translator for Liquid OP (#1053) * Fix translator for liquid op * Add a unit test commit 27a8c30 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 08:22:28 2025 -0600 made dcldastall always positive (#983) * made dcldastall always positive * reran black commit 9730a48 Author: Jim Bungener <83093472+jbungenerflex@users.noreply.github.com> Date: Wed May 14 03:49:58 2025 -0600 Complete sweep launching template (#963) * prepared sweep template for jim * added call for sweep_launch_report independently and modified case name * added call for sweep_launch_report independently and modified case name * updated case name * fixed the alignment bug in sweep_launch_report.py * did black and isort * reverted version and wall changes * version reversion * fixed solver version in report * added main function to report generation script --------- Co-authored-by: wiktor-flex <wiktor.krzew@flexcompute.com> commit 74d5444 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed May 14 09:03:48 2025 +0200 Fix validation error while using deprecated include/exclude Chart2D (#1029) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization * bug fixes * Squashed commit of the following: commit e87db2b Author: Angran <angran@flexcompute.com> Date: Fri May 9 17:25:32 2025 -0400 Add an option to specify BETDisk's name in Flow360 converter (#1026) * Add an option to specify BETDisk's name in converter * Slight naming change commit 41e853e Author: Angran <angran@flexcompute.com> Date: Fri May 9 15:11:12 2025 -0400 Exclude None before case submission to reduce simulation json size (#1022) commit 65928a5 Author: Angran <angran@flexcompute.com> Date: Fri May 9 14:38:15 2025 -0400 Fix the issue that BET Disk's entity has duplicate name after conversion. (#1019) commit ca0309b Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Fri May 9 08:29:31 2025 +0200 Allow for using DataItem as axis arguments in Chart2D (#972) * handling point data implemented and tested * DataItem works for surface forces * DataItem support for all ResultsCSV models * Squashed commit of the following: commit e05cc18 Author: piotrkluba <piotr.kluba@flexcompute.com> Date: Wed Apr 30 12:29:36 2025 +0200 Support for transient cases in Chart2D in report plugin (#941) * added new testcases * residuals testing expanded by steady SST * tests for handling transient cases * functionality implemented, tests passing * added formatters to tick labels * linter * cosmetic changes * ccosmetic fixes, responsibility splitting * linter * added docstrings commit a7450f3 Author: Angran <angran@flexcompute.com> Date: Tue Apr 29 16:15:20 2025 -0400 Pop keys with None value in the private_attribute_input_cache for multi-constructor (#968) * Pop None key in the private_input_cache * Address comments * Address comments * fix typo commit 9d78709 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 16:38:38 2025 -0400 Revert "John/add low dissipation control factors (#958)" (#966) This reverts commit 0e006c3. commit d960246 Author: Angran <angran@flexcompute.com> Date: Mon Apr 28 13:50:37 2025 -0400 [SCFD-5264] Fix duplication check in entity registry (#960) * Fix duplication check in entity registry * Add unit test * address comment commit 0e006c3 Author: johnmoore4 <johnpmooreiv@gmail.com> Date: Mon Apr 28 08:57:39 2025 -0400 John/add low dissipation control factors (#958) * added low dissipationn control factors for internal use * format * fixed monitor_converter failing unit test --------- Co-authored-by: John Moore <john@flexcompute.com> commit a3113a9 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 13:56:27 2025 -0400 Bump version to 25.5.0b3 (#957) * Bump version * Fix unit test commit e2fdcf8 Author: Angran <angran@flexcompute.com> Date: Thu Apr 24 12:08:14 2025 -0400 Fix incorrect validation of wall function confliction (#952) (#954) commit 4394b5a Author: Angran <angran@flexcompute.com> Date: Wed Apr 23 23:33:46 2025 -0400 Add convergence_limiting_factor example for AdaptiveCFL (#948) commit 3cff64b Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Wed Apr 23 11:27:43 2025 -0400 [FL-541] feat(): Added endpoint url customization capability (#880) * feat(): Added endpoint url customization capability * Added --env option and removed hardcoded env names during selection of APIKeys * Fix linting * self reviewed * Removed Mock S3 STS Token * Added --env for the show_projects * report plugin: transfered include/exclude responsibility to dataitem, added util to search for the results objects, data from path always returns the deepest component * linter * linter * review suggestions * changed array initialization commit ca84b07 Author: Angran <angran@flexcompute.com> Date: Thu May 8 13:13:14 2025 -0400 Add unit test for the default params used in local test (#981) commit d2f44b9 Author: Angran <angran@flexcompute.com> Date: Tue May 6 15:27:21 2025 -0400 Make hotfix pr draft by default to trigger unit test (#1006) commit 8731d81 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:11 2025 -0400 fix(): Added capability to select environment when setting up the APIKey (#998) commit 48aa268 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 6 14:31:04 2025 -0400 feat(): Add error message whitelist for known 500 responses (#997) * feat(): Add error message whitelist for known 500 responses * Added space * Comment addressed commit 13cc87f Author: Angran <angran@flexcompute.com> Date: Tue May 6 14:23:05 2025 -0400 Fix auto hotfix workflow: keep the empty commit and avoid PR creation if no file is changed (#993) * keep the empty commit and avoid PR creation if no file is changed * Add check to avoid duplicate hotfix commit c48bbea Author: Angran <angran@flexcompute.com> Date: Tue May 6 12:10:01 2025 -0400 Add velocity_magnitude udf when liquid op is used (#994) commit a27a17c Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Mon May 5 14:44:38 2025 -0400 Bump develop version (#989) commit 1803e55 Author: Angran <angran@flexcompute.com> Date: Mon May 5 14:37:40 2025 -0400 Add a workflow to automatically create hotfix PR (#988) * Initial workflow * Fix formatting and add assignee option commit 0c40d0f Author: Angran <angran@flexcompute.com> Date: Fri May 2 15:30:03 2025 -0400 [Dev] Fix incorrect multiconstructor input (#982) * Fix incorrect multiconstructor input * Move filter outside try except * Address comments commit f8e4597 Author: Angran <angran@flexcompute.com> Date: Thu May 1 11:51:24 2025 -0400 [FL-794] Improve error message about setting up the env (#977) * Improve error message about setting up the env * Further improvement * Remove trailing . commit 1376a3c Author: Angran <angran@flexcompute.com> Date: Wed Apr 30 15:15:09 2025 -0400 Fix entity duplication check (#974) commit 45aeaeb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Wed Apr 30 18:37:01 2025 +0200 Improvements to sweep launching template report generation (#934) * added functionality to sweep template report and reverted the deletion of evtol eaxmple * removed from_cloud project upload * changed cfl plot to be a single one * black * removed forces/moments vs beta * used semi-log scale for CFL chart * minor fixes * test for averages * linter * dataitem docstring updated, hard coded value removed * linter * fix typos in docstring Co-authored-by: Angran <angran@flexcompute.com> --------- Co-authored-by: Angran <angran@flexcompute.com> commit 02ed491 Author: Ben <106089368+benflexcompute@users.noreply.github.com> Date: Tue May 13 13:35:41 2025 -0400 Bump to 25.5.0 (#1039) * Bump to 25.5.0 * Fix unit test commit ed2c0fb Author: Wiktor <wiktor.krzew@flexcompute.com> Date: Tue May 13 14:37:19 2025 +0200 added examples to meshing related docstrings (#1016) * added examples to meshing related docstrings and changed some base classes * rolled back the change to base class * Update flow360/component/simulation/meshing_param/face_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * Update flow360/component/simulation/meshing_param/edge_params.py Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * addressed comments --------- Co-authored-by: piotrkluba <piotr.kluba@flexcompute.com> * doctrings updated * linter * added docstring examples, added validating mxed data types * Update flow360/plugins/report/utils.py Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com> --------- Co-authored-by: Wiktor <wiktor.krzew@flexcompute.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.