Skip to content

Commit

Permalink
Added xalt
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Jul 9, 2019
1 parent 2f60f24 commit a73646d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.2] - 2019-07-09
### Added
- Added xalt

## [0.2.1] - 2018-04-23
### Changed
Expand Down Expand Up @@ -48,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.0.3...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module purge
# Load the runtime environment
runtime_env() {
module purge
module load python/3.6 spark/2.3.0
module load xalt/latest python/3.6 spark/2.3.0

# Disable randomized hash for string in Python 3.3+
export PYTHONHASHSEED=0
Expand Down

0 comments on commit a73646d

Please sign in to comment.