Skip to content

Commit

Permalink
Increment version, update project URLs, and set logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 26, 2024
1 parent 3daae4b commit ace90bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[![build](https://github.com/onnela-lab/forest/actions/workflows/build.yml/badge.svg)](https://github.com/onnela-lab/forest/actions/workflows/build.yml)
[![Documentation Status](https://readthedocs.org/projects/forest-docs/badge/)](https://forest.beiwe.org/en/latest/)

<img width="264" height="99" src="forest-logo-color.png" alt="Forest logo">
<!--- using a URL to display logo on PyPI --->
<img width="264" height="99" src="https://raw.githubusercontent.com/onnela-lab/forest/main/forest-logo-color.png" alt="Forest logo">

The Onnela Lab at the Harvard T.H. Chan School of Public Health has developed the Forest library to analyze smartphone-based high-throughput digital phenotyping data. The main intellectual challenge in smartphone-based digital phenotyping has moved from data collection to data analysis. Our research focuses on the development of mathematical and statistical methods for analyzing intensive high-dimensional data. We are actively developing the Forest library for analyzing smartphone-based high-throughput digital phenotyping data collected with the [Beiwe](https://github.com/onnela-lab/beiwe-backend) platform. Forest will implement our methods for analyzing Beiwe data as a Python package and is released under the BSD-3 open-source license. The Forest library will continue to grow over the coming years as we develop new analytical methods.

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "forest-analysis"
version = "0.1.1"
version = "1.0.dev2"
description = "Forest is a library for analyzing smartphone-based high-throughput digital phenotyping data"
authors = [
{ name = "Onnela Lab", email = "[email protected]" }
Expand Down Expand Up @@ -47,10 +47,10 @@ classifiers = [
]

[project.urls]
homepage = "https://github.com/onnela-lab/forest"
documentation = "https://forest.beiwe.org"
issues = "https://github.com/onnela-lab/forest/issues"
source = "https://github.com/onnela-lab/forest"
Documentation = "https://forest.beiwe.org"
Homepage = "https://github.com/onnela-lab/forest"
Issues = "https://github.com/onnela-lab/forest/issues"
Source = "https://github.com/onnela-lab/forest"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit ace90bf

Please sign in to comment.