Skip to content

Commit a16f51e

Browse files
committed
Merge branch 'release/v0.21.0'
2 parents 59f8fdc + 84fb250 commit a16f51e

File tree

5 files changed

+53
-87
lines changed

5 files changed

+53
-87
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,11 @@ your GPG set-up is working.
222222
Release tags MUST be signed with your GPG key.**
223223

224224
#### Step 1:
225-
Open a terminal window and `cd` to the directory containing the PredictMD source code:
225+
Open a terminal window and `cd` to the directory
226+
containing the PredictMD source code:
226227

227228
```bash
228-
cd ~/.julia/v0.6/PredictMD
229+
cd ~/.julia/dev/PredictMD
229230
```
230231

231232
#### Step 2:

Project.toml

Lines changed: 7 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name = "PredictMD"
22
uuid = "3e7d7328-36f8-4388-bd01-4613c92c7370"
3-
authors = ["Dilum Aluthge <dilum@aluthge.com>"]
4-
version = "0.20.2"
5-
6-
[compat]
7-
julia = "^0.7.0"
3+
authors = ["Dilum Aluthge <dilum@aluthge.com>", "Ishan Sinha <ishan_sinha@brown.edu>", "Paul Stey <paulstey@gmail.com>", "Isabel Restrepo <isabelrestre@gmail.com>", "Elizabeth Chen <liz_chen@brown.edu>", "Neil Sarkar <neil_sarkar@brown.edu>", "Brown Center for Biomedical Informatics <bcbi@brown.edu>"]
4+
version = "0.21.0"
85

96
[deps]
107
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -17,7 +14,6 @@ CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
1714
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
1815
ClassImbalance = "04a18a73-7590-580c-b363-eeca0919eb2a"
1916
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
20-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
2117
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
2218
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
2319
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
@@ -67,6 +63,10 @@ ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
6763
WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"
6864
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6965

66+
[compat]
67+
julia = "^0.7.0"
68+
Documenter = "~0.19"
69+
7070
[extras]
7171
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7272
Atom = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
@@ -78,7 +78,6 @@ CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
7878
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
7979
ClassImbalance = "04a18a73-7590-580c-b363-eeca0919eb2a"
8080
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
81-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8281
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
8382
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
8483
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
@@ -131,66 +130,4 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"
131130
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
132131

133132
[targets]
134-
test = [
135-
"Adapt",
136-
"Atom",
137-
"AutoGrad",
138-
"BSON",
139-
"CSV",
140-
"CSVFiles",
141-
"CUDAapi",
142-
"Cassette",
143-
"ClassImbalance",
144-
"Combinatorics",
145-
"Compat",
146-
"DataDeps",
147-
"DataFrames",
148-
"DecisionTree",
149-
"DefaultApplication",
150-
"Documenter",
151-
"FileIO",
152-
"Flux",
153-
"GLM",
154-
"GPUArrays",
155-
"GZip",
156-
"HTTP",
157-
"HTTPClient",
158-
"HttpServer",
159-
"InteractiveUtils",
160-
"IterableTables",
161-
"JLD2",
162-
"Knet",
163-
"LIBSVM",
164-
"LaTeXStrings",
165-
"LinearAlgebra",
166-
"Literate",
167-
"MLBase",
168-
"MNIST",
169-
"MbedTLS",
170-
"Metalhead",
171-
"Mux",
172-
"NNlib",
173-
"NumericalIntegration",
174-
"OnlineStats",
175-
"PGFPlotsX",
176-
"PackageCompiler",
177-
"Pkg",
178-
"ProgressMeter",
179-
"Query",
180-
"RData",
181-
"RDatasets",
182-
"ROCAnalysis",
183-
"Random",
184-
"Requires",
185-
"Revise",
186-
"Statistics",
187-
"StatsBase",
188-
"StatsModels",
189-
"Test",
190-
"TikzPictures",
191-
"TimeSeries",
192-
"UnicodePlots",
193-
"ValueHistories",
194-
"WebSockets",
195-
"Zygote",
196-
]
133+
test = ["Adapt", "Atom", "AutoGrad", "BSON", "CSV", "CSVFiles", "CUDAapi", "Cassette", "ClassImbalance", "Combinatorics", "DataDeps", "DataFrames", "DecisionTree", "DefaultApplication", "Documenter", "FileIO", "Flux", "GLM", "GPUArrays", "GZip", "HTTP", "HTTPClient", "HttpServer", "InteractiveUtils", "IterableTables", "JLD2", "Knet", "LIBSVM", "LaTeXStrings", "LinearAlgebra", "Literate", "MLBase", "MNIST", "MbedTLS", "Metalhead", "Mux", "NNlib", "NumericalIntegration", "OnlineStats", "PGFPlotsX", "PackageCompiler", "Pkg", "ProgressMeter", "Query", "RData", "RDatasets", "ROCAnalysis", "Random", "Requires", "Revise", "Statistics", "StatsBase", "StatsModels", "Test", "TikzPictures", "TimeSeries", "UnicodePlots", "ValueHistories", "WebSockets", "Zygote"]

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,29 @@
88

99
[PredictMD](https://www.predictmd.net) is a free and open-source Julia package that provides a uniform interface for machine learning.
1010

11-
### Table of Contents
12-
- [Installation](#installation)
13-
- [Documentation](#documentation)
14-
- [Citing](#citing)
15-
- [Contributing](#contributing)
16-
- [Stronghold](#stronghold)
17-
- [Repository Status](#repository-status)
18-
- [CI/CD](#cicd)
11+
To install PredictMD, open Julia
12+
(e.g. open a terminal, type `julia`, and press enter)
13+
and run the following command:
14+
```julia
15+
Pkg.clone("https://github.com/bcbi/PredictMD.jl")
16+
```
17+
18+
Please submit any issues related to PredictMD to the issue tracker: [https://github.com/bcbi/PredictMD.jl/issues](https://github.com/bcbi/PredictMD.jl/issues)
19+
20+
| Table of Contents |
21+
| ----------------- |
22+
| [1. Installation](#installation) |
23+
| [2. Documentation](#documentation) |
24+
| [3. Citing](#citing) |
25+
| [4. Related Repositories](#related-repositories) |
26+
| [5. Contributing](#contributing) |
27+
| [6. Stronghold](#stronghold) |
28+
| [7. Repository Status](#repository-status) |
29+
| [8. CI/CD](#cicd) |
1930

2031
## Installation
2132

22-
PredictMD requires Julia version 0.6.
33+
PredictMD requires Julia version 0.7.
2334

2435
To install PredictMD, open Julia
2536
(e.g. open a terminal, type `julia`, and press enter)
@@ -46,6 +57,12 @@ PredictMD's internals.
4657

4758
If you use PredictMD in research, please cite the software using the following DOI: <a href="https://zenodo.org/badge/latestdoi/109460252"> <img src="https://zenodo.org/badge/109460252.svg"/></a>
4859

60+
## Related Repositories
61+
62+
- [bcbi/PredictMDFull.jl](https://github.com/bcbi/PredictMDFull.jl) - Install PredictMD and all of its Julia dependencies
63+
- [bcbi/PredictMDExtra.jl](https://github.com/bcbi/PredictMDExtra.jl) - Install all of the Julia dependencies of PredictMD (but does not install PredictMD)
64+
- [bcbi/predictmd-conda-recipes](https://github.com/bcbi/predictmd-conda-recipes) - Conda recipes for building the binary dependencies that are required for plotting in PredictMD
65+
4966
## Contributing
5067

5168
If you would like to contribute to the PredictMD source code, please read the instructions in [CONTRIBUTING.md](CONTRIBUTING.md).

ready.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
maintainers:
2+
- name: Dilum Aluthge
3+
github_user: DilumAluthge
4+
5+
docs_url: https://www.predictmd.net/stable
6+
7+
doi: "10.5281/zenodo.1291209"
8+
9+
repo: PredictMD.jl
10+
11+
repo_url: https://github.com/bcbi/PredictMD.jl
12+
13+
site_description: Uniform interface for machine learning in Julia
14+
15+
site_name: PredictMD.jl
16+
17+
type: software

templates/examples/cpu/boston_housing/01_preprocess_data.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ import StatsBase
5151

5252
Random.seed!(999)
5353

54-
# df = CSV.read(
55-
# ,
56-
# DataFrames.DataFrame;
57-
# rows_for_type_detect = 100,
58-
# )
59-
6054
df = DataFrames.DataFrame(
6155
CSVFiles.load(
6256
CSVFiles.Stream(

0 commit comments

Comments
 (0)