Best Fancy Functions, your Best Friend Forever
Project description
bff
Best Fancy Functions, your Best Friend Forever
This package contains some utility functions from plots to data manipulations and could become your new bff.
Installation
pip install bff
Documentation
Available here.
Development setup
git clone https://github.com/axelfahy/bff.git
cd bff
python -m venv venv-dev
source venv-dev/bin/activate
pip install requirements_dev.txt
pip install -e .
Tests
make all
Release History
- 0.1.7
- ADD:
FancyConfig
to handle configuration files.
- ADD:
- 0.1.6
- FIX: Correction of dependencies for doc.
- 0.1.5
- ADD: Documentation of project on Read the Docs.
- 0.1.4
- ADD: Function
mem_usage_pd
to calculate the memory usage of a pandas object. - ADD: Function
idict
to invert the key / values of a dictionary. - ADD: Add Makefile for testing code and style.
- ADD: Add python-versioneer to handle version of package.
- ADD: Function
- 0.1.3
- CHANGE: Restructuration of repo.
- ADD: Travis, flake8, coveralls and PyUp configurations.
- ADD: Function
get_peaks
to get the peaks of a time series. - ADD: Function
plot_series
to plot a time series.
- 0.1.2
- CHANGE: Add axes in plot functions.
- ADD: Function
plot_predictions
function to plot the actual values and the predictions of a model.
- 0.1.1
- CHANGE: Improvement of
plot_history
function. - ADD: Readme with instructions.
- FIX: Fix the imports in the test.
- CHANGE: Improvement of
- 0.1.0
- Initial release.
Meta
Axel Fahy – axel@fahy.net
Distributed under the MIT license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Version number
The version of the package is link to the tag pushed.
To set a new version:
git tag v0.1.4
git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bff-0.1.8.tar.gz
(30.3 kB
view hashes)