Skip to content

Latest commit

 

History

History
164 lines (110 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

164 lines (110 loc) · 5.09 KB

CHANGELOG

All notable changes to Python.NET will be documented in this file. This project adheres to Semantic Versioning.

This document follows the conventions laid out in Keep a CHANGELOG.

[Unreleased][]

Added

  • Added warning for ansys-mechanical when provided an input script (#319)
  • Add changelog check to CI/CD (#322)
  • Added version check for ansys-mechanical warning message (#323)

Changed

Fixed

  • Broken links (#316)
  • Fixed warning message for ansys-mechanical (#326)

0.9.3 - July 27 2023

Added

  • Add ansys-mechanical console script (#297)

Changed

  • Bump matplotlib from 3.7.1 to 3.7.2 (#294)
  • Bump pyvista from 0.40.0 to 0.40.1 (#293)
  • Bump sphinx-autodoc-typehints from 1.23.0 to 1.23.3 (#284)
  • Bump patch version (#292)
  • Remove pkg-resources and importlib_metadata (#300)
  • Bump grpcio from 1.56.0 to 1.56.2 (#305)
  • Bump pyvista from 0.40.1 to 0.41.1 (#306)

Fixed

  • Update code snippet for accessing project directory. (#295)
  • Added import logging to doc file (#299)
  • Fix version variable issue running "ansys-mechanical -r {revn} -g" (#302)
  • Update wording in running_mechanical.rst (#303)

0.9.2 - July 7 2023

Added

  • Added private AppData functionality to embedding (#285)

Fixed

  • Updated pythonnet warning message (#286)

Changed

  • Bump pytest from 7.3.2 to 7.4.0 (#282)
  • Bump grpcio from 1.54.2 to 1.56.0 (#283)

0.9.1 - June 21 2023

Added

  • Add version configuration for embedding tests (#270)

Changed

  • Bump pytest-print from 0.3.1 to 0.3.2 (#273)

Fixed

  • FIX: Use updated ansys-tools-path to resolve - missing 1 required positional argument: 'exe_loc' issue (#280)

0.9.0 - June 13 2023

Added

  • link to pymechanical remote sessions examples (#252)
  • add doc to run script without embedding (#262)
  • pre-commit autoupdate (#269)

Changed

  • Bump ansys-sphinx-theme from 0.9.8 to 0.9.9 (#248)
  • Bump grpcio from 1.54.0 to 1.54.2 (#249)
  • Bump sphinx from 6.2.0 to 6.2.1 (#250)
  • change image tag in ci/cd (#254)
  • Bump pyvista from 0.39.0 to 0.39.1 (#256)
  • Standardizing data paths (#257)
  • Bump imageio from 2.28.1 to 2.30.0 (#258)
  • Bump pytest-cov from 4.0.0 to 4.1.0 (#259)
  • Bump imageio from 2.30.0 to 2.31.0 (#264)
  • Bump pytest from 7.3.1 to 7.3.2 (#267)
  • Bump plotly from 5.14.1 to 5.15.0 (#268)

Fixed

  • FIX: GitHub organization rename to Ansys (#251)
  • fix examples links (#253)
  • fix windows pythonnet warning unit tests (#260)

0.8.0 - May 12 2023

Added

  • changelog (#222)
  • add link to embedding examples (#228)
  • Add close() method to Ansys.Mechanical.Embedding.Application. See (#229)
  • Add check if pythonnet exists in the user environment (#235)

Changed

  • cleanup docker ignore file (#206)
  • Update contributing.rst (#213)
  • Bump sphinx-autodoc-typehints from 1.22 to 1.23.0 (#215)
  • Bump pytest from 7.3.0 to 7.3.1 (#216)
  • Bump sphinx-gallery from 0.12.2 to 0.13.0 (#217)
  • Bump sphinx-copybutton from 0.5.1 to 0.5.2 (#218)
  • Bump sphinx-design from 0.3.0 to 0.4.1 (#219)
  • Remove python 3.7 (#230)
  • Use ansys-tools-path (#231)
  • Bump sphinx from 6.2.0 to 7.0.0 (#232)
  • Bump imageio from 2.28.0 to 2.28.1 (#233)
  • ignore generated *.ipynb, *.py, *.rst, *.md5, *.png and *.pickle files (#239)
  • Bump pyvista from 0.38.5 to 0.39.0 (#245)

Fixed

  • FIX: not necessary anymore to update apt-get (#220)
  • Include amd folder for mapdl solver in the docker image. (#200)
  • Remove jscript references from tests/ folder (#205)
  • Fixes the windows executable path for standalone mechanical (#214)
  • FIX: run_python_script* return empty string for objects that cannot be returned as string (#224)
  • call new() in the BUILDING_GALLERY constructor of Ansys.Mechanical.Embedding.Application (#229)
  • fix documentation link (#234)
  • changed python doc url to fix doc pipeline error (#236)
  • Docker dependencies to support topo and smart tests (#237)

0.7.3 - April 20 2023

Changed

  • Reuse instance of embedded application when building example gallery (#221)

0.7.2 - April 13 2023

Changed

  • Bump plotly from 5.14.0 to 5.14.1 (#197)
  • Bump pytest from 7.2.2 to 7.3.0 (#196)
  • Bump peter-evans/create-or-update-comment from 2 to 3 (#195)
  • Bump ansys-sphinx-theme from 0.9.6 to 0.9.7 (#198)

Fixed

  • Fixed documentation for updating global variables (#203)
  • Remove references to unsupported legacy jscript APIs (#205)
  • Clean up docker image (#206, #200)

0.7.1 - April 10 2023

First public release of PyMechanical