Skip to content

Releases: DASA-Design/PyDASA

v0.6.4

26 Jan 14:37

Choose a tag to compare

v0.6.4 (2026-01-26)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Correct 'file' to 'files' in Codecov action configuration (6c6324b)

Chores

  • Comment out notebook testing step in CI workflow (dee2b2c)

  • Re-enable notebook testing in CI workflow (0a4b4d4)

  • Update CHANGELOG for version 0.6.3 release (8b00678)


Detailed Changes: v0.6.3...v0.6.4

v0.6.3

26 Jan 06:02

Choose a tag to compare

v0.6.3 (2026-01-26)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Enhance MonteCarlo variable handling and add serialization tests (5bf2fbc)

Chores

  • Update Codecov action to v5 and improve coverage report upload step (052a0f7)

Detailed Changes: v0.6.2...v0.6.3

v0.6.2

26 Jan 01:43

Choose a tag to compare

v0.6.2 (2026-01-26)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Improve MonteCarlo initialization and handling of non-init fields (eab6b6a)

Detailed Changes: v0.6.1...v0.6.2

v0.6.1

26 Jan 01:22

Choose a tag to compare

v0.6.1 (2026-01-26)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Enhance testing workflow with coverage reporting and update README badges (c15a658)

Detailed Changes: v0.6.0...v0.6.1

v0.6.0

25 Jan 21:41

Choose a tag to compare

v0.6.0 (2026-01-25)

This release is published under the GPL-3.0-or-later License.

Chores

  • Add gitattributes to enforce UTF-8 without BOM for JSON files (0ca23a9)

  • Fix switcher.json UTF-8 BOM encoding issue (c1da02f)

  • Remove invisible character from import statement in setup.py (6c547f4)

  • Use relative path for switcher.json to avoid URL fetch BOM issue (e4ea743)

  • Use relative path for version switcher JSON file (bdc2ba9)

Features

  • Add WorkflowBase class for workflow management and implement unit tests (4b3643e)

Detailed Changes: v0.5.4...v0.6.0

v0.5.4

20 Jan 02:46

Choose a tag to compare

v0.5.4 (2026-01-20)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Make version switcher conditional to prevent build errors (f4859e9)

Chores

  • Add version switcher configuration and JSON URL for documentation navigation (b81e415)

  • Remove outdated version entry v0.3.4 from switcher.json (13db6d1)

  • Update CHANGELOG for version 0.5.3 - document added features, changes, removals, fixes, and improvements (0b0fbb2)


Detailed Changes: v0.5.3...v0.5.4

v0.5.3

20 Jan 02:12

Choose a tag to compare

v0.5.3 (2026-01-20)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

  • Add missing median property to BoundsSpecs and StandardizedSpecs - enhance validation to allow NaN values in setters (2a75f0c)

  • Update AnalysisEngine to improve symbol formatting and reset logic - enhance serialization in to_dict and from_dict methods (83a3e9a)

  • Update Sensitivity and MonteCarlo classes for improved data handling - refactor attributes and methods for better serialization and statistics management (ab69a57)

Chores

  • Update CHANGELOG for version 0.5.2 - document fixes, additions, changes, and internal improvements (427baa1)

Detailed Changes: v0.5.2...v0.5.3

v0.5.1

15 Jan 08:08

Choose a tag to compare

v0.5.1 (2026-01-15)

This release is published under the GPL-3.0-or-later License.


Detailed Changes: v0.5.0...v0.5.1

v0.5.0

15 Jan 08:07

Choose a tag to compare

v0.5.0 (2026-01-15)

This release is published under the GPL-3.0-or-later License.

Chores

  • Update CHANGELOG for version 0.4.10; add new validation decorators and tests (6e6891d)

Features

  • Enhance dimensional expression parsing and validation (b3c378f)

Detailed Changes: v0.4.10...v0.5.0

v0.4.10

12 Jan 05:27

Choose a tag to compare

v0.4.10 (2026-01-12)

This release is published under the GPL-3.0-or-later License.


Detailed Changes: v0.4.9...v0.4.10