-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE-NOTES.txt
43 lines (29 loc) · 1.5 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Change log for JASA 1.2 - 10th June 2013
Changes since release 1.1:
- Modifications for compatibility with JABM 0.8 refactoring
- scaling attribute introduced into LinearCombinationForecaster
- chiarellaAndIori model split into separate bean configuration files
- deprecated examples removed
- FourHeapOrderHeap no longer checks heap integrity by checking heap constraints
- the direction (buy/sell) of trading strategies is now encapsulated in
the DirectionPolicy interface. This will break source compatibility with
trading strategies implemented in previous versions of JASA.
- the release now contains a (fat) jar of the required version of JABM (0.8).
Changes since release 1.0:
Modifications in line with JABM 0.6 refactoring.
Fixed the following bugs:
3398798 - RoundFinishedEvent is duplicated in jabm
3398796 - accounts with transactions with quantity > 1
3398781 - AbstractTradingAgent.stock not correctly updated
3397554 - net.sourceforge.jasa.event.RoundOpeningEvent is never fired
3393009 - ChartistForecaster not listening to the correct event
Change log for JASA 1.0 - 13th January 2011
Changes since release 0.36:
This release is a major redesign. JASA now sits on top of the
JABM framework; see:
http://jabm.sourceforge.net/
which allows configuration via the Spring framework instead of
ECJ's property-based framework.
Additionally, JASA has been redesigned so that it supports agent-based
models of financial markets which allow agents to hold multiple
buy and sell positions.