File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to `pyIECWind` will be documented in this file.
44
55The format is inspired by Keep a Changelog, adapted to the needs of this project.
66
7+ ## [ 0.1.2] - 2026-05-22
8+
9+ Packaging, release-process, and documentation fixes. No changes to generated
10+ ` .wnd ` output.
11+
12+ ### Added
13+
14+ - The source distribution now ships ` CITATION.cff ` and the ` examples/ ` directory.
15+ - The release workflow attaches the built sdist and wheel to the GitHub Release
16+ (alongside the build-provenance attestation).
17+ - ` pip-audit ` is part of the ` dev ` extra so the dependency audit runs locally.
18+
19+ ### Changed
20+
21+ - Documentation theme switched to ` sphinx_rtd_theme ` (Read the Docs theme).
22+ - The documentation changelog is now generated from ` CHANGELOG.md ` (single source),
23+ and release-process docs use version-agnostic placeholders.
24+ - The ` Documentation ` project URL points to Read the Docs.
25+
726## [ 0.1.1] - 2026-05-22
827
928Documentation, provenance, and supply-chain hardening. No changes to generated
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors:
1313 given-names : Jae Hoon
1414 affiliation : " SMI Lab, Inha University"
1515 # orcid: "https://orcid.org/0000-0000-0000-0000" # add when available
16- version : " 0.1.1 "
16+ version : " 0.1.2 "
1717date-released : " 2026-05-22"
1818license : MIT
1919repository-code : " https://github.com/SMI-Lab-Inha/pyIECWind"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyiecwind"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Modern Python package for legacy IECWind-style IEC wind-condition generation for OpenFAST InflowWind."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ It provides:
2323- The package is pure Python and is intended to build as ` noarch: python `
2424- The runtime dependency surface is intentionally small: ` python ` and ` numpy `
2525- The package includes a console entry point ` pyiecwind `
26- - The current upstream release is ` v0.1.1 `
26+ - The current upstream release is ` v0.1.2 `
Original file line number Diff line number Diff line change 11{% set name = "pyiecwind" %}
2- {% set version = "0.1.1 " %}
2+ {% set version = "0.1.2 " %}
33{% set python_min = "3.10" %}
44
55package :
88
99source :
1010 url : https://github.com/SMI-Lab-Inha/pyIECWind/archive/refs/tags/v{{ version }}.tar.gz
11- sha256 : 0e3711b118354211b6039dba4edaee4545ab65d935e93ba9a28f490ef14f35e4
11+ sha256 : 610e0dfffea5d3c20f482b7766f94845127881606be630d7d709c935ab92575e
1212
1313build :
1414 noarch : python
You can’t perform that action at this time.
0 commit comments