Skip to content

Commit

Permalink
Move to 1.0 (#28)
Browse files Browse the repository at this point in the history
* Move to 1.0

* add Zenodo

* Oxford comma
  • Loading branch information
palday authored Apr 10, 2023
1 parent bbf2164 commit d61a770
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"access_right": "open",
"license": "MIT",
"title": "beacon-biosignals/StandardizedPredictors.jl",
"description": "A Julia package for centering, scaling, and standardizing predictors",
"upload_type": "software",
"creators": [
{
"affiliation": "Beacon Biosignals",
"name": "Kleinschmidt, Dave F.",
"orcid": "0000-0002-7442-2762"
},
{
"affiliation": "Beacon Biosignals",
"name": "Alday, Phillip M.",
"orcid": "0000-0002-9984-5745"
},
{
"affiliation": "Beacon Biosignals",
"name": "Arslan, Alexander R.",
"orcid": "0000-0002-4132-068X"
}
]
}
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StandardizedPredictors"
uuid = "5064a6a7-f8c2-40e2-8bdc-797ec6f1ae18"
authors = "Beacon Biosignals, inc."
version = "0.1.5"
authors = "Beacon Biosignals, Inc."
version = "1.0.0"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down

2 comments on commit d61a770

@palday
Copy link
Member Author

@palday palday commented on d61a770 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81340

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" d61a770b74b40f3c2e26bf5a43d1d75ea13a20a8
git push origin v1.0.0

Please sign in to comment.