Skip to content

Commit

Permalink
Merge pull request #15 from scicloj/remove-image-fn
Browse files Browse the repository at this point in the history
- removed the tensor->image function, as it exists in dtype-next now
  • Loading branch information
daslu authored Feb 29, 2024
2 parents 9657bc9 + 8bd97c1 commit f2671b0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 39 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [1-alpha28] - unreleased
- removed the tensor->image function, as it exists in dtype-next now (#14)

## [1-alpha27] - 2024-02-24
- updated metamorph.ml dep

Expand Down
1 change: 0 additions & 1 deletion notebooks/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
(clay/make! {:format [:quarto :html]
:base-source-path "notebooks"
:source-path ["index.clj"
"image.clj"
"python.clj"
"stats.clj"
"visualization.clj"
Expand Down
18 changes: 0 additions & 18 deletions notebooks/image.clj

This file was deleted.

3 changes: 1 addition & 2 deletions notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ It collects a few of the main dependencies together with functions allowing to c
## Existing chapters
")

(->> ["image"
"python"
(->> ["python"
"stats"
"visualization"
"prepare_for_ml"
Expand Down
18 changes: 0 additions & 18 deletions src/scicloj/noj/v1/vis/image.clj

This file was deleted.

0 comments on commit f2671b0

Please sign in to comment.