From 5f9f8eccb186c05d2d307101aeefde447ac1fa5a Mon Sep 17 00:00:00 2001 From: BastienTr Date: Fri, 9 Oct 2020 13:44:18 +0200 Subject: [PATCH 1/2] Setup file for v0.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 080e8c0..c8bc9ba 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,12 @@ MAINTAINER_EMAIL = 'veeresht@gmail.com' URL = 'http://veeresht.github.com/CommPy' LICENSE = 'BSD 3-Clause' -VERSION = '0.5.0' +VERSION = '0.6.0' #This is a list of files to install, and where #(relative to the 'root' dir, where setup.py is) #You could be more specific. -files = ["channelcoding/*, channelcoding/tests/*, tests/*"] +files = ["channelcoding/*, channelcoding/tests/*, tests/*, channelcoding/designs/ldpc/gallager/*, channelcoding/designs/ldpc/wimax/*"] setup( name=DISTNAME, From 4013d3107ab37479e9905f4dcfc5a389030d7ce3 Mon Sep 17 00:00:00 2001 From: BastienTr Date: Tue, 5 Jan 2021 10:22:23 +0100 Subject: [PATCH 2/2] Small README changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c34b76..fe6164d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://secure.travis-ci.org/veeresht/CommPy.svg?branch=master)](https://secure.travis-ci.org/veeresht/CommPy) -[![Coverage](https://coveralls.io/repos/veeresht/CommPy/badge.svg)](https://coveralls.io/r/veeresht/CommPy) +[![Coverage](https://coveralls.io/repos/veeresht/CommPy/badge.svg?branch=master)](https://coveralls.io/r/veeresht/CommPy) [![PyPi](https://badge.fury.io/py/scikit-commpy.svg)](https://badge.fury.io/py/scikit-commpy) [![Docs](https://readthedocs.org/projects/commpy/badge/?version=latest)](http://commpy.readthedocs.io/en/latest/?badge=latest) @@ -37,6 +37,9 @@ Available Features - Binary Symmetric Channel (BSC) - Binary AWGN Channel (BAWGNC) +[Wifi 802.11 Simulation Class](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py) +- A class to simulate the transmissions and receiving parameters of physical layer 802.11 (currently till VHT (ac)). + [Filters](https://github.com/veeresht/CommPy/blob/master/commpy/filters.py) ------- - Rectangular