-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCHANGELOG
More file actions
13 lines (11 loc) · 767 Bytes
/
CHANGELOG
File metadata and controls
13 lines (11 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Materials Compendium Changelog
## [v0.1.0] - 2023-08-14
### Added
- Initial release of the Materials Compendium project.
- Added a Python script for parsing JSON data from the "Compendium of Material Composition Data for Radiation Transport Modeling" provided by the Pacific Northwest National Laboratory (PNNL).
- Defined data classes to represent contacts, isotopes, elements, mols, and data entries.
- Parsed and structured the JSON data into Python objects using the defined data classes.
- Created a utils module to facilitate the parsing of the JSON data.
- Created a workflow to test the materials compendium module.
- Created a workflow to publish a release of the Materials Compendium project.
- Created a workflow to publish docs to the gh-pages branch.