Releases: compiler-research/xeus-cpp
Releases Β· compiler-research/xeus-cpp
Xeus-Cpp version 0.5
What's Changed
- Merge xeus-clang-repl mini - new kernels by @alexander-penev in #58
- Initial merge with xeus-clang-repl - Capture outputs by @alexander-penev in #59
- Reduce repetition ci by @mcbarton in #63
- Update actions ci to remove warnings by @mcbarton in #65
- Update clang tidy workflow actions by @mcbarton in #66
- Fix clang tidy by @mcbarton in #67
- Add Code complete by @alexander-penev in #62
- Add Code complete test by @alexander-penev in #69
- Update tutorials documentation by @tharun571 in #64
- [ci] Use a token to upload codecov reports by @vgvassilev in #70
- Add conda package manager information to readme by @mcbarton in #73
- Add clang format workflow by @mcbarton in #76
- Implement simple continuation. by @vgvassilev in #72
- Find xeus >=3.0 in CMakeLists.txt by @alexander-penev in #78
- Fix required xeus version by @alexander-penev in #79
- Remove requirements for xeus version. by @alexander-penev in #80
- Fix available conda platforms by @mcbarton in #81
- non hardcoded number of parallel jobs by @mcbarton in #75
- Update installation instructions in documentation folder by @mcbarton in #82
- Update example notebook to use c++17 kernel by @mcbarton in #83
- Revert required xeus version by @alexander-penev in #84
- Display Binder link in README.md by @mcbarton in #85
- Remove kernelspec from .gitignore by @mcbarton in #87
- Update CONTRIBUTING.md to be consistent with ci by @mcbarton in #86
- Add c++20 kernel by @mcbarton in #77
- Treat all warnings as errors (non wasm) by @mcbarton in #88
- Upgrade example notebook to C++20 kernel by @mcbarton in #91
- Remove xcpp kernelspec by @mcbarton in #90
- Add debug documentation by @tharun571 in #93
- Fix deprecation warning --current-env by @mcbarton in #96
- fix jupyter kernel test on Windows by @mcbarton in #97
- Jupyter lite integration by @mcbarton in #98
- Update testing instructions by @mcbarton in #99
- Update ci Ubuntu to 24.04 by @mcbarton in #74
- Add osx wasm jobs to ci by @mcbarton in #101
- Add wasm build instructions to README.md by @mcbarton in #102
- Add tests for xparser and xinterpreter by @tharun571 in #104
- Update minimum CppInterOp due to code completion by @mcbarton in #105
- Update testing instructions (test after installation) by @mcbarton in #106
- Add test for xinterpreter.cpp by @tharun571 in #107
- Upgraded to latest xeus (3.2.0) by @anutosh491 in #103
- Add tests for xoptions by @tharun571 in #109
- Add tests for xsystem and os by @tharun571 in #112
- Minor changes in Readme for the wasm build by @anutosh491 in #117
- Add tests for xmagics, os, xutils, xinterpreter by @tharun571 in #116
- Removing dirent dependency by @anutosh491 in #113
- Add Jupyter Lite serve instructions to README by @mcbarton in #120
- Update example notebook by @anutosh491 in #121
- Add test for xinterpreter by @tharun571 in #124
- Dropping C++11 & C++14 based kernels by @anutosh491 in #129
- Update available C++ kernels in documentation by @mcbarton in #131
- Make cmake minimum version same accross repo by @mcbarton in #136
- Remove reference to Fortran module references in .gitignore by @mcbarton in #135
- Remove reference to Python in documentation by @mcbarton in #132
- Update clang format spec to c++17 standard by @mcbarton in #134
- Add xeus_zmq_REQUIRED_VERSION cmake by @mcbarton in #133
- Add tests for xmagics by @tharun571 in #138
- Update pytest instructions in documentation by @mcbarton in #130
- Fix clang tidy workflow by @mcbarton in #139
- Upgrade to xeus 5 by @anutosh491 in #127
- Added pull_request_template.md by @mcbarton in #118
- Update issue template by @mcbarton in #137
Full Changelog: 0.4.0...0.5.0
Xeus-Cpp version 0.4
What's Changed
- Fix extract_filename function by @anutosh491 in #25
- [ci] Add clang-tidy support by @vgvassilev in #29
- Refactoring build_interpreter function by @anutosh491 in #31
- [clang-tidy] Adjust xeus-cpp build invocation. by @vgvassilev in #30
- Update README.md installation instructions by @mcbarton in #33
- Revert to the original convention of xeus documentation by @Krishna-13-cyber in #20
- Update CI to have arm build + other changes to CI by @mcbarton in #35
- [ci] Update the checkout version by @vgvassilev in #39
- [coverage] Add a global config yaml by @vgvassilev in #40
- Add the ability to the debug wasm builds by @vgvassilev in #41
- [cmake] Set language and standard. by @vgvassilev in #43
- [cmake] Enumerate all source and include files. by @vgvassilev in #44
- [cmake] Include optionally the docs folder by @vgvassilev in #45
- Add test cases for xutils, xmagics_manager, xpreamble_manager and xbuffer by @brauliorivas in #36
- Add test cases for xparser by @tharun571 in #47
- [cmake] Add missing headers by @vgvassilev in #48
- Use and c++17 to iterate the folders by @vgvassilev in #49
- [ci] Add verbosity to pytest. by @vgvassilev in #51
- Pin nlohmann_json to the last working version by @anutosh491 in #53
- Add a clang-tidy configuration by @vgvassilev in #52
- CONTRIBUTING.md: fix broken Jupyter contributing docs link by @chococandy63 in #57
- Documentation: fixed create conda environment command in
CONTRIBUTING.md
by @chococandy63 in #56 - Initial merge with xeus-clang-repl (mini) by @alexander-penev in #46
New Contributors
- @brauliorivas made their first contribution in #36
- @chococandy63 made their first contribution in #57
Full Changelog: 0.3.0...0.4.0
Xeus-Cpp version 0.3
What's Changed
- Fixed inspect request using Preamble approach by @anutosh491 in #21
Full Changelog: 0.2.0...0.3.0