Skip to content

Releases: idaholab/MontePy

Release 0.3.0

17 Jul 22:43
Compare
Choose a tag to compare

Features Added

  • overwrite argument added to MCNP_Problem.write_to_file to ensure files are only overwritten if the user really wants to do so (#443).

Bug fixes

  • Fixed bug with SDEF input, and made parser more robust (#396).

Merge Requests

#435, #438, #439, #443, #444, #440, and #431.

Release 0.2.10

01 Jul 20:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug with parsing tally segments (#377)

Note: v0.2.9 was skipped due to this version already being taken on test PyPI due to CI testing.

Release 0.2.8

01 Jul 16:51
Compare
Choose a tag to compare

Documentation

  • Added link to the PyPI project on the Sphinx site (#410)
  • Added link shortcuts for MCNP manual, and github issues and pull requests (#417).
  • Added discussion of MCNP output files to FAQ (#400).
  • Updated MCNP 6.3 manual link to point to OSTI/DOI (#424).

CI/CD

  • Fixed project metadata for author to show up correctly on PyPI (#408)
  • Removed automated versioning from CI/CD, and simplified deploy process (#418)

v0.2.7

30 May 18:19
f2b68fe
Compare
Choose a tag to compare

Bug fixes

  • Made versioning system more robust for all situations (#386).
  • Fixed bug with handling read inputs, and made parser more efficient (#206)
  • Fixed bug that couldn't read materials without a library. E.g., 1001 vs. 1001.80c (#365).

Documentation

  • Improved community documentation for contributing. (#375)
  • Added a changelog (#375)
  • Improved how the python API is navigated. (#359)

CI/CD

  • Improved coveralls integration so actual source code can be shown.
  • Improved sphinx build process (#388)

0.2.6 patch release

15 Apr 22:04
d910100
Compare
Choose a tag to compare

Bug Fixes

  • material: Fixed thermal scattering law never being written to file. (872662f)
  • syntax: Fixed not ignoring vertical mode hidden by comments. (847129e)
  • syntax tree: Fixed typing issue with GeometryTree causing exception (7a24ac0)

Reverts

  • Revert "Defined recursive GeometryTree Comments function for nested dicts." (4246f30)

Continuous Integration

  • Implemented better CI and CD (0885472)
  • coveralls: fixed path issue with coveralls. (ab21045)

0.2.5 beta

16 Jan 18:32
5cf1e1e
Compare
Choose a tag to compare

Minor patch release:

  • Implemented Github actions
  • Added default github issue templates
  • Improved readme and documentation hyperlinks
  • Fixed bug with comments in complex geometry.

0.2.4beta

12 Jan 00:42
b323df3
Compare
Choose a tag to compare

Public release

0.2.3 Beta

12 Jan 00:47
Compare
Choose a tag to compare

Release includes:

  • Adding copyright statements.
  • Adding a logo <3
  • Fixed bug #158.
  • Fixed bug #159.

0.2.2 beta

12 Jan 00:47
Compare
Choose a tag to compare

This a minor patch for bug fixes.

Issues:

#151, #153, #154.

0.2.1 beta

12 Jan 00:47
Compare
Choose a tag to compare

This was a quick release that fixed a small bug with the packaging information that was breaking our pages deployment process.