Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 2.71 KB

File metadata and controls

111 lines (59 loc) · 2.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Run tests on Python 3.14 (#38)

Fixed

  • Fixing MF7/MT2 key name: LHTR → LTHR (#37)

[0.1.12]

Added

  • Add photon reaction summation rules (#35)

[0.1.11]

Fixed

  • Update build architectures for wheels on PyPA (#34)

[0.1.10]

Changed

  • Optimize string construction in section text parsing (#30)
  • Updated build architectures for wheels on PyPA (#34)

Fixed

  • Fix reading of relative intensity for STYP != 0 (#29)
  • Use fullmatch for GNDS regular expression (#31)

[0.1.9]

Fixed

  • Specifically use cibuildwheel 3.1.3 (#27)

[0.1.8]

Fixed

  • Update cibuildwheel to v3 (#26)

[0.1.7]

Fixed

  • Require Python version 3.10 or higher (#25)

[0.1.6]

Fixed

  • Require Python version 3.9 or higher (#24)

[0.1.5]

Added

  • Adding py 3.13 to pyproject (#20)

Fixed

  • Fix parsing of MF=6, LAW=2 (#22)

[0.1.4]

Fixed

  • Fix artifact names for PyPI publishing (#12)

[0.1.3]

Fixed

  • Updated GitHub Actions workflows (#11)

[0.1.2]

Added

  • Add support for MF=7, MT=451 thermal scattering general info (#1)
  • Allow encoding to be specified when opening ENDF file (#2)
  • Add tests for cfloat_endf (#8)
  • Add Python 3.12 in CI (#9)

Fixed

  • Fix issue with C++ endf float converter (#7)

[0.1.1]

Fixed

  • Fixed GHA workflow for building sdist

[0.1.0]

Added

  • Initial release