From 1b3959cef523a6437bdeb3f660c2cc9799ffb83f Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:00:35 -0300 Subject: [PATCH] build: bump version to 0.1.6 --- .github/workflows/binaries.yml | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- mix.exs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 85e005f..5626c61 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -17,7 +17,7 @@ on: env: PROJECT_NAME: "candlex" PROJECT_DIR: "native/candlex" - PROJECT_VERSION: "0.1.5" + PROJECT_VERSION: "0.1.6" NIF_VERSION: "2.16" jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ad53a..635350a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.6] - 2023-11-24 + +### Added + +- Nx.conv: partially support padding and strides options +- Nx.window_max: initial partial support + ## [0.1.5] - 2023-11-20 ### Added diff --git a/README.md b/README.md index e5df25e..e4fe682 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:candlex, "~> 0.1.5"} + {:candlex, "~> 0.1.6"} ] end ``` diff --git a/mix.exs b/mix.exs index f4eb669..850e4eb 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Candlex.MixProject do @description "An Nx backend for candle machine learning minimalist framework" @source_url "https://github.com/mimiquate/candlex" - @version "0.1.5" + @version "0.1.6" def project do [