Skip to content

Releases: DASA-Design/PyDASA

v0.6.9

10 Feb 05:42

Choose a tag to compare

v0.6.9 (2026-02-10)

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

Bug Fixes

  • Update documentation and improve method naming for clarity; remove unused code (c1d92bb)

Detailed Changes: v0.6.8...v0.6.9

v0.6.8

09 Feb 02:05

Choose a tag to compare

v0.6.8 (2026-02-09)

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

Bug Fixes

  • Improve documentation clarity and consistency; enhance LaTeX parsing logic (4fd9023)

Detailed Changes: v0.6.7...v0.6.8

v0.6.7

06 Feb 06:05

Choose a tag to compare

v0.6.7 (2026-02-06)

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

Bug Fixes

  • Refactor documentation and improve clarity across PyDASA modules (60aa5b7)

Detailed Changes: v0.6.6...v0.6.7

v0.6.6

03 Feb 08:01

Choose a tag to compare

v0.6.6 (2026-02-03)

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

Bug Fixes

  • Forcing documentation update (e8e9942)

Documentation

  • Update CHANGELOG for version 0.6.5 with new features, changes, fixes, and removals (7ca71a1)

Detailed Changes: v0.6.5...v0.6.6

v0.6.5

03 Feb 07:35

Choose a tag to compare

v0.6.5 (2026-02-03)

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

Bug Fixes

  • Enhance README and pyproject.toml descriptions; add coefficient calculation method in AnalysisEngine (7a4f2fb)

Chores

  • Clean up code structure and remove unused code blocks (d607a1d)

Documentation

  • Update ReadTheDocs documentation structure. Add roadmap.rst, comprehensive tests.rst, and tutorial.rst. Remove obsolete testing.rst and empty documentation files. (7cdcb12)

Detailed Changes: v0.6.4...v0.6.5

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