|
|
|
@355
|
[355]
|
11/19/08 10:35:15 |
apdavison |
Can now (again) combine ParameterRanges and ParameterDists inside a … |
|
|
|
@354
|
[354]
|
11/18/08 16:50:35 |
apdavison |
Minor fix to the datastore module. ParameterSets have an attribute … |
|
|
|
@353
|
[353]
|
11/17/08 14:57:23 |
apdavison |
Minor improvements to parameters and random modules |
|
|
|
@311
|
[311]
|
11/10/08 11:21:06 |
apdavison |
Added some module-level docstrings |
|
|
|
@298
|
[298]
|
11/06/08 16:42:57 |
pierre |
Sorry for this commit on all the import headers. I hope I'm not breaking … |
|
|
|
@295
|
[295]
|
11/06/08 11:32:13 |
pierre |
Attempt to set up a common framework for the dependencies. Since … |
|
|
|
@280
|
[280]
|
11/04/08 09:58:14 |
apdavison |
Split the random distribution classes out of theparameters module into a … |
|
|
|
@275
|
[275]
|
11/03/08 18:27:00 |
apdavison |
A couple of bug-fixes in parameters.py. |
|
|
|
@274
|
[274]
|
11/03/08 17:49:50 |
apdavison |
ParameterSets can now be pickled (see ticket:5) and deepcopied (see … |
|
|
|
@272
|
[272]
|
11/03/08 17:17:09 |
apdavison |
Added __eq__() methods to ParameterRange and ParameterDist.
Wrote a … |
|
|
|
@268
|
[268]
|
11/02/08 23:08:22 |
apdavison |
ParameterSpace.realize_dists() now works for ParameterDist objects … |
|
|
|
@258
|
[258]
|
10/31/08 13:13:21 |
apdavison |
More unit tests for the parameters module |
|
|
|
@253
|
[253]
|
10/30/08 17:42:53 |
apdavison |
Separated the iterable part of ParameterSet into a separate … |
|
|
|
@189
|
[189]
|
08/13/08 15:49:29 |
apdavison |
Renamed ParameterSet.url to _url to avoid confusion if people want to … |
|
|
|
@188
|
[188]
|
08/05/08 15:38:51 |
apdavison |
* Added some __str__() methods
* time_bin can now be a list of bin … |
|
|
|
@187
|
[187]
|
08/01/08 10:16:30 |
apdavison |
Minor changes |
|
|
|
@175
|
[175]
|
05/21/08 12:31:46 |
JensKremkow |
small bug fix in parameter_space_index, had to convert an array to list to … |
|
|
|
@161
|
[161]
|
05/06/08 00:29:14 |
emuller |
Allow ParameterSet to be initialized by a string |
|
|
|
@154
|
[154]
|
04/09/08 19:13:26 |
JensKremkow |
parameters.py: added parameter_space_dimension_labels and … |
|
|
|
@150
|
[150]
|
03/13/08 09:28:14 |
emuller |
Added len support for ParameterRange? at the request of jens |
|
|
|
@130
|
[130]
|
03/09/08 11:42:49 |
apdavison |
Created ParameterTable as a subclass of ParameterSet. This is intended … |
|
|
|
@128
|
[128]
|
03/08/08 14:27:54 |
apdavison |
Major modification to the way that ParameterSets are saved to file - … |
|
|
|
@123
|
[123]
|
02/20/08 22:09:16 |
emuller |
- Added from_stats expand kwarg
- Added display mode for repr of … |
|
|
|
@121
|
[121]
|
02/19/08 13:52:06 |
emuller |
More changes to ParameterDists? |
|
|
|
@120
|
[120]
|
02/18/08 22:06:14 |
emuller |
Added support for specifying a parameter as a statistical distribution |
|
|
|
@119
|
[119]
|
02/15/08 17:41:37 |
emuller |
Add as_dict because transfering accross nodes of ParameterSets?
is not … |
|
|
|
@116
|
[116]
|
02/14/08 16:05:14 |
emuller |
Forgot to change doc string |
|
|
|
@115
|
[115]
|
02/14/08 16:01:15 |
emuller |
Some comments |
|
|
|
@114
|
[114]
|
02/14/08 15:57:55 |
emuller |
ParameterRange? seems to be doing its job ...
Some functionality has … |
|
|
|
@106
|
[106]
|
01/28/08 11:50:34 |
emuller |
Added distutils setup script, and moved packages to a sub-dir, src.
Hope … |
|
copied from trunk/parameters.py:
|
|
|
|
@105
|
[105]
|
01/26/08 19:30:34 |
apdavison |
Small bug involving urlopen fixed |