Skip to content

Releases: devosoft/Empirical

v1.1.5

02 Jun 07:09
24ab9a4
Compare
Choose a tag to compare

As released for JOSS

v1.1.4

01 Jun 04:53
a2b1245
Compare
Choose a tag to compare
Bump version: 1.1.3 → 1.1.4

v1.1.3

01 Jun 04:44
40df4b4
Compare
Choose a tag to compare
Bump version: 1.1.2 → 1.1.3

v1.1.2

01 Jun 04:37
da2a53f
Compare
Choose a tag to compare
Bump version: 1.1.1 → 1.1.2

v1.1.1

24 May 01:47
3166a5c
Compare
Choose a tag to compare
Bump version: 1.1.0 → 1.1.1

v1.1.0

24 May 01:34
1c9ad98
Compare
Choose a tag to compare
Bump version: 1.0.0 → 1.1.0

v1.0.0

24 May 01:33
908c265
Compare
Choose a tag to compare
Release v1.0.0

Before directory reorganization

27 Oct 19:26
Compare
Choose a tag to compare
Pre-release

About to merge pull request that overhauls the directory structure in empirical. For more information see: issue #378

Before emscripten v1.38.27 and C++17

22 Feb 14:42
Compare
Choose a tag to compare
Pre-release

This release requires emscripten v1.37.1.

To install emscritpen v1.37.1,

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install emscripten-1.37.1
./emsdk activate emscripten-1.37.1
./emsdk install clang-e1.37.1-64bit
./emsdk activate clang-e1.37.1-64bit

Then, once per terminal session before compiling for web,

source path/to/emsdk/emsdk_env.sh

Before directory shuffle

23 Aug 18:53
Compare
Choose a tag to compare
Pre-release

About to do a big shuffle:

  • Moving all source files to a source/ folder.
  • Getting rid of evo/ and moving evo3/ to Evo/ (as the new default evolution tools)