Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury authored Aug 30, 2023
1 parent 289b7b9 commit 5fbaf88
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 5fbaf88

Please sign in to comment.