Skip to content

Releases: foarsitter/decide-exchange-model

Bugfix in the p-value generator

05 Jan 16:58
Compare
Choose a tag to compare

Bugfixes:

  • Added a check for a maximum of steps and return 0 when step size of 0 is requested.

2019.1.1

05 Jan 15:12
Compare
Choose a tag to compare

Second release of today with documentation improvements and better error handling.

We start 2019 by using a date versioning schema (calVer). We are adopting the same version schema as Pycharm: YYYY.MINOR.MICRO. The first release will be 2019.1.0 and was released a view hours before.

In 2019.1 we introduce black as the default code format and we are focusing on a more mature and stable program.

Anaconda pre-release

16 Feb 14:33
Compare
Choose a tag to compare
Anaconda pre-release Pre-release
Pre-release
v1.0RC4

Anaconda

Weekly release

21 Dec 10:02
9e45bf6
Compare
Choose a tag to compare
Weekly release Pre-release
Pre-release

Added and fixed some things in the output.

Weekly release 23-11

23 Nov 15:31
b22b4e4
Compare
Choose a tag to compare
Weekly release 23-11 Pre-release
Pre-release

Some small fixes and output enhancements.

Weekly release 16-11

16 Nov 15:19
64d7983
Compare
Choose a tag to compare
Weekly release 16-11 Pre-release
Pre-release

Small fixes for the output.

Randomized Equal Gain

06 Nov 14:46
0461461
Compare
Choose a tag to compare
Randomized Equal Gain Pre-release
Pre-release

First release candidate for the Randomized Equal Gain solution.

Equal Gain Release

25 Jun 19:05
Compare
Choose a tag to compare
Equal Gain Release Pre-release
Pre-release

We are closing in to a final release. This release contains some bugfixes and a view interface tweaks. Since this release we do not longer distribute executable's, since we cannot maintain all the different platforms.

To work with this release, Python 3.6 or newer is required. Checkout https://www.python.org/downloads/ for the latest release. Make sure you install IDLE along with Python. In most cases IDLE is installed default with Python 3.6.

Download the source code from this page and extract it to a known location.

Open the IDLE application. In the IDLE program, go to File -> Open and select the file 'decide-gui.py' in the location where you extracted the source code. This will open a separate window containing the code needed for running the model interface.

Go to Run -> Run module in the new openend window to open the user interface for running the model. Now you are ready to run the model.

In the interface you need to select your input file and specify you output directory. You can tweak the amount of negotiation round and the number of repetitions. When you know what you are doing select the variance checkbox.

Beta release

23 Feb 19:52
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

The beta release.

The aim is to release only portables in the future.

install instructions

Linux: chmod +x decide.linux.v0.1-beta

Test release v1

20 Feb 15:51
Compare
Choose a tag to compare
Test release v1 Pre-release
Pre-release

The first version packed together with pyinstaller for OSx, Windows and Linux.

There is a portable version for each OS and a complete zipped version.

Since OSx fails to build the portable, this one is not available.