-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
289b7b9
commit 5fbaf88
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
|
||
## [0.0.1] - 31/08/2023 | ||
|
||
### Added | ||
- Initial release of NuclearBoy Installer Script. | ||
- Automated installation process for PyNE, OpenMC, DAGMC, and Geant4 software. | ||
- User-friendly installation script for setting up nuclear engineering and simulation tools. | ||
- Support for setting installation directory, environment name, and Geant4 data library path. | ||
- Option to automatically install Geant4 data. | ||
- Python virtual environment creation using `venv`. | ||
- Installation of required dependencies and packages. | ||
- MOAB (Mesh-Oriented datABase) version 5.4.1 installation. | ||
- Geant4 version 11.1.1 installation with optional data. | ||
- DAGMC installation with MOAB and Geant4 support. | ||
- OpenMC installation with DAGMC support. | ||
- PyNE installation with MOAB and DAGMC support. | ||
- Creation of program file for environment activation. | ||
- Creation of symbolic link for easy environment activation from any location. | ||
|
||
### Fixed | ||
- Set cython<3 (#2) | ||
|
||
[0.0.1]: https://github.com/ahnaf-tahmid-chowdhury/NuclearBoy/releases/tag/0.0.1 |