Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 18, 2024
1 parent fbe2089 commit e0ada5e
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.3.1 (2024-06-18)

### Enhancements

* Add a notebook about manifold learning
* Make knn algorithm configurable on Trimap
* Add `d2_pinball_score` and `d2_absolute_error_score`

## v0.3.0 (2024-05-29)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Scholar.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/scholar"
@version "0.3.0"
@version "0.3.1"

def project do
[
Expand Down
166 changes: 161 additions & 5 deletions notebooks/manifold_learning.livemd

Large diffs are not rendered by default.

0 comments on commit e0ada5e

Please sign in to comment.