Skip to content

Commit 351b0af

Browse files
Name change: How to update
1 parent 31f2299 commit 351b0af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Version 0.5.0
77
Breaking changes
88

99
- 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`.
1114

1215
Version 0.4.0
1316
-------------

0 commit comments

Comments
 (0)