Closed marcoct closed 3 years ago
Fixes to example data loading and some internal source code involving data frames due to breaking changes in the DataFrames and CSV packages (e.g. symbols versus strings being returned). Examples now running with latest versions of these packages:
DataFrames
CSV
(PClean) pkg> st Project PClean v0.1.0 Status `~/dev/PClean/Project.toml` [6e4b80f9] BenchmarkTools v0.5.0 [336ed68f] CSV v0.8.4 [a93c6f00] DataFrames v0.22.5 [31c24e10] Distributions v0.24.15 [a98d9a8b] Interpolations v0.13.1 [682c06a0] JSON v0.21.1 [093fc24a] LightGraphs v1.3.5 [1914dd2f] MacroTools v0.5.6 [c03570c3] Memoize v0.4.4 [91a5bcdd] Plots v1.10.6 [f27b6e38] Polynomials v1.2.0 [d330b81b] PyPlot v2.9.0 [2913bbd2] StatsBase v0.33.3 [88034a9c] StringDistances v0.10.0 [ade2ca70] Dates [8bb1440f] DelimitedFiles
Fixes to example data loading and some internal source code involving data frames due to breaking changes in the
DataFrames
andCSV
packages (e.g. symbols versus strings being returned). Examples now running with latest versions of these packages: