Skip to content

Tags: mcfadd/Job_Shop_Schedule_Problem

Tags

2.1.0

Toggle 2.1.0's commit message
Releasing version 2.1.0

1.1.0

Toggle 1.1.0's commit message
Releasing Version 1.1.0

1.0.0

Toggle 1.0.0's commit message
Releasing version 1.0.0

Merge branch 'development'

# Conflicts:
#	.gitignore
#	JSSP/benchmark_plotter.py
#	JSSP/data.py
#	JSSP/genetic_algorithm/ga.py
#	JSSP/solution/_schedule_creator.py
#	JSSP/solution/solution.py
#	JSSP/solver.py
#	JSSP/tabu_search/ts.py
#	README.md
#	docs/Algorithms.rst
#	docs/conf.py
#	docs/examples.rst
#	docs/generate_docs.bash
#	docs/index.rst
#	requirements.txt
#	setup.py
#	tests/unit_tests/test_solution.py

0.2.1

Toggle 0.2.1's commit message
Releasing version 0.2.1

Squashed commit of the following:

commit a0fae8b
Author: mcfadd <[email protected]>
Date:   Sat Aug 24 17:03:46 2019 -0500

    Fixing setup.py

commit f22f149
Author: mcfadd <[email protected]>
Date:   Sat Aug 24 15:55:42 2019 -0500

    Updating docstrings, docs folder, setup.py, README.md, and .gitignore

commit 5ea8f66
Author: mcfadd <[email protected]>
Date:   Fri Aug 23 00:17:25 2019 -0500

    Implementing solution to parallel TS on Windows #4.
    Changes in this commit:
    1. Created SpawnProcess extension of mp.Process which initializes the static Data matrices.
    2. Updated setup.py so compile libraries and flags are used when not on Windows.
    3. Added fields for input file paths in data.Data
    4. Removed __reduce__ from Solution and implemented __getstate__ and __setstate__.
    5. Updated test_solution.py

0.2.0

Toggle 0.2.0's commit message
Fixing minor issues in docs