Releases: ansys/pyfluent
Releases · ansys/pyfluent
v0.5.0
This version of PyFluent is supported for Ansys optiSLang 2022 R2 release.
What's Changed
- Consolidate nightly and PR doc builds by @dnwillia-work in #349
- Graphics view setting. by @ajain-work in #347
- Update settings doc to speed up build time by @V-Dandekar in #352
- Plotter exposure. by @ajain-work in #354
- check_health when we exit from server by @mkundu1 in #355
- Set maximum message length by @mkundu1 in #339
- adding integration tests in tests directory by @seanpearsonuk in #359
- Fix deprecation warnings due to invalid escape sequence in docstrings by @mkundu1 in #378
- Cache examples by @mkundu1 in #373
- Some Getting Started Guide Tweaks by @dnwillia-work in #379
- Pytest for the Fault Tolerant Meshing Workflow - exhaust system by @ypatel-qa in #382
- Ensure end of lines are handled automatically by @dnwillia-work in #389
- PyFluent doc - Getting Started by @ypatel-qa in #393
- launch_fluent doc by @mkundu1 in #391
- Workflow for updating Solver API by @mkundu1 in #397
- use self hosted agent by @akaszynski in #388
- Fix issue 399 by @ypatel-qa in #400
- Use launch_fluent to launch container while building gallery by @mkundu1 in #336
- Bump to 0.5.0 and add optiSLang release note by @mkundu1 in #408
Full Changelog: v0.4.dev0...v0.5.0
v0.4.dev0
What's Changed
- Rename to proper file name by @dnwillia-work in #308
- Plane surface creation. by @ajain-work in #291
- Replace setattr with codegen for better intellisense by @mkundu1 in #293
- Field data refactoring. by @ajain-work in #296
- Maint/clang format by @dnwillia-work in #310
- Migrate to src folder by @RobPasMue in #307
- Fix manifest path by @mkundu1 in #316
- Clang-formatting in pre-commit by @RobPasMue in #317
- Add checks for missing type hints by @mkundu1 in #319
- help(ansys.fluent) should print the README by @mkundu1 in #142
- (1) Adding Fluent example using Python: FTM Workflow by @ypatel-qa in #268
- Create multiple docker images for fluent. One for solver and another with cad by @lxjanoo in #321
- Add scraper setting by @dnwillia-work in #323
- Fix local documentation builds. by @dnwillia-work in #324
- Consolidate README & Getting Started Guide by @dnwillia-work in #325
- Settings API enhancement by @V-Dandekar in #295
- Remove the named-object style access from TUI API by @mkundu1 in #318
- Add pyansys badge by @akaszynski in #326
- Add support of pythreejs as a backend of pyvista and support for Python 3.9. by @jerome-blanche in #311
- Refactoring examples to reduce the run time. Changes for thumbnail im… by @ypatel-qa in #332
- Use PAT for doc deployment by @mkundu1 in #340
- Update pre-commit line length config and reformat with black by @dnwillia-work in #329
- version bump to 0.4.dev0 by @mkundu1 in #330
New Contributors
- @ypatel-qa made their first contribution in #268
- @akaszynski made their first contribution in #326
- @jerome-blanche made their first contribution in #311
Full Changelog: v0.3.dev0...v0.4.dev0
v0.3.dev0
What's Changed
- FIX: remove outdated version.txt file by @jorgepiloto in #258
- Fix nightly doc build by @mkundu1 in #260
- #262 - Solve GitHub Actions button target by @RobPasMue in #265
- Avoid mesh display on case read by @mkundu1 in #267
- Blocking post display. by @ajain-work in #256
- Add 3 examples for Parametric Workflows by @sujal-tipnis in #250
- Implement code style via pre-commit by @jorgepiloto in #264
- Remove the asynchronous decorator from TUI and datamodel command exec… by @mkundu1 in #280
- Uploading coverage results as part of CI by @RobPasMue in #281
- Feat/field data refactoring by @ajain-work in #284
- Set save-project-at-exit? #f in parametric server by @mkundu1 in #275
- Generate explicit datamodel classes by @mkundu1 in #263
- Publish last commit information by @RobPasMue in #286
- Update PyFluent author and maintainer metadata by @RobPasMue in #301
- Include asynchronous function docs by @RobPasMue in #302
- Add code of conduct and contribution guide based on mapdl. by @dnwillia-work in #304
- version bump to 0.3.dev0 by @mkundu1 in #303
New Contributors
- @jorgepiloto made their first contribution in #258
- @sujal-tipnis made their first contribution in #250
Full Changelog: v0.2.dev0...v0.3.dev0
v0.2.dev0
What's Changed
- Minor correction by @ajain-work in #215
- Add a note about installing directly from GitHub by @dnwillia-work in #235
- Minor cleanup, display as console input by @dnwillia-work in #236
- Remove FLUENT_LAUNCHED_FROM_PYFLUENT env var setting while launching … by @mkundu1 in #234
- Connect with docker session in examples by @mkundu1 in #222
- Remove reference to Mac OS by @dnwillia-work in #237
- Post unit tests. by @ajain-work in #232
- Add PMFileManagement rules by @mkundu1 in #240
- Control start_instance via an env var by @mkundu1 in #241
- Correct the repo url by @dnwillia-work in #242
- Fix local doc build when docker is not available by @mkundu1 in #247
- Local surface provider. by @ajain-work in #246
- version bump to 0.2.dev0 by @mkundu1 in #253
Full Changelog: v0.1.dev0...v0.2.dev0
v0.1.dev0
Enhance settings Api (#223) - Add has_allowed_values to get_static_info response to indicate whether the given object has allowed values attribute - Support recursion in get_attrs to recursively fetch the attributes from children