Skip to content

Commit

Permalink
versioned to 0.0.2 with updated ctiations, badges, and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Aug 2, 2024
1 parent 245aafe commit 36830e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README_min.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

<br>

<img src="https://raw.githubusercontent.com/lshpaner/kfre/main/assets/kfre_logo.svg" width="200" style="border: none; outline: none; box-shadow: none;" oncontextmenu="return false;">
<img src="https://raw.githubusercontent.com/lshpaner/eda_toolkit/main/assets/eda_toolkit_logo.svg" width="200" style="border: none; outline: none; box-shadow: none;" oncontextmenu="return false;">

Welcome to EDA Toolkit, a collection of utility functions designed to streamline your exploratory data analysis (EDA) tasks. This repository offers tools for directory management, data preprocessing, reporting, visualization, and more, helping you efficiently handle various aspects of data manipulation and analysis.
<br>

Welcome to EDA Toolkit, a collection of utility functions designed to streamline your exploratory data analysis (EDA) tasks. This repository offers tools for directory management, some data preprocessing, reporting, visualizations, and more, helping you efficiently handle various aspects of data manipulation and analysis.


## Prerequisites
Expand Down Expand Up @@ -59,11 +61,11 @@ If you use `eda_toolkit` in your research or projects, please consider citing it
@software{shpaner_2024_13162633,
author = {Shpaner, Leonid and
Gil, Oscar},
title = {lshpaner/eda\_toolkit: eda\_toolkit 0.0.1c},
title = {lshpaner/eda\_toolkit: eda\_toolkit 0.0.2},
month = aug,
year = 2024,
publisher = {Zenodo},
version = {0.0.1c},
version = {0.0.2},
doi = {10.5281/zenodo.13162633},
url = {https://doi.org/10.5281/zenodo.13162633}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="eda_toolkit",
version="0.0.1c",
version="0.0.2",
author="Leonid Shpaner, Oscar Gil",
author_email="[email protected]",
description="A Python library for EDA (directory management, some data preprocessing, reporting, visualizations, and more)",
Expand Down
2 changes: 1 addition & 1 deletion src/eda_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1c"
__version__ = "0.0.2"

from .main import *

0 comments on commit 36830e6

Please sign in to comment.