Skip to content

Commit

Permalink
Merge pull request #17 from LEB-EPFL/PRERELEASE_v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0 prerelease.
  • Loading branch information
kmdouglass committed Sep 10, 2017
2 parents 27a2a42 + 97d9ed0 commit 19f35f3
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 149 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,5 +13,4 @@ script:
# The line below is needed for the Travis build specifically
- cp -r src/lib/*.jar dist/lib
- ant -f build-travis.xml
- java -jar ./store/SASS*.jar
- ./scripts/tests/test_scripts.sh scripts ./store/SASS*.jar
26 changes: 14 additions & 12 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased
## [v0.3.0]
Contains [ALICA v0.2.1]

### Added
- `StateLogger` object for recording each fluorophore state transition
and the time at which it occurs.
Expand Down Expand Up @@ -29,8 +31,7 @@ All notable changes to this project will be documented in this file.
(by setting the EM gain to a non-zero value) and sCMOS (by setting
the EM gain to zero.)
- A problem preventing the creation of new dStormProperties
fluorophore models.

fluorophore models.

## [v0.2.0]
Contains [ALICA v0.2.1]
Expand Down Expand Up @@ -87,12 +88,13 @@ Contains [ALICA v0.0.2]
- default.nix was added to more easily port the development
environment across machines.

[ALICA v0.2.1]: https://github.com/MStefko/ALICA/releases/tag/v0.2.1
[ALICA v0.0.2]: https://github.com/MStefko/ALICA/releases/tag/v0.0.2
[ALICA v0.1.0]: https://github.com/MStefko/ALICA/releases/tag/v0.1.0
[v0.0.2]: https://github.com/MStefko/SASS/releases/tag/v0.0.2
[v0.1.0]: https://github.com/MStefko/SASS/releases/tag/v0.1.0
[v0.1.1]: https://github.com/MStefko/SASS/releases/tag/v0.1.1
[v0.1.2]: https://github.com/MStefko/SASS/releases/tag/v0.1.2
[v0.2.0]: https://github.com/MStefko/SASS/releases/tag/v0.2.0
[v0.2.1]: https://github.com/MStefko/SASS/releases/tag/v0.2.1
[ALICA v0.2.1]: https://github.com/LEB-EPFL/ALICA/releases/tag/v0.2.1
[ALICA v0.0.2]: https://github.com/LEB-EPFL/ALICA/releases/tag/v0.0.2
[ALICA v0.1.0]: https://github.com/LEB-EPFL/ALICA/releases/tag/v0.1.0
[v0.0.2]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.0.2
[v0.1.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.1.0
[v0.1.1]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.1.1
[v0.1.2]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.1.2
[v0.2.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.2.0
[v0.2.1]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.2.1
[v0.3.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.3.0
91 changes: 0 additions & 91 deletions MATLAB/evaluate.m

This file was deleted.

9 changes: 0 additions & 9 deletions MATLAB/normalizeColumnsByMean.m

This file was deleted.

2 changes: 1 addition & 1 deletion build-travis.xml
Expand Up @@ -3,7 +3,7 @@
<project name="SASS" default="default" basedir=".">
<description>Builds, tests, and runs the project SASS.</description>
<import file="nbproject/build-impl.xml"/>
<property name="store.jar.name" value="SASS_v0.2.1.jar"/>
<property name="store.jar.name" value="SASS_v0.3.0.jar"/>
<property name="store.dir" value="store"/>
<property name="store.jar" value="${store.dir}/${store.jar.name}"/>
<target name="-post-jar">
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -4,7 +4,7 @@
<description>Builds, tests, and runs the project SASS.</description>
<import file="nbproject/build-impl.xml"/>
<property name="pluginsDir" location="/home/douglass/apps/Fiji.app/plugins" />
<property name="store.jar.name" value="SASS_v0.2.1.jar"/>
<property name="store.jar.name" value="SASS_v0.3.0.jar"/>
<property name="store.dir" value="store"/>
<property name="store.jar" value="${store.dir}/${store.jar.name}"/>
<target name="-post-jar">
Expand Down
30 changes: 0 additions & 30 deletions default.nix

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.1'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion scripts/example_run_generator_3D.bsh
Expand Up @@ -58,7 +58,7 @@ STORMsim generator = new STORMsim(device);
generator.setControlSignal(0.03);

// simulate frames
for (i=0;i<5000;i++) {
for (i=0;i<2500;i++) {
if (i%1000==0) {
System.out.println(i);
}
Expand Down
4 changes: 3 additions & 1 deletion shell.nix
Expand Up @@ -36,7 +36,8 @@ with import <nixpkgs> {};
pkgs.python35Packages.beautifulsoup4
pkgs.python35Packages.future
pkgs.python35Packages.docutils
pkgs.python35Packages.sphinx];
pkgs.python35Packages.sphinx
];

meta = {
homepage = "https://github.com/bronto/javasphinx";
Expand All @@ -50,6 +51,7 @@ with import <nixpkgs> {};
pkgs.netbeans
javalang
javasphinx
pkgs.jdk
]
)
).env

0 comments on commit 19f35f3

Please sign in to comment.