Releases: nerves-livebook/nerves_livebook
Releases · nerves-livebook/nerves_livebook
v0.10.1
v0.10.0
- Updates
- Update Livebook to v0.10.0
- Update Nerves systems to nerves_system_br 1.23.1 versions. This includes:
- Erlang 26.0.2
- Support for all Raspberry Pi Cameras via libcamera on the RPi4
- Buildroot 2023.02.2
- Linux updates on various systems
- Update Elixir to 1.15.2
- Update all dependencies to their latest versions
NOTE: :tflite_elixir
was temporarily removed due to build errors.
v0.9.1
- Updates
- Update Livebook to v0.9.2
- Include TFLite (
:tflite_elixir
) for all devices that support TensorFlow
Lite (all but Raspberry Pi 1 and Raspberry Pi Zero). See thetflite.livemd
sample to a quick intro. Thanks to Masatoshi Nishiguchi for this. - Update all dependencies to their latest versions.
v0.9.0
-
Updates
- Update Livebook to v0.9.1
- Update Nerves systems to nerves_system_br 1.22.5 versions. This includes Erlang 25.3 and fixes to the Raspberry Pi 3 to support TensorFlow Lite. (TFLite isn't built into Nerves Livebook yet)
- Update all dependencies to their latest versions.
-
Fixes
- Fixed LEDs on SRHub images (Thanks to Eric Oestrich)
v0.8.3
- Updates
- Generate and post docs to hex.pm so that hyperlinks work when calling
NervesLivebook functions - Update Nerves systems to nerves_system_br 1.22.3 versions. This includes
Erlang 25.2.3 and an update for Rust support. Libraries using Rust aren't
included yet due to an issue on 32-bit platforms, but will likely be
included in the next release. - Update all dependencies to their latest versions.
- Generate and post docs to hex.pm so that hyperlinks work when calling
v0.8.2
v0.8.1
IMPORTANT: The MangoPi MQ Pro has a major update that makes it non-backwards
compatible despite this release's version number. This is due to hacks to
support it being removed that unfortunately caused the MicroSD card contents to
be changed. Please move your work off your current MicroSD cards and re-flash
it. Upgrading is not supported.
- Updates
- Update Nerves systems to
nerves_system_br
1.22.1 versions (Buildroot 2022.11) - Update MangoPi MQ Pro to Linux 6.1
- Switch MangoPi MQ Pro from Musl Libc to Glibc (better Rust support)
- Update all toolchains to use GCC 12.2
- Update all provided mix libraries to their latest
- Update Nerves systems to
v0.8.0
- Updates
- Update Livebook to v0.8.0
- Reduced logger level to warning to reduce clutter when evaluating cells.
This is a the same default level as regular Livebook. - Support the shutdown button. This will gracefully power off your device.
Note that Nerves Livebook syncs notebooks to minimizing losing notebook
changes already, but this is an additional way to make sure everything has been
flushed to storage when you're done. - Update Nerves systems to
nerves_system_br
1.21.6 versions (Erlang/OTP 25.2) - Update all provided mix libraries to their latest.