File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717env :
1818 PROJECT_NAME : " candlex"
1919 PROJECT_DIR : " native/candlex"
20- PROJECT_VERSION : " 0.1.4 "
20+ PROJECT_VERSION : " 0.1.5 "
2121 NIF_VERSION : " 2.16"
2222
2323jobs :
Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 0.1.5] - 2023-11-20
9+
10+ ### Added
11+
12+ - Precompiled binary for ARMv6 gnueabihf
13+ - Support Nx.reverse
14+
15+ ### Fixed
16+
17+ - Fixes wrong behavior in Nx.slice when passing Nx.Tensor as start_indices
918
1019## [ 0.1.4] - 2023-11-06
1120
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`:
1414``` elixir
1515def deps do
1616 [
17- {:candlex , " ~> 0.1.4 " }
17+ {:candlex , " ~> 0.1.5 " }
1818 ]
1919end
2020```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Candlex.MixProject do
33
44 @ description "An Nx backend for candle machine learning minimalist framework"
55 @ source_url "https://github.com/mimiquate/candlex"
6- @ version "0.1.4 "
6+ @ version "0.1.5 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments