This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
CHANGES.txt
47 lines (37 loc) · 1.56 KB
/
CHANGES.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
42
43
44
45
46
47
v0.1.10 -- 2016-04-19
* Don't add null filters. (fixes investing errors in some cases)
v0.1.9 -- 2015-11-11
* Remove the BeautifulSoup warning by including a parser
v0.1.8 -- 2014-05-02
* Attempt to blindly fix issue 21: https://github.com/jgillick/LendingClubAutoInvestor/issues/21
v0.1.7 -- 2014-02-05
* Fix strut token tag value from recent LendingClub site change (issue #10)
v0.1.6 -- 2013-11-06
* Prevent returning a portfolio (build_portfolio) if LendingClub tries to sneak in a note with an investment amount greater than max_per_note.
v0.1.5 -- 2013-09-05
* Better error handling when a SavedFilter cannot be found.
v0.1.4 -- 2013-09-05
* Upcase the license file name to LICENSE.txt
* Doc updates
v0.1.2 -- 2013-07-31
* Let FilterByLoanID accept list of IDs
* Add sphinx API documentation
* Default redirects to True for HTTP requests
* Add do_not_clear_staging parameter back to build_portfolio
v0.1.1 -- 2013-07-29
* Batch order bug fixes
+ Fix bugs with staging orders. List of IDs had to be converted to strings before joining (https://github.com/jgillick/LendingClub/issues/1)
+ Add support for passing a list of IDs to batch_add, instead of list of dicts
+ Add loan_id validation to Filter and FilterByLoanID
+ More type checking and assertions
+ More unittests
+ More examples in README
v0.1
* Bug fixes
* Added SavedFilters
* More note search criteria
v0.1b
* Initial port from LendingClubAutoInvestor
* Full unit testing
* First end-to-end live investment made.
* More testing is required to ensure stability.