Skip to content

Releases: ansys/pyconceptev

v0.9.4

06 May 13:37
Compare
Choose a tag to compare

0.9.4 - May 06, 2025

Fixed

matplotlib as an optional #228

Dependencies

CHORE: Bump jupyterlab from 4.3.5 to 4.3.6 #205
CHORE: Bump pytest-cov from 5.0.0 to 6.1.1 #216

Maintenance

docs: Update CONTRIBUTORS.md with the latest contributors #215
chore: update CHANGELOG for v0.9.3 #219

v0.9.3

17 Apr 11:01
Compare
Choose a tag to compare

0.9.3 - April 17, 2025

Added

Feature/better client connection #213
update actions to v9 and change python release values #218

Maintenance

chore: update CHANGELOG for v0.9.2 #210

v0.9.2

24 Mar 11:23
Compare
Choose a tag to compare

0.9.2 - March 24, 2025

Maintenance

chore: update CHANGELOG for v0.9.0 #198
208-make-optional-dependency #209

v0.9.1

10 Mar 16:24
Compare
Choose a tag to compare

0.9.0 - March 10, 2025

.. tab-set::

.. tab-item:: Added

.. list-table::
    :header-rows: 0
    :widths: auto

    * - example script for reading from design instance ids
      - [#153](https://github.com/ansys/pyconceptev/pull/153)

    * - Feature/improved automated testing
      - [#168](https://github.com/ansys/pyconceptev/pull/168)

    * - Feature/get project name
      - [#169](https://github.com/ansys/pyconceptev/pull/169)

    * - feature/get_project_or_create
      - [#183](https://github.com/ansys/pyconceptev/pull/183)

    * - added function to get any job file for example input file
      - [#191](https://github.com/ansys/pyconceptev/pull/191)

    * - start for adding support for py3.13
      - [#193](https://github.com/ansys/pyconceptev/pull/193)

.. tab-item:: Fixed

.. list-table::
    :header-rows: 0
    :widths: auto

    * - fix: AUTHORS file format
      - [#160](https://github.com/ansys/pyconceptev/pull/160)

    * - updated account name specification
      - [#171](https://github.com/ansys/pyconceptev/pull/171)

.. tab-item:: Dependencies

.. list-table::
    :header-rows: 0
    :widths: auto

    * - CHORE: Bump pre-commit from 3.8.0 to 4.0.1
      - [#144](https://github.com/ansys/pyconceptev/pull/144)

    * - CHORE: Bump pytest from 8.3.3 to 8.3.4
      - [#161](https://github.com/ansys/pyconceptev/pull/161)

    * - CHORE: Bump jupyterlab from 4.3.1 to 4.3.3
      - [#164](https://github.com/ansys/pyconceptev/pull/164)

    * - CHORE: Bump pytest-asyncio from 0.24.0 to 0.25.0
      - [#165](https://github.com/ansys/pyconceptev/pull/165)

    * - CHORE: Bump jupytext from 1.16.4 to 1.16.6
      - [#166](https://github.com/ansys/pyconceptev/pull/166)

    * - CHORE: Bump jupyterlab from 4.3.3 to 4.3.4
      - [#167](https://github.com/ansys/pyconceptev/pull/167)

    * - CHORE: Bump twine from 5.1.1 to 6.1.0
      - [#170](https://github.com/ansys/pyconceptev/pull/170)

    * - CHORE: Bump pytest-asyncio from 0.25.0 to 0.25.2
      - [#172](https://github.com/ansys/pyconceptev/pull/172)

    * - CHORE: Bump nbsphinx from 0.9.5 to 0.9.6
      - [#173](https://github.com/ansys/pyconceptev/pull/173)

    * - CHORE: Bump tox from 4.23.2 to 4.24.1
      - [#174](https://github.com/ansys/pyconceptev/pull/174)

    * - CHORE: Bump pytest-cov from 5.0.0 to 6.0.0
      - [#175](https://github.com/ansys/pyconceptev/pull/175)

    * - CHORE: Bump pytest-asyncio from 0.25.2 to 0.25.3
      - [#179](https://github.com/ansys/pyconceptev/pull/179)

    * - CHORE: Bump websockets from 14.1 to 15.0
      - [#181](https://github.com/ansys/pyconceptev/pull/181)

    * - CHORE: Bump sphinx-gallery from 0.18.0 to 0.19.0
      - [#185](https://github.com/ansys/pyconceptev/pull/185)

    * - CHORE: Bump pydantic-settings from 2.7.1 to 2.8.1
      - [#186](https://github.com/ansys/pyconceptev/pull/186)

    * - CHORE: Bump matplotlib from 3.9.0 to 3.9.4
      - [#194](https://github.com/ansys/pyconceptev/pull/194)

    * - CHORE: Bump websockets from 15.0 to 15.0.1
      - [#196](https://github.com/ansys/pyconceptev/pull/196)

    * - CHORE: Bump tox from 4.24.1 to 4.24.2
      - [#197](https://github.com/ansys/pyconceptev/pull/197)

.. tab-item:: Maintenance

.. list-table::
    :header-rows: 0
    :widths: auto

    * - chore: update CHANGELOG for v0.8
      - [#159](https://github.com/ansys/pyconceptev/pull/159)

    * - chore: bump version version
      - [#182](https://github.com/ansys/pyconceptev/pull/182)

0.8 <https://github.com/ansys/pyconceptev/releases/tag/v0.8>_ - 2024-11-29

Added

  • added custom exceptions #157

Fixed

  • default value was called only once bug #154
  • added a product_id to create_new_concept so it doesn't call ocm to often #155
  • added gateway timeout exception for get_results function #156

Dependencies

  • CHORE: Bump pytest-cov from 5.0.0 to 6.0.0 #143
  • CHORE: Bump websockets from 14.0 to 14.1 #146
  • CHORE: Bump jupyterlab from 4.3.0 to 4.3.1 #151
  • CHORE: Bump msal from 1.31.0 to 1.31.1 #152
  • CHORE: Bump tomli from 2.1.0 to 2.2.1 #158

Maintenance

  • chore: update CHANGELOG for v0.7.0 #150

Full Changelog: v0.9.0...v0.9.1

v0.8

29 Nov 15:24
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.8

v0.7.0

18 Nov 11:22
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.7.0

v0.6

13 Nov 13:00
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.6

v0.5.0

20 Sep 15:57
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.5.0

v0.4.2

13 Sep 14:52
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.4.2

v0.4.0

04 Sep 10:39
Compare
Choose a tag to compare
chore: updating CHANGELOG for v0.4.0