Releases: scireum/jupiter
Releases · scireum/jupiter
GA 3.1.4
What's Changed
- Fix a race condition that lead to missing data in the IDB by @jmuscireum in #20
- Detect and prevent dropped broadcast file events by @jmuscireum in #21
New Contributors
- @jmuscireum made their first contribution in #20
Full Changelog: 3.1.3...3.1.4
3.1.4-rc1
What's Changed
- Fix a race condition that lead to missing data in the IDB by @jmuscireum in #20
New Contributors
- @jmuscireum made their first contribution in #20
Full Changelog: 3.1.3...3.1.4-rc1
GA 3.1.3
What's Changed
- Creates repository before initializing idb by @mkeckmkeck in #19
New Contributors
- @mkeckmkeck made their first contribution in #19
Full Changelog: 3.1.2...3.1.3
GA 3.1.2
GA 3.1.1
GA 3.1.0
Adds PyRun Kernels to support AI tasks in Jupiter.
PyRun permits to load an run Python Kernels. These can receive and process messages via PY.RUN kernel json
What's Changed
- Removes jemalloc as main allocator by @andyHa in #16
- Permits to run Python kernels using PY.RUN by @andyHa in #17
Full Changelog: 3.0.0...3.1.0
GA 3.0.0
This release has no functional changes, however, https://github.com/scireum/apollo-framework has been deprecated and re-integration into Jupiter. This resulted in breaking changes to to module names being changed from apollo_framework::
to jupiter::
.
Also, some dependencies have been updated and clippy inspections were fixed.