- 08 Mar, 2017 1 commit
-
-
Eva Schiffer authored
-
- 21 Dec, 2016 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 12 Dec, 2016 1 commit
-
-
Eva Schiffer authored
Statistics now work on scalar values (0d arrays)
-
- 07 Dec, 2016 1 commit
-
-
Eva Schiffer authored
support GUI Display Data on 0d variables
-
- 05 Dec, 2016 1 commit
-
-
Alan De Smet authored
For variables who shape is "0" (that is, a simple scalar value), statistics calculations now work. Although many of the statistics are silly, this is useful for report generation. Implementation: DataObject has a new function "holding_array" which in most cases returns itself. But if self.data.shape==0, it returns a copy of itself with self.data's scalar value tossed into a single element array. Now that the data is an array, as expected, the statistics code works fine.
-
- 12 Aug, 2016 5 commits
-
-
Eva Schiffer authored
"Data shape" shows single value arrays directly
-
Eva Schiffer authored
Typo fix (Historgram->Histogram)
-
Eva Schiffer authored
add --parsable, formatting info output for parsing
-
Eva Schiffer authored
if glance info can't read files, return non-zero
-
Eva Schiffer authored
Sort variables in output from stats & inspectStats.
-
- 10 Aug, 2016 4 commits
-
-
Alan De Smet authored
"glance info --parsable" now outputs the results in tab deliminated format, repeating the filename on each line, making it easier to parse programmatically. Additional fields may be added later! At the moment only supports "info". May add support for other formats later.
-
Alan De Smet authored
In glance gui, if a variable has only a single value, it will be displayed directly in the "Data shape" field.
-
Alan De Smet authored
-
Alan De Smet authored
A 0 dimention numpy array is weird. It's neither a scalar, nor a 1 dimensional array with a single element. "Display Data" silently refused to work for such values. This change converts the 0d array into a 1d array with a single element immediately before trying to display it. Result: Display Data now works on 0d arrays, showing the single value as expected.
-
- 27 Jul, 2016 3 commits
-
-
Alan De Smet authored
-
Alan De Smet authored
Put sort directly into for loop; don't bother with giving it a variable. Use named argument instead of relying on positional one.
-
Alan De Smet authored
Returns how many files could not be read, to a maximum of 255 (since the exit code is 8 bit). This allows other processes calling "glance info" to detect errors.
-
- 25 Jul, 2016 2 commits
-
-
Eva Schiffer authored
glance --version now returns 0
-
Eva Schiffer authored
Gui load files
-
- 14 Jul, 2016 4 commits
-
-
Alan De Smet authored
Previously output was ordered in whatever order the set happened to offer them in. This was not stable between different Python versions. Ordered alphabetically(ish) should be more human friendly, and will simplify the tests.
-
Alan De Smet authored
Previously "glance --version" was treated as an error, and the process's exit code was "9". Displaying the version isn't an error.
-
Alan De Smet authored
-
Alan De Smet authored
If present, the first one or two arguments to "glance gui" will be automatically loaded as File A and File B.
-
- 13 Jul, 2016 1 commit
-
-
Eva Schiffer authored
"glance help FOO" is now case insensitive
-
- 12 Jul, 2016 5 commits
-
-
Alan De Smet authored
Command names are case insensitive. "glance reportGen" and "glance reportgen" are synonymous. However, help requests remain case sensitive. "glance help reportgen" fails. This patch makes it case insensitive.
-
Eva Schiffer authored
"python -m glance.compare"→"glance" in documentation
-
Eva Schiffer authored
Typo fix: remove extra space.
-
Alan De Smet authored
Typical usage has changed; not usually just invoked through the "glance" binary. Change documentation to match.
-
Alan De Smet authored
-
- 10 May, 2016 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
fix handling of _unsigned attribute in nc files; units=1 no longer display on plots; commands on the command line should be case sensitive; better handling of shape () data
-
- 07 Jul, 2015 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 30 Jun, 2015 1 commit
-
-
Eva Schiffer authored
-
- 16 Jun, 2015 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 08 Jun, 2015 1 commit
-
-
Eva Schiffer authored
-
- 05 Jun, 2015 1 commit
-
-
Eva Schiffer authored
adding a new density scatter plot and putting limits on how much data glance will be willing to plot in traditional scatter plots and hex plots
-
- 23 Jan, 2015 1 commit
-
-
Eva Schiffer authored
-