Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
minor updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiedxu committed Jan 14, 2021
1 parent 93a6b96 commit 8be2675
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `vsec` vertex splitting & edge contraction
# `vsec`: vertex splitting & edge contraction

[![GitHub license](https://img.shields.io/github/license/edxu96/vsec)](./LICENSE) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![poetry](https://img.shields.io/badge/PyPM-poetry-5975aa)](https://python-poetry.org)

Expand All @@ -19,11 +19,16 @@ in a graph representing the grid, but they are points geographically. On
the other hand, data on electrical devices like power plants is usually
associated with geographical points.

Additionally, there are some functions to handle `pandas` dataframes associated
Additionally, there are some methods to handle `pandas` dataframes associated
with such two objects.

Terms originate from [david2009random] and [heggernes2014contracting].

## Why

- More validation.
- No redundant renaming operation on different dataframes.

## Reference

- David, F., Dukes, W. M. B., Jonsson, T., & Stefansson, S. O. (2009). Random
Expand Down

0 comments on commit 8be2675

Please sign in to comment.