Skip to content

Commit

Permalink
Update IJulia kernel 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Oct 31, 2019
1 parent 469aabf commit c3e6863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.10.3] - 2019-10-31
### Changed
- Updated IJulia 1.0.0 kernel

## [0.10.2] - 2019-07-15
### Changed
- Updated where xalt is loaded
Expand Down Expand Up @@ -134,7 +138,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/compare/v0.10.2...HEAD
[Unreleased]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.3...HEAD
[0.10.3]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/OSC/bc_osc_jupyter/compare/v0.9.0...v0.10.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 @@ -107,7 +107,7 @@
"-i",
"--startup-file=yes",
"--color=yes",
"/usr/local/julia/1.0.0/site/packages/IJulia/9RcVi/src/kernel.jl",
"/usr/local/julia/1.0.0/site/packages/IJulia/fRegO/src/kernel.jl",
"{connection_file}"
],
env: {
Expand Down

0 comments on commit c3e6863

Please sign in to comment.