Skip to content

Commit

Permalink
Add compat for weakdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson committed Jun 4, 2024
1 parent 34a581d commit a5ffde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Add compat for weakdeps (UMAP, TSne, PrincipalMomentAnalysis).

## [0.3.9] - 2024-03-04

### Fixed

* Relax `===` to `==` when comparing some models. (This fixes a bug when a model is saved to disk using e.g. JLD2 and the loaded again.)
* Relax `===` to `==` when comparing some models. (This fixes a bug occurring when a model is saved to disk using e.g. JLD2 and the loaded again.)

## [0.3.8] - 2024-02-22

Expand Down
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ LinearAlgebra = "1"
Missings = "0.4, 1.0"
NearestNeighbors = "0.4"
PrecompileTools = "1"
PrincipalMomentAnalysis = "0.2"
Random = "1"
Requires = "1.2"
SCTransform = "0.1"
Expand All @@ -54,7 +55,9 @@ SparseArrays = "1"
StableRNGs = "1"
StaticArrays = "0.12, 1.0"
Statistics = "1"
TSne = "1"
ThreadedSparseArrays = "0.2.0"
UMAP = "0.1"
julia = "1.8"

[extras]
Expand Down

0 comments on commit a5ffde1

Please sign in to comment.