Skip to content

Commit 079c8c1

Browse files
author
Sourabh Bajaj
committed
Merge pull request #37 from tucker777/sb/insta
update readme and changes
2 parents c6c573d + bb2fd62 commit 079c8c1

2 files changed

Lines changed: 27 additions & 18 deletions

File tree

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Changes in QSTK
44
0.2.6
55
=====
66
* Remove CVXOPT from the hard requirements.
7+
* Pandas upgrade to support 0.11
8+
* Setup.py metadata update
9+
* Ubuntu Installation Optimization
10+
* Bug fix in Aroon feature
11+
* Remove missing symbols from lists
12+
* Event profiler bugs for 1/0 events
13+
* Tutorials updated
14+
* Bug fix in DataAccess
15+
* Remove dead files and tutorials
16+
* Update mac installation to use virtual environments
717

818
0.2.5
919
=====

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
##QSTK
22
QuantSoftware Toolkit 0.2.6
33

4-
##Website
4+
##Website & Documentation
55
[www.wiki.quantsoftware.org](www.wiki.quantsoftware.org)
66

77
##Source Repository
8-
[https://github.com/tucker777/QuantSoftwareToolkit](https://github.com/tucker777/QuantSoftwareToolkit)
8+
[https://github.com/tucker777/QuantSoftwareToolkit](https://github.com/tucker777/QuantSoftwareToolkit)
9+
10+
##Dependencies
11+
- numpy >= 1.6.1,
12+
- scipy >= 0.9.0,
13+
- matplotlib >= 1.1.0,
14+
- pandas >= 0.7.3,
15+
- python-dateutil==1.5,
16+
- cvxopt >= 1.1.3,
17+
- scikit-learn >= 0.11
18+
19+
##Author
20+
- [Prof. Tucker Balch](http://www.cc.gatech.edu/~tucker/)
21+
- [Sourabh Bajaj](http://sb2nov.github.io)
22+
- [John Cornwell](https://github.com/JWCornV)
923

1024
##License
1125
The QuantSoftware ToolKit (QSTK) is released under the New BSD License as follows:
@@ -28,19 +42,4 @@ IN NO EVENT SHALL THE GEORGIA TECH RESEARCH CORPORATION BE LIABLE FOR ANY DIRECT
2842
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
2943
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3044
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
POSSIBILITY OF SUCH DAMAGE.
32-
33-
##Dependencies
34-
- numpy >= 1.6.1,
35-
- scipy >= 0.9.0,
36-
- matplotlib >= 1.1.0,
37-
- pandas >= 0.7.3,
38-
- python-dateutil==1.5,
39-
- cvxopt >= 1.1.3,
40-
- scikit-learn >= 0.11
41-
42-
##Author
43-
- [Prof. Tucker Balch](http://www.cc.gatech.edu/~tucker/)
44-
- [Sourabh Bajaj](http://sb2nov.github.io)
45-
- [John Cornwell](https://github.com/JWCornV)
46-
45+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)