forked from NREL/gdx-pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
26 lines (26 loc) · 1.76 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
v1.0.4, 03/02/18 -- make sure set 'Value' column fix works even when dims are all named '*'
v1.0.3, 02/15/18 -- fix up set 'Value' column when write to GDX
v1.0.2, 01/19/18 -- instructions and additional filepaths for running pytest on
installed package
v1.0.1, 09/12/17 -- workaround bug fix for library conflicts between gdxcc and pandas
on some Linux systems
v1.0.0, 09/07/17 -- complete rewrite of gdx file api; new GdxFile and GdxSymbol objects
dimension names are imported as DataFrame column names by default
conversion between GDX and numpy special value encodings
v0.6.0, 04/19/17 -- now works with Python 2 and Python 3
v0.5.3, 01/17/17 -- fixing bugs related to non-standard indexes and scalars
v0.5.2, 01/12/17 -- fixing bug related to divide by zero error for reading empty symbols
v0.5.1, 01/10/17 -- fixing bug with writing dataframes without 0 in the index
fixing up dependency issues #4 and #5
v0.5.0, 09/23/16 -- can save sets and scalars to gdx
debug statements and post-load garbage collection related to #1
v0.4.1, 10/30/15 -- enable GamsDirFinder to work on posix systems (#2)
v0.4.0, 07/24/15 -- add license and release on github.com
v0.3.0, 12/30/14 -- add improved version of gdxdict.py to package
add lazy_load to read_gdx.Translator (uses gdxdict.gdxdict's new lazy_load)
add list_symbols and to_dataframe read methods
v0.2.0, 11/17/14 -- preserve case sensitivity in data labels
document DataFrames assumptions - #3
make 'value' label check more lenient
some RuntimeErrors were constructed without being raised - #2
v0.1.0, 10/21/14 -- initial release