Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

48 lines (34 loc) · 1.03 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]

Changed

  • refactored code, e.g. datum.py
  • added str and repr method to different classes to make it easier to work on the command line with these objects

Added

  • more tests for parsing input files
  • set_seed function
  • set_nps function
  • code examples
  • parsing of more output data

[0.2.0] - 2024-10-27

Fixed

  • fixed from_mcnp and to_mcnp for several classes
  • fixed pre-commit
  • fixed CI

Added

  • more tests for parsing input files
  • examples
  • material.from_formula
  • modify function to change inp objects

Changed

  • updated docs
  • better str and repr for several classes
  • updated cli

[0.1.2] - 2024-10-19

Fixed

  • CI: automated release on PyPI

[0.1.1] - 2024-10-19

Initial release. Not everything is working yet ;)