Skip to content

Commit

Permalink
Changed version number and added changelog description
Browse files Browse the repository at this point in the history
  • Loading branch information
ftemme committed Sep 7, 2015
1 parent 44d8e73 commit f2e4dce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
#Changelog for the fact-tools

## Version 0.8.10 (tag icrc2015)

With this version the results of the analysis for the icrc 2015 can be reproduced.
Therefore a few changes were made in comparison to the previous version:

SourcePosition operator:
- The operator now uses the whole timestamp not only the seconds of the event time for calculating
the source position and the correct tracking report
- The operator uses the earlier strategy to find the tracking report from the aux file. (This is for reproducibility,
it will be changed in version 0.9.0 to the closest strategy)

cleaning.xml in the classpath:
- The position of zeta tauri was a little bit wrong (difference 0.7 arcsec)

viewer.xml:
- There is now the property auxFolder, to specify it via the command line

stdAnalysis:
- There is now the property auxFolder, to specify it via the command line
- The cleaning level were lowered
- The old delay file is used (This is for reproducibility, it will be changed in version 0.9.0)

## Version 0.8.8
Added a replacement process to measure the performance of individual Processors.
You can use it like this:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>fact-tools</artifactId>
<name>fact-tools</name>

<version>0.8.9</version>
<version>0.8.10</version>

<url>http://sfb876.de/fact-tools/</url>

Expand All @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<streams.scope>compile</streams.scope>
<streams.version>0.9.21-SNAPSHOT</streams.version>
<streams.version>0.9.22-SNAPSHOT</streams.version>
<binary.name>fact-tools-${project.version}</binary.name>
<skipTests>false</skipTests>
</properties>
Expand Down

0 comments on commit f2e4dce

Please sign in to comment.