0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'simstats' into dev
Júlio
as Júlio
More... over 10 years ago
debug
Júlio
as JC
More... over 10 years ago
calculate scores for cost-home format + guess inho path
Júlio
as JC
More... over 10 years ago
fix calculating the mean in different platforms, see NOTE
Júlio
as JC
More... almost 11 years ago
fix loading results files in the benchmark tools . xlsfile.parse with header=0 . gsimcli_improvement was broken for yearly results, now checks wether it is yearly or not
Júlio
as JC
More... almost 11 years ago
adjusted station_order() to pandas 0.17
Júlio
as JC
More... almost 11 years ago
optional stats returns the closer percentile
Júlio
as JC
More... almost 11 years ago
reset the reading pointer after calculating stats_area
Júlio
as JC
More... almost 11 years ago
made variables parameters mandatory this is (temporarily?) required to avoid possible issues with a recent change introduced in method_classic.run_par() - commit 4323c7ab
Júlio
as JC
More... almost 11 years ago
update PointSet.varnames on flush_variables() . removed unused import scipy.stats.skew (replaced by pandas' method) . code cleaning
Júlio
as JC
More... almost 11 years ago
update stations' dataframe with homog instead of append . refactor name append_homog_station() to update_station() . refactor name pset_file to stations_pset . @method_classic: assume gscpar.variables is always present . remove specific check for 'Flag' . remove hack to force columns order . code cleaning and formatting
Júlio
as JC
More... almost 11 years ago
fix simulation progress division by zero it was trying to calculate the progress when skipping the simulation
Júlio
as JC
More... almost 11 years ago
using warnings
Júlio
as JC
More... almost 11 years ago
using warnings
Júlio
as JC
More... almost 11 years ago
add repr to PointSet class . repr PointSet shows its DataFrame (.values) . code formatting . removed try block (it was not explicitly ignoring errors)
Júlio
as JC
More... almost 11 years ago
add repr to PointSet class . repr PointSet shows its DataFrame (.values) . code formatting . removed try block (it was not explicitly ignoring errors)
Júlio
as JC
More... almost 11 years ago
fix small case sensitive issue
Júlio
as JC
More... almost 11 years ago
fix small case sensitive issue
Júlio
as JC
More... almost 11 years ago
drop empty columns in results . assuming they belong to optional_stats
Júlio
as Júlio
More... almost 11 years ago
fix coefvar in stats_area
Júlio
as Júlio
More... almost 11 years ago
fix add gui params for both tools
Júlio
as Júlio
More... almost 11 years ago
Merge branch 'simstats' into results&sim_stats
Júlio
as Júlio
More... almost 11 years ago
adapt csvheaders and batch_decades to optional_stats . batch_decades: hack to discard additional variables when batching (first 5 cols) . revert the usage of the arg outvars by fformat == gsimcli . csvheader built upon the difference between existing and default cols
Júlio
as Júlio
More... almost 11 years ago
adapt append_homog_station() to deal with optional_statistics . use PointSet.add_var to append flag column . check if reference and homogenised have the same varnames . fix dependence on columns order when looking for x and y coordinates . removes columns that are placeholders for optional stats . when appending homog_station, find missing variables and add them with nan's . there is a dependence on the original columns order (hacked)
Júlio
as Júlio
More... almost 11 years ago
refactoring local_stats name, force access to dataframe + bug alert . dropped renaming of local_stats to stats . forcing direct access of local_stats dataframe (.values) . code formatting . known issue: using tolerance radius and save intermediary files fails
Júlio
as Júlio
More... almost 11 years ago
get and pass optional_stats needs refactoring to **kwargs
Júlio
as Júlio
More... almost 11 years ago
passing optional_stats to the launchers + formatting . added call to set_additional_stats() to apply_settings() . updated organization name and domain . code formatting
Júlio
as Júlio
More... almost 11 years ago
config new gui parameters in the GsimcliParam class
Júlio
as Júlio
More... almost 11 years ago
adjusted save_output for the optional stats . refactored argument name lvars to outvars . new csvheader (first value is not 'time' anymore) . possible issue with non yearly data (outdf.to_csv)
Júlio
as Júlio
More... almost 11 years ago
preparation for the usage of the optional statistics .new arg outvars passed to homog.detect
Júlio
as Júlio
More... almost 11 years ago