A library for supply chain, operations and manufacturing, analysis, modeling and simulation.
Project description
Supplychainpy is a Python library for supply chain analysis, modeling and simulation. The library is currently in early stages of development, so not ready for use in production. For quick exploration, please see the Quick Guide below.
Changelog
0.0.4
Release 0.0.4 has breaking API changes. Namespaces have changed in this release. All the modules previously in the “demand” package are now inside the “inventory” package. If you have been using the “model_inventory” module, then nothing has changed, and there will not be any break in contracts.
Application
[Update] Explicit internal and public API.
[Update] Excess, shortages added to the UncertainDemand order_summary.
[Update] Moved abc_xyz.py, analyse_uncertain_demand.py, economic_order_quantity.py and eoq.pyx from “demand” to “inventory” package
[Update] “Demand” package now contains: evolutionary_algorithms.py, forecast_demand.py and regression.py
[Update] retail_price added to model_inventory.analyse_orders.
[Update] backlog added to the data format for loading into the analysis.
[Update] Unit Tests.
[Update] Docstrings.
[New Feature] Analytic Hierarchy Process.
[New Feature] API supports Pandas DataFrame.
[New Feature] Browser based reporting suite, with charts, data summaries and integrated chat bot.
[New Feature] Dash Bot, a basic chat bot assistant for the data in the reporting suite. Query data using natural language.
[New Feature] Command line interface for processing .csv to database, launching reports and chat bot.
[New Feature] “Model_Demand” module containing simple exponential smoothing and holts trend corrected exponential smoothing.
[New Feature] Summarise and filter your analysis.
[New Feature] Holts Trend Corrected Exponential Smoothing Forecast and optimised variant (evolutionary algorithm for optimised alpha and gamma)
[New Feature] Simple Exponential Smoothing (evolutionary algorithm for optimised alpha).
[New Feature] Evolutionary Algorithms for Smoothing Level Constants (converges on better smoothing levels using genetic algorithm)
[New Feature] SKU and inventory profile recommendations generator.
Documentation
[New] Reporting Suite Walk Through.
[Update] Tutorial.
[Update] Quick Guide.
[New] Declare public API explicitly. describe and document each module and function, give an example also add to website tutorial as Jupyter notebook.
[New] Docker for supplychainpy quick guide.
[New] Analytic Hierarchy Process quick guide.
[New] Inventory Modeling.
[New] Demand Planning with Pandas.
0.0.3
Application
Compiled Cython (eoq and simulation modules) for OS X, Windows and Linux.
Removed z_value, file_type, file_path and reorder_cost parameters from simulate.run_monte_carlo.
Documentation
Update Quick Guide
0.0.2
Application
Added monte carlo simulation and simulation summary using Cython optimisation.
Added orders analysis optimisation, based on results of the monte carlo simulation.
Added simulate module to api.
Added weighted moving average forecast.
Added moving average forecast.
Added mean absolute deviation.
Updated economic order quantity using Cython optimisation.
Updated unit tests.
Documentation
Updates Quick Guide.
Updated Tutorial.
Updated README.md
Added Formulas and Equations.
Updated data.csv.
0.0.1
Application
Added inventory analysis for uncertain demand. Analyse orders from .csv, .txt or from dict.
Added inventory analysis summary for uncertain demand. ABC XYZ, economic order quantity (EOQ), reorder level (ROL), demand variability and safety stock.
Documentation
Added Quick Guide.
Added Tutorial.
Added Installation.
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
Built Distributions
Hashes for supplychainpy-0.0.4-cp35-cp35m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50bab3063e632befdb062febd2019c77ee2f5ccaf40572ea8ba6ea27a287bb04 |
|
MD5 | a6928820919d31121d7f1b56f0dab337 |
|
BLAKE2b-256 | 74fcc48ef539a515c0ae1c07344182eecab823f4630f807e5fedcd6a86e72484 |
Hashes for supplychainpy-0.0.4-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23767bcbf7703eb2c8ee3fbecab2fa37598e375fcf0570fdd3bfe2e0f1d3c97c |
|
MD5 | 3a02cc30d09a42397fb7717a3789aa2b |
|
BLAKE2b-256 | 9c1e5ec1fa75a4cbaaf23cd9418b99ebca4790aa725b6fcdae5ce0b07002fd4c |