Releases: ansys/pyfluent
Releases · ansys/pyfluent
v0.20.dev4
What's Changed
- build: Bump version 0.20.dev1 by @mkundu1 in #2444
- feat: Upload/Download across all API by @hpohekar in #2289
- build: Bump version 0.20.dev3 by @mkundu1 in #2445
- feat: units integration by @seanpearsonuk in #2452
- feat: Backward compatibility for settings API by @mkundu1 in #2448
- refactor: Remove RemoteFileHandler wrapper by @hpohekar in #2450
- feat: Throw standard Python error on beartype violation by @mkundu1 in #2451
- build(deps): bump the actions group with 3 updates by @dependabot in #2407
- feat: get git build details. by @prmukherj in #2440
- build(deps): bump the dependencies group in /requirements with 5 updates by @dependabot in #2409
- refactor: Refactor Meshing workflow. by @prmukherj in #2433
- style: Add a precommit hook for conventional commit by @mkundu1 in #2459
- ci: Include all generated files in the build by @mkundu1 in #2456
- feat: Support relative paths in aliases by @mkundu1 in #2458
- feat: units follow-up with testing by @seanpearsonuk in #2466
- fix: Fix child object access for wildcard class by @mkundu1 in #2467
- build: Include tests directory in package by @mkundu1 in #2470
- feat: Snake case workflow arguments access. by @prmukherj in #2462
- docs: Feat/units and doc by @seanpearsonuk in #2471
Full Changelog: v0.20.dev1...v0.20.dev4
v0.20.dev1
build: Bump version 0.20.dev1
v0.19.2
build: Bump version to 0.19.2 (#2390) Bump version to 0.19.2
v0.20.dev0
What's Changed
- chore: Bump version to v0.19.dev2 by @prmukherj in #2360
Full Changelog: v0.19.dev2...v0.20.dev0
v0.19.1
What's Changed
- Bump version 0.19.dev0 by @mkundu1 in #2132
- fix: decompress artifact for doc indexing by @Revathyvenugopal162 in #2136
- Fix vale warnings by @mkundu1 in #2139
- Multiple dependency updates per dependabot PR by @raph-luc in #2134
- fix tensor type for displacement variable by @ochernuk in #2145
- Fix set_state implementation for command argument instance. by @prmukherj in #2147
- Update flobject.py by @hpohekar in #2148
- Rename file name and path by @hpohekar in #2131
- Monthly dependency bot updates by @raph-luc in #2151
- SVAR Doc by @ajain-work in #1635
- Test to catch Watchdog launch errors, and improved Watchdog behavior on Windows by @raph-luc in #2144
- Correct filename arguments in parametric workflow by @mkundu1 in #2160
- Cavitation Model Example And Example Warning Fix by @ansaboutin in #2102
- Add type annotations for some modules under services by @mkundu1 in #2108
- Bump the dependencies group in /requirements with 3 updates by @dependabot in #2157
- More robust Windows launch command for Watchdog by @raph-luc in #2167
- Making h5py an optional dependency, not installed by default by @raph-luc in #2171
- Expose settings root like in pyconsole. by @prmukherj in #2149
- Bump version 0.19.dev1 by @mkundu1 in #2158
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2170
- Remove timeout loop in FluentConnection by @mkundu1 in #2126
- Fix SVAR doc by @hpohekar in #2172
- Removing invalid escape sequences from docstrings by @raph-luc in #2169
- Prepend working dir to .scp file name by @ansjsia in #2180
- Reverting documentation search function by @raph-luc in #2178
- Enable some skipped tests by @mkundu1 in #2166
- Fixing
vale
vocabulary by @raph-luc in #2181 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2183
- Seamless File Handling - Ansys Lab by @hpohekar in #2138
- Fix for #974 and #1744 by @hpohekar in #2189
- Bump the dependencies group in /requirements with 3 updates by @dependabot in #2190
- Fix for #2188 by @hpohekar in #2193
- Move the wildcard test to 24.1 as it depends on 24.1 API by @mkundu1 in #2199
- Refactor Seamless File Handling by @hpohekar in #2205
- Fixing Slurm/HPC issues by @raph-luc in #2222
- Fixing launch behavior for various Windows shell environments by @raph-luc in #2217
- Fix to CodeQL for future release branches by @raph-luc in #2226
- Setup for Fluent version 24.2 by @mkundu1 in #2228
- Removing deprecated
urlretrieve
to fixdownload_file
issue by @raph-luc in #2234 - Custom Higher Level Exceptions by @hpohekar in #2176
- Pass journal_file_names as command line arguments by @mkundu1 in #2236
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2241
- Doc Fixes by @ansaboutin in #2246
- Fix generic datamodel by @mkundu1 in #2256
- Pythonic Syntax for getattribute Error. by @ansaboutin in #2255
- Support upload/download in session.py. by @hpohekar in #2254
- Add Python version in the README.rst by @MaxJPRey in #2258
- Fix skipped solvermode tests by @millerj97 in #2260
- Updating project metadata by @raph-luc in #2261
- Fix lightweight case read by @mkundu1 in #2268
- Transform cached state for display names or internal names by @mkundu1 in #2257
- Factory pattern in launch_fluent by @hpohekar in #2252
- Meshing queries using fdl by @hpohekar in #1961
- Hide solver lite mode by @hpohekar in #2285
- Add test for species transport model by @ansjsia in #2280
- Bump the dependencies group in /requirements with 4 updates by @dependabot in #2290
- Remove solver lite from solver.rst by @hpohekar in #2295
- Feat/new improved UI by @prmukherj in #2097
- Refactor SVARData to make initialization light-weight. by @prmukherj in #2270
- Support Slurm options in launch_fluent by @mkundu1 in #2269
- Upgrade unit tests to use lightweight case load where possible by @ansjsia in #2296
- Revise test markers by @ansjsia in #2300
- Feat/propagate product version by @ansaboutin in #2291
- Change name of test_initialize by @ansjsia in #2305
- Fix issue with passing
case_file_name
argument tolaunch_fluent()
throwingTypeError
by @ansjsia in #2312 - datamodel_se refactoring for pyconsole implementation by @mkundu1 in #2294
- Bump the actions group with 5 updates by @dependabot in #2330
- feat: More Styles Added by @ansaboutin in #2328
- Update mixing_elbow_settings_api example to run in solver mode. by @MaxJPRey in #2334
- Expose settings root implicitly. by @prmukherj in #2263
- feat: Interceptor to wrap gRPC calls and a method to create services by @mkundu1 in #2333
- feat: Expose new methods in datamodel service. by @prmukherj in #2335
- fix: Strongly Typed Version Checks by @ansaboutin in #2262
- feat: Update container level operations. by @prmukherj in #2336
- refactor: Remove wait_on_refresh by @prmukherj in #2338
- feat: Some refactoring of datamodel events registration code by @mkundu1 in #2337
- fix: Enable piping stdout from server only in Slurm workflow by @mkundu1 in #2341
- feat: datamodel_tui refactoring by @mkundu1 in #2347
- fix: Resolve issue of large volume of grpc calls for some scenarios. by @prmukherj in #2343
- refactor: Make new methods in datamodel_se consistent with PyStateEng… by @prmukherj in #2342
- fix: nightly test settings api updates by @prmukherj in #2349
- feat: Enable skipped tests, numpy <2 by @mkundu1 in #2354
- refactor: Upgrade examples to 24.1 by @ansjsia in #2214
- refactor: Update CI script for pyfluent release. by @prmukherj in #2353
- chore: Bump version to v0.19.dev2 by @prmukherj in #2360
- build: Bump version to 0.19.0 by @prmukherj in #2369
- build: Bump version to 0.19.1 (patch release) by @prmukherj in #2372
New Contributors
- @Revathyvenugopal162 made their first contribution in #2136
- @millerj97 made their first contribution in #2260
Full Changelog: v0.18.0...v0.19.1
v0.19.dev2
Bump version to v0.19.dev2
v0.18.2
What's Changed
- Fix for #974 and #1744 (#2189) by @hpohekar
- Fix for #2188 (#2193) by @hpohekar
- Fixing launch behavior for various Windows shell environments (#2217) by @raph-luc
- Fixing Slurm/HPC issues (#2222) by @raph-luc
- Removing deprecated urlretrieve to fix download_file issue (#2234) by @raph-luc
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- Fix vale warnings (#2139) by @mkundu1
- fix tensor type for displacement variable (#2145) by @ochernuk
- Fix set_state implementation for command argument instance. (#2147) by @prmukherj
- Update flobject.py (#2148) by @hpohekar
- SVAR Doc (#1635) by @ajain-work
- Test to catch Watchdog launch errors, and improved Watchdog behavior on Windows (#2144) by @raph-luc
- Cavitation Model Example And Example Warning Fix (#2102) @ansaboutin
- Add type annotations for some modules under services (#2108) by @mkundu1
- More robust Windows launch command for Watchdog (#2167) by @raph-luc
- Making h5py an optional dependency, not installed by default (#2171) by @raph-luc
- Expose settings root like in pyconsole. (#2149) by @prmukherj
- Remove timeout loop in FluentConnection (#2126) by @mkundu1
- Fix SVAR doc (#2172) by @hpohekar
Full Changelog: v0.18.0...v0.18.1
v0.19.dev1
What's Changed
- Bump version 0.19.dev0 by @mkundu1 in #2132
- fix: decompress artifact for doc indexing by @Revathyvenugopal162 in #2136
- Fix vale warnings by @mkundu1 in #2139
- Multiple dependency updates per dependabot PR by @raph-luc in #2134
- fix tensor type for displacement variable by @ochernuk in #2145
- Fix set_state implementation for command argument instance. by @prmukherj in #2147
- Update flobject.py by @hpohekar in #2148
- Rename file name and path by @hpohekar in #2131
- Monthly dependency bot updates by @raph-luc in #2151
- SVAR Doc by @ajain-work in #1635
- Test to catch Watchdog launch errors, and improved Watchdog behavior on Windows by @raph-luc in #2144
New Contributors
- @Revathyvenugopal162 made their first contribution in #2136
Full Changelog: v0.18.0...v0.19.dev1
v0.18.0
What's Changed
- Fix nightly tests and bump version 0.18.dev0 by @mkundu1 in #1934
- Logging and misc documentation improvements by @raph-luc in #1938
- Fix execute_tui by @mkundu1 in #1941
- Changed thumbnail image. by @ansaboutin in #1940
- Fix for menus which are python keyword names by @mkundu1 in #1945
- Feat/file session by @prmukherj in #1909
- Fix bug in journal read for settings API in launcher. by @prmukherj in #1951
- Fix some nightly tests by @mkundu1 in #1959
- Settings Reader by @prmukherj in #1956
- Add option to patch existing installation with codegen by @mkundu1 in #1970
- Example of creating new materials using settings API by @ansjsia in #1979
- Module level container for repeatable inline constants by @hpohekar in #1794
- Miscellaneous changes by @mkundu1 in #1985
- Replace get_attr/get_attrs usage by @mkundu1 in #1988
- Sync settings.proto by @mkundu1 in #1989
- Avoid running dev docs with 24.1 by @mkundu1 in #1990
- Doc/remove duplicate object chain by @ansaboutin in #1984
- Fix nightly tests by @mkundu1 in #1994
- Removal of the units quantity package by @ansaboutin in #1999
- update docstrings by @seanpearsonuk in #2008
- rm solverworkflow by @seanpearsonuk in #2011
- Fix interrupt from client by @mkundu1 in #2012
- docstring changes by @seanpearsonuk in #2018
- Make sure Fluent is shutdown on exit by @mkundu1 in #2014
- doc: enhance search bar experience by using pymeilisearch by @jorgepiloto in #2024
- Most of the solvermode tests were skipped by @mkundu1 in #2026
- Update installation instructions by @hpohekar in #1997
- Use ansys-bot for docker login by @mkundu1 in #2034
- Updating deprecated logging references by @raph-luc in #2031
- Bump docker/login-action from 2 to 3 by @dependabot in #1974
- Adding CodeQL config YAML by @raph-luc in #2043
- Feat/dm improvements by @prmukherj in #1992
- Document TUI command construction using Python journaling by @mkundu1 in #2033
- Advise TUI -> settings API upgrade by @mkundu1 in #2045
- Set up headlamp case by @ansjsia in #2032
- Updated test_controls and test_disk_2d_models by @cj-hodgson in #2048
- General doc updates, refactoring by @hpohekar in #2035
- New session.exit(wait=True) and wait_process_finished for FluentConnection by @raph-luc in #2029
- Fixing vale by @mkundu1 in #2053
- Added sum and sum_if in reduction.py by @prmukherj in #1969
- Bump version to 0.18.dev1 by @prmukherj in #2058
- Maint/update topy arg by @prmukherj in #2005
- fix: doc-artifact name when uploading doc index by @jorgepiloto in #2040
- Bump actions/checkout from 3 to 4 by @dependabot in #1948
- Bump sphinx-notfound-page from 0.8.3 to 1.0.0 in /requirements by @dependabot in #1933
- Update URLs for PyPi projects by @hpohekar in #2061
- Removing most of the unhelpful console output in examples by @raph-luc in #2052
- Bump sphinxcontrib-websupport from 1.2.5 to 1.2.6 in /requirements by @dependabot in #1889
- Bump ansys-sphinx-theme from 0.10.2 to 0.12.1 in /requirements by @dependabot in #2057
- Bump sphinx-gallery from 0.13.0 to 0.14.0 in /requirements by @dependabot in #1912
- Update data reader docs and tests. by @prmukherj in #2060
- Remove usage of removeprefix and bump version 0.18.dev2 by @mkundu1 in #2065
- Bump sphinx from 7.1.2 to 7.2.6 in /requirements by @dependabot in #1977
- Fix get_session_handle to return only if session handle is present. by @prmukherj in #2069
- Bump version to v0.18.dev3 by @prmukherj in #2070
- Fix get attr. by @prmukherj in #2072
- Update examples doc by @hpohekar in #2068
- Bump version to v0.18.dev4 by @prmukherj in #2073
- Unskip batch_ops test by @mkundu1 in #2067
- Fix for None type objects. by @prmukherj in #2077
- Bump version to v0.18.dev5 by @prmukherj in #2078
- Fix post object definitions for viz repo doc build. by @prmukherj in #2081
- Bump version to v0.18.dev6 by @prmukherj in #2082
- Fix viz repo w.r.t. current changes in the UI repo. by @prmukherj in #2083
- Bump ansys-sphinx-theme from 0.12.1 to 0.12.2 in /requirements by @dependabot in #2084
- Bump version to v0.18.dev7 by @prmukherj in #2085
- Fix docformatter issue by @mkundu1 in #2092
- Bump numpydoc from 1.5.0 to 1.6.0 in /requirements by @dependabot in #2074
- Add doc for exceptions by @mkundu1 in #2094
- Capitalize acronyms and abbreviations by @hpohekar in #2101
- Added section to Example Page by @abhishekchitwar in #2103
- Run docformatter only on CI by @mkundu1 in #2105
- Fix nightly tests by @mkundu1 in #2107
- Drop support for python 3.8 by @prmukherj in #2104
- fix for case file by @seanpearsonuk in #2113
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2112
- Correctly assigned velocity inlet. by @ansaboutin in #2121
- Move headlamp tutorial to pyfluent-examples repo by @ansjsia in #2120
- Enable test_runtime_tui_menus by @mkundu1 in #2119
- Fix read-only? attr name by @mkundu1 in #2127
- Bump version 0.18 by @mkundu1 in #2128
New Contributors
- @ansaboutin made their first contribution in #1940
- @ansjsia made their first contribution in #1979
Full Changelog: v0.17.1...v0.18.0