You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@ Version 0.5.0
7
7
Breaking changes
8
8
9
9
- The package has been renamed to `TimeSeriesClustering.jl` (`ClustForOpt.jl` -> `TimeSeriesClustering.jl`). Besides the name change, the functionality stays the same.
10
-
- Add the package with `Pkg.add("TimeSeriesClustering")`, and use it with `using TimeSeriesClustering`.
10
+
- First, update your package registry `] up`.
11
+
- Remove the old package with `] rm ClustForOpt` or `Pkg.rm("ClustForOpt")`
12
+
- Add the package with `] add TimeSeriesClustering` or `Pkg.add("TimeSeriesClustering")`, and
13
+
- Use the package with `using TimeSeriesClustering`.
0 commit comments