Skip to content

Commit

Permalink
informational updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 25, 2024
1 parent 134988c commit 703b3b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SVInsight: Social Vulnerability Index Creation
![pages-build-deployment](https://github.com/mdp0023/SVInsight/actions/workflows/pages/pages-build-deployment/badge.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/svinsight)
[![PyPI version](https://badge.fury.io/py/svinsight.svg)](https://badge.fury.io/py/svinsight)

![PyPI](https://img.shields.io/pypi/v/svinsight)

*SVInsight* is a python package for calculating an exploratory social vulnerability index. This package calculates SVI using two methods: (1) an iterative factor analysis method and (2) a rank method, both of which have been heavily utilized in scholarly research. This package automates the creation and comparisons of indices using U.S. American Community Survey 5-Year Data (ACS5) at the block group or tract level. Users can customize which social, demographic, and economic variables are included in their own custom indices.

Expand Down
2 changes: 1 addition & 1 deletion SVInsight/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__= "0.3.1"
__version__= "0.3.2"

from SVInsight.svi import SVInsight
3 changes: 2 additions & 1 deletion 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 = "SVInsight"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"census",
"factor_analyzer",
Expand All @@ -25,6 +25,7 @@ authors = [
]
description = "Create social vulnerabilty index"
readme = "README.md"
long_description = "For more information, please visit https://github.com/mdp0023/SVInsight"
license = {file = "LICENSE.txt"}
keywords = ["SVI",
"Social-Vulnerability",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='SVInsight',
version='0.3.1',
version='0.3.2',
license='MIT',
description='SVInsight - A python package for calculating an exploratory social vulnerability index',
author='M. Preisser, P. Passalacqua, R. P. Bixler',
Expand Down

0 comments on commit 703b3b9

Please sign in to comment.