# # ChangeLog for / # # Generated by Trac 1.2.1 # 04/20/24 15:48:18 Fri, 11 May 2018 21:42:04 GMT Maciej Komosinski [779] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genooper_test_fTest.cpp (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/f1/f1_conv.cpp (moved) * cpp/frams/genetics/f1/f1_conv.h (moved) * cpp/frams/genetics/f4/f4_conv.cpp (moved) * cpp/frams/genetics/f4/f4_conv.h (moved) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_oper.cpp (moved) * cpp/frams/genetics/f4/f4_oper.h (moved) * cpp/frams/genetics/f9/f9_conv.cpp (moved) * cpp/frams/genetics/f9/f9_conv.h (moved) * cpp/frams/genetics/f9/f9_oper.cpp (moved) * cpp/frams/genetics/f9/f9_oper.h (moved) * cpp/frams/genetics/fF/fF_chamber3d.cpp (modified) * cpp/frams/genetics/fF/fF_chamber3d.h (modified) * cpp/frams/genetics/fF/fF_conv.cpp (moved) * cpp/frams/genetics/fF/fF_conv.h (moved) * cpp/frams/genetics/fF/fF_oper.cpp (moved) * cpp/frams/genetics/fF/fF_oper.h (moved) * cpp/frams/genetics/fT/fTest_oper.cpp (moved) * cpp/frams/genetics/fT/fTest_oper.h (moved) * cpp/frams/genetics/fn/fn_conv.cpp (moved) * cpp/frams/genetics/fn/fn_conv.h (moved) * cpp/frams/genetics/fn/fn_oper.cpp (moved) * cpp/frams/genetics/fn/fn_oper.h (moved) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genman.h (modified) * cpp/frams/genetics/genooperators.cpp (moved) * cpp/frams/genetics/genooperators.h (moved) Unified file names of all files involved in genetic conversions and ... Fri, 11 May 2018 21:38:10 GMT Maciej Komosinski [778] * cpp/common/2d.h (modified) A few useful functions added for 2D operations Thu, 10 May 2018 21:39:37 GMT Maciej Komosinski [777] * cpp/frams/genetics/f4/oper_f4.h (modified) Fixed a typo Thu, 10 May 2018 21:39:11 GMT Maciej Komosinski [776] * cpp/frams/genetics/f4/conv_f4.cpp (modified) Removed extra checkpoint Mon, 16 Apr 2018 00:41:37 GMT Maciej Komosinski [775] * cpp/README.txt (modified) Added a note on "fn" encoding to README.txt Tue, 10 Apr 2018 23:16:08 GMT Maciej Komosinski [774] * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/genetics/f4/conv_f4.h (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_general.h (modified) * cpp/frams/genetics/f4/oper_f4.cpp (modified) * cpp/frams/genetics/f4/oper_f4.h (modified) Removed unused "state" field (issue number 19), improved docs (issues ... Thu, 05 Apr 2018 21:14:35 GMT Maciej Komosinski [773] * cpp/frams/genetics/f4/oper_f4.cpp (modified) Improved styling implementation, fixes issue number 18 [refs #62] Thu, 05 Apr 2018 18:03:20 GMT Maciej Komosinski [772] * cpp/frams/genetics/f4/oper_f4.cpp (modified) * cpp/frams/genetics/geneprops.h (modified) Unified #define modifiers in f1 and f4, fixes issue number 16 [refs #62] Thu, 05 Apr 2018 15:20:11 GMT Maciej Komosinski [771] * cpp/frams/genetics/f4/oper_f4.cpp (modified) Added color and size modifiers in f4; avoided unnecessary conditions ... Thu, 05 Apr 2018 15:16:03 GMT Maciej Komosinski [770] * cpp/frams/genetics/f4/f4_general.cpp (modified) Avoided "min" and "max" as variable names, fixes issue 22 [refs #62] Thu, 29 Mar 2018 23:56:04 GMT sz [769] * java/Framclipse/com.framsticks.framclipse/res/framscript.xml (modified) updated for Framsticks version 5.0rc13 (Model checkpoints, f4 ... Thu, 29 Mar 2018 23:12:24 GMT Maciej Komosinski [768] * cpp/frams/genetics/genman.cpp (modified) Reverted to 100x repeat-until-valid-mutation, required due to how ... Thu, 29 Mar 2018 20:52:36 GMT Maciej Komosinski [767] * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_general.h (modified) * cpp/frams/genetics/f4/oper_f4.cpp (modified) More strict parsing of the repetition counter; bug fixes; improved ... Thu, 29 Mar 2018 20:51:30 GMT Maciej Komosinski [766] * cpp/common/2d.h (modified) Added a number of useful methods in 2D Wed, 28 Mar 2018 00:33:11 GMT Maciej Komosinski [765] * cpp/frams/genetics/oper_fx.cpp (modified) Wider ranges of allowed values for mutation when only partial ... Wed, 28 Mar 2018 00:29:34 GMT Maciej Komosinski [764] * cpp/frams/genetics/oper_fx.cpp (modified) Less deterministic (less absorbing) mutation for very narrow allowed ... Wed, 28 Mar 2018 00:28:11 GMT Maciej Komosinski [763] * cpp/frams/genetics/fn/conv_fn.cpp (modified) Higher precision when storing variable values Wed, 28 Mar 2018 00:27:39 GMT Maciej Komosinski [762] * cpp/frams/genetics/fn/oper_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.h (modified) Default sample values for a 2D problem, not 1D; added documentation ... Wed, 28 Mar 2018 00:26:29 GMT Maciej Komosinski [761] * cpp/frams/genetics/genman.cpp (modified) Introduced a macro for the number of times GenMan tries to repeat a ... Thu, 15 Mar 2018 21:55:05 GMT Maciej Komosinski [760] * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/genetics/f4/conv_f4.h (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_general.h (modified) * cpp/frams/genetics/f4/oper_f4.cpp (modified) * cpp/frams/genetics/f4/oper_f4.h (modified) - added support for new API for neuron types and their properties - ... Thu, 15 Mar 2018 21:53:35 GMT Maciej Komosinski [759] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/geneprops.cpp (added) * cpp/frams/genetics/geneprops.h (added) f1 and f4 stick properties unified and moved to a separate structure ... Thu, 15 Mar 2018 21:50:46 GMT Maciej Komosinski [758] * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/genetics/oper_fx.h (modified) Added a few useful functions providing lists of neurons with specific ... Wed, 14 Mar 2018 23:00:45 GMT Maciej Komosinski [757] * cpp/frams/genetics/fn/conv_fn.cpp (modified) Removed appending the original fn genotype as a comment in the ... Wed, 14 Mar 2018 22:58:45 GMT Maciej Komosinski [756] * cpp/frams/Makefile-SDK-files (modified) Added frams/genetics/fn to ALL_DIRS so make clean cleans all dirs Wed, 14 Mar 2018 22:52:40 GMT Maciej Komosinski [755] * cpp/frams/_demos/paramtree_print.cpp (modified) * cpp/frams/_demos/paramtree_print.h (modified) * cpp/frams/param/paramtree.cpp (modified) * cpp/frams/param/paramtree.h (modified) Renamed ParamTree::Node -> ParamTree::ParamTreeNode to avoid name ... Fri, 02 Mar 2018 17:46:54 GMT Maciej Komosinski [754] * cpp/frams/config/f0-SDK.def (modified) * cpp/frams/config/f0.def (modified) * cpp/frams/model/f0-SDK-classes.h (modified) * cpp/frams/param/param.cpp (modified) More strict rules for Param type descriptions and "unlimited range ... Fri, 02 Mar 2018 17:43:49 GMT Maciej Komosinski [753] * cpp/frams/util/extvalue.cpp (modified) Improved Vector and Dictionary deserialization: any number of spaces ... Wed, 28 Feb 2018 22:43:57 GMT Maciej Komosinski [752] * cpp/frams/genetics/fn/conv_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.h (modified) Mutation in the 'fn' encoding respects custom min,max,stddev for each ... Wed, 28 Feb 2018 22:41:58 GMT Maciej Komosinski [751] * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/genetics/oper_fx.h (modified) More versatile mutation function for numbers Wed, 28 Feb 2018 18:43:02 GMT Maciej Komosinski [750] * cpp/frams/genetics/fF/oper_fF.cpp (modified) More proper definition of the crossover parameter Wed, 28 Feb 2018 18:42:24 GMT Maciej Komosinski [749] * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/genetics/oper_fx.h (modified) Added a new function to linearly mix two vectors of real numbers Wed, 28 Feb 2018 18:41:33 GMT Maciej Komosinski [748] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/gen-config-SDK.h (modified) * cpp/frams/genetics/genman.cpp (modified) Configured and activated the new "fn" genetic representation Wed, 28 Feb 2018 18:39:41 GMT Maciej Komosinski [747] * cpp/frams/genetics/fn (added) * cpp/frams/genetics/fn/conv_fn.cpp (added) * cpp/frams/genetics/fn/conv_fn.h (added) * cpp/frams/genetics/fn/oper_fn.cpp (added) * cpp/frams/genetics/fn/oper_fn.h (added) Added a new "fn" genetic representation (a vector of real numbers for ... Wed, 28 Feb 2018 18:37:32 GMT Maciej Komosinski [746] * cpp/frams/vm/classes/collectionobj.cpp (modified) * cpp/frams/vm/classes/collectionobj.h (modified) Code formatting Tue, 27 Feb 2018 16:12:25 GMT Maciej Komosinski [745] * cpp/frams/_demos/loader_test_param.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/saver_test_geno.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/param/paramobj.h (modified) Renamed ParamInterface::save() -> saveMultiLine() Mon, 26 Feb 2018 19:38:20 GMT Maciej Komosinski [744] * cpp/frams/_demos/paramtree_paramlist_test.cpp (modified) * cpp/frams/_demos/paramtree_stdin_test.cpp (modified) * cpp/frams/param/paramtree.cpp (modified) * cpp/frams/param/paramtree.h (modified) ParamTree constructor changed (to make it easier for javascript) to ... Mon, 26 Feb 2018 18:57:44 GMT Maciej Komosinski [743] * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) Introduced different function names in C++ instead of overloading ... Mon, 26 Feb 2018 18:55:01 GMT Maciej Komosinski [742] * cpp/frams/_demos/genomanipulation.cpp (modified) Code formatting Tue, 20 Feb 2018 10:54:33 GMT Maciej Komosinski [741] * cpp/frams/userinput (added) * cpp/frams/userinput/modelcheckpoints.cpp (added) * cpp/frams/userinput/modelcheckpoints.h (added) Added just for inspiration/as an example of implementation; now these ... Tue, 20 Feb 2018 00:08:04 GMT Maciej Komosinski [740] * cpp/frams/genetics/f9/conv_f9.cpp (modified) * cpp/frams/genetics/fF/conv_fF.cpp (modified) Added support for developmental phases ("checkpoints") to converters ... Sun, 18 Feb 2018 01:54:36 GMT Maciej Komosinski [739] * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/printconvmap.cpp (modified) * cpp/frams/_demos/printconvmap.h (modified) Unlimited number of model Parts/Joints/Neurons when displaying the ... Sat, 17 Feb 2018 18:19:25 GMT Maciej Komosinski [738] * cpp/frams/model/modelparts.h (modified) Fixed comment location in source Sat, 17 Feb 2018 18:03:18 GMT Maciej Komosinski [737] * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) * cpp/frams/canvas/nn_layout.h (modified) * cpp/frams/param/multiparamload.h (modified) * cpp/frams/param/mutableparam.h (modified) Made destructors virtual to avoid compiler warnings Sat, 17 Feb 2018 18:02:07 GMT Maciej Komosinski [736] * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/genetics/f4/conv_f4.h (modified) * cpp/frams/genetics/f9/conv_f9.cpp (modified) * cpp/frams/genetics/f9/conv_f9.h (modified) * cpp/frams/genetics/fF/conv_fF.cpp (modified) * cpp/frams/genetics/fF/conv_fF.h (modified) Added the new "using_checkpoints" argument to genetic converters so ... Sat, 17 Feb 2018 17:59:21 GMT Maciej Komosinski [735] * cpp/frams/genetics/genoconv.h (modified) Base genotype converter is now abstract, which triggers compilation ... Wed, 14 Feb 2018 23:44:00 GMT Maciej Komosinski [734] * cpp/frams/param/paramtree.cpp (modified) * cpp/frams/param/paramtree.h (modified) SString -> std::string Wed, 14 Feb 2018 23:43:07 GMT Maciej Komosinski [733] * cpp/frams/util/list.h (modified) * cpp/frams/util/multimap.cpp (modified) * cpp/frams/util/multimap.h (modified) * cpp/frams/util/multirange.cpp (modified) * cpp/frams/util/multirange.h (modified) Code formatting Wed, 14 Feb 2018 23:42:07 GMT Maciej Komosinski [732] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genotypeloader.cpp (modified) * cpp/frams/_demos/genotypeloader.h (modified) * cpp/frams/_demos/genotypemini.cpp (added) * cpp/frams/_demos/genotypemini.h (added) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) * cpp/frams/_demos/loader_test_geno.cpp (modified) * cpp/frams/_demos/paramtree_paramlist_test.cpp (modified) * cpp/frams/_demos/printconvmap.cpp (modified) * cpp/frams/_demos/printconvmap.h (modified) * cpp/frams/_demos/saver_test_geno.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/config/f0-SDK.def (modified) * cpp/frams/config/f0.def (modified) * cpp/frams/config/sdk_build_config.h (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) * cpp/frams/model/defassign-f0-SDK.h (modified) * cpp/frams/model/f0-SDK-classes.h (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/modelobj.cpp (modified) * cpp/frams/model/modelobj.h (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/vm/classes/genoobj.cpp (modified) * cpp/frams/vm/classes/genoobj.h (modified) Added support for "checkpoints" (intermediate phases of development ... Sat, 27 Jan 2018 21:27:20 GMT Maciej Komosinski [731] * cpp/frams/param/paramtrans.cpp (modified) * cpp/frams/param/paramtrans.h (modified) Code formatting Sat, 27 Jan 2018 01:25:54 GMT Maciej Komosinski [730] * cpp/frams/_demos/paramtree_paramlist_test.cpp (modified) * cpp/frams/_demos/paramtree_stdin_test.cpp (modified) Added/updated comments Sat, 27 Jan 2018 01:11:27 GMT Maciej Komosinski [729] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/mutableparam_test.cpp (added) * cpp/frams/param/paramtrans.cpp (added) * cpp/frams/param/paramtrans.h (added) mutableparam_test added: demonstrates usage of ParamTransaction and ... Thu, 25 Jan 2018 00:31:52 GMT Maciej Komosinski [728] * cpp/frams/param/paramtree.h (modified) Cosmetic Thu, 25 Jan 2018 00:31:28 GMT Maciej Komosinski [727] * cpp/frams/_demos/genoconv_test.cpp (modified) The sample 'y' format converter returns f0 genotype now instead of ... Fri, 19 Jan 2018 18:37:43 GMT Maciej Komosinski [726] * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/model/modelparts.h (modified) * cpp/frams/neuro/impl/neuroimpl-simple.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-simple.h (modified) - Changed Model::singleStepBuild() to Model::addFromString() to ... Wed, 17 Jan 2018 00:52:37 GMT Maciej Komosinski [725] * cpp/frams/_demos/paramtree_stdin_test.cpp (modified) Fix crash when no data provided Sun, 14 Jan 2018 10:38:39 GMT Maciej Komosinski [724] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/app_group_names.txt (added) * cpp/frams/_demos/paramtree_paramlist_test.cpp (added) * cpp/frams/_demos/paramtree_stdin_test.cpp (added) Two sample programs demonstrating usage of param tree Sun, 14 Jan 2018 10:37:10 GMT Maciej Komosinski [723] * cpp/frams/_demos/paramtree_print.cpp (added) * cpp/frams/_demos/paramtree_print.h (added) * cpp/frams/param/paramtree.cpp (added) * cpp/frams/param/paramtree.h (added) Building parameter tree based on names of parameter groups defined in ... Sun, 14 Jan 2018 10:31:02 GMT Maciej Komosinski [722] * cpp/frams/model/modelobj.cpp (added) * cpp/frams/model/modelobj.h (added) Added source for Model VM object Sun, 14 Jan 2018 10:25:02 GMT Maciej Komosinski [721] * cpp/frams/neuro/neuroimpl.h (modified) * cpp/frams/param/multiparamload.h (modified) * cpp/frams/param/syntparam.h (modified) Code formatting Sun, 14 Jan 2018 10:24:22 GMT Maciej Komosinski [720] * cpp/common/virtfile/stringfile.h (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/genetics/fF/fF_genotype.h (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/param/multiparamload.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/param/syntparam.cpp (modified) Param::save2() renamed to saveSingleLine(); unified Param::load() so ... Thu, 21 Dec 2017 20:48:17 GMT Maciej Komosinski [719] * cpp/frams/genetics/f1/conv_f1.cpp (modified) f1->f0 mapping maps ',' and ')' symbols to the branching Part ... Thu, 21 Dec 2017 20:45:54 GMT Maciej Komosinski [718] * cpp/frams/canvas/neurodiagram.cpp (modified) Fixed order of constructor calls Wed, 22 Nov 2017 03:27:49 GMT sz [717] * java/Framclipse/com.framsticks.framclipse/res/framscript.xml (modified) Framsticks 5.0rc12 update Wed, 22 Nov 2017 01:50:49 GMT Maciej Komosinski [716] * cpp/frams/genetics/f1/conv_f1.cpp (modified) The f1 converter is now able to map more than one genotype character ... Sun, 05 Nov 2017 20:46:08 GMT Maciej Komosinski [715] * cpp/frams/genetics/genman.cpp (modified) GenMan's constructor now calls its setDefaults() to initialize all ... Sun, 05 Nov 2017 20:45:20 GMT Maciej Komosinski [714] * cpp/frams/genetics/preconfigured.h (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/model/modelparts.h (modified) * cpp/frams/neuro/geneticneuroparam.cpp (modified) * cpp/frams/neuro/geneticneuroparam.h (modified) - Setting default NeuroClass active/genactive in preconfigured ... Sat, 07 Oct 2017 14:29:23 GMT Maciej Komosinski [713] * mds-and-trees/tree-genealogy.py (modified) Made error message more specific Fri, 06 Oct 2017 17:07:47 GMT Maciej Komosinski [712] * mds-and-trees/tree-genealogy.py (modified) Improved status and error messages Fri, 06 Oct 2017 15:08:12 GMT konrad [711] * mds-and-trees/tree-genealogy.py (modified) Logs without [BORN] entries (only [OFFSPRING]) should load properly now Fri, 06 Oct 2017 14:06:17 GMT konrad [710] * mds-and-trees/tree-genealogy.py (modified) Added multi-input-file support (eg. ./tree-genealogy.py -i file1.out ... Sat, 30 Sep 2017 22:06:54 GMT konrad [709] * mds-and-trees/tree-genealogy.py (modified) tree-genealogy.py should now work correctly with the order of events ... Sat, 30 Sep 2017 17:39:25 GMT Maciej Komosinski [708] * mds-and-trees/tree-genealogy.py (modified) Improved diagnostic message Sat, 30 Sep 2017 12:53:15 GMT konrad [707] * mds-and-trees/tree-genealogy.py (modified) Added a warning message about merging nodes with a virtual parent node. Fri, 29 Sep 2017 17:20:26 GMT konrad [706] * mds-and-trees (modified) No more svn ignore on mds-and-trees Fri, 29 Sep 2017 16:26:48 GMT konrad [705] * mds-and-trees (modified) * mds-and-trees/tree_colormaps.conf (added) Added an example of configuration file with colormaps Wed, 27 Sep 2017 10:17:31 GMT Maciej Komosinski [704] * cpp/frams/param/param.cpp (modified) ParamInterface::getText() improved: removed pointless iteration when ... Tue, 26 Sep 2017 12:21:23 GMT Maciej Komosinski [703] * experiments/frams/evolve-speed-vs-gravity/go-evol-water.cmd (modified) * experiments/frams/evolve-speed-vs-gravity/go-evol.cmd (modified) * experiments/frams/logic/run-abduction.cmd (modified) * experiments/frams/multi-threading/test-mt.cmd (modified) The "ex" macro renamed to "expdef" since 5.0rc12 Thu, 21 Sep 2017 13:05:17 GMT konrad [702] * mds-and-trees/tree-genealogy.py (modified) Non-normalized step values for cmap can now extend outside the range ... Wed, 20 Sep 2017 13:29:50 GMT konrad [701] * mds-and-trees/tree-genealogy.py (modified) Fixed a bug that could occur for trees with a lot of crossover ... Tue, 19 Sep 2017 13:45:07 GMT konrad [700] * mds-and-trees/tree-genealogy.py (modified) Colors support matplotlib cmaps now. 'color' property in config file ... Tue, 19 Sep 2017 00:35:09 GMT sz [699] * java/Framclipse/com.framsticks.framclipse/res/framscript.xml (modified) updated for the Framsticks release v5.0rc11 (mostly documentation ... Mon, 18 Sep 2017 00:32:47 GMT Maciej Komosinski [698] * cpp/frams/util/extvalue.cpp (modified) Explicit cast to signed integer before applying negation, this is a ... Tue, 05 Sep 2017 16:33:17 GMT Maciej Komosinski [697] * mds-and-trees/tree-genealogy.py (modified) More legible and consistent notation of ranges Tue, 05 Sep 2017 14:14:41 GMT konrad [696] * mds-and-trees/tree-genealogy.py (modified) Changes to formating of min/max values of properties Tue, 05 Sep 2017 14:08:58 GMT konrad [695] * mds-and-trees/tree-genealogy.py (modified) Using matplotlib's color package to interpret colors. Color can be ... Mon, 04 Sep 2017 14:28:03 GMT konrad [694] * mds-and-trees/tree-genealogy.py (modified) Some improvements in behavior for big trees Mon, 04 Sep 2017 02:03:15 GMT sz [693] * java/Framclipse/com.framsticks.framclipse/res/framscript.xml (modified) Updated for the most recent Framsticks release v5.0rc10 Mon, 04 Sep 2017 01:24:41 GMT Maciej Komosinski [692] * cpp/frams/config/version.h (modified) Updated version IDs Mon, 04 Sep 2017 01:24:01 GMT Maciej Komosinski [691] * cpp/common/Convert.h (modified) * cpp/frams/util/sstringutils.cpp (modified) * cpp/frams/util/sstringutils.h (modified) Support for reading/parsing and writing 64-bit integer values Mon, 04 Sep 2017 00:52:52 GMT konrad [690] * mds-and-trees/tree-genealogy.py (modified) Better (but not ideal) behavior for very big trees Sun, 03 Sep 2017 16:22:55 GMT Maciej Komosinski [689] * mds-and-trees/tree-genealogy.py (modified) More informative message Sun, 03 Sep 2017 16:21:10 GMT Maciej Komosinski [688] * mds-and-trees/tree-genealogy.py (modified) More informative message Sun, 03 Sep 2017 15:37:43 GMT konrad [687] * mds-and-trees/tree-genealogy.py (modified) Using "inherited' to decide horizontal distance from the parent Sun, 03 Sep 2017 14:23:17 GMT Maciej Komosinski [686] * mds-and-trees/tree-genealogy.py (modified) Made loop iteration variable implicit ("enumerate") Sun, 03 Sep 2017 14:14:47 GMT Maciej Komosinski [685] * mds-and-trees/tree-genealogy.py (modified) Displays progress as convenient percentage Sun, 03 Sep 2017 13:57:13 GMT Maciej Komosinski [684] * mds-and-trees/tree-genealogy.py (modified) Minor optimization Sun, 03 Sep 2017 13:51:24 GMT Maciej Komosinski [683] * mds-and-trees/tree-genealogy.py (modified) Slightly more helpful error message Sat, 02 Sep 2017 12:12:51 GMT konrad [682] * mds-and-trees/tree-genealogy.py (modified) Broken last lines in input logs will not crash the script anymore ... Mon, 28 Aug 2017 16:43:30 GMT konrad [681] * mds-and-trees/tree-genealogy.py (modified) Improved the compute_depth function so now it works much faster for ... Sun, 27 Aug 2017 18:05:45 GMT konrad [680] * mds-and-trees/tree-genealogy.py (modified) Fixed the "ValueError: max() arg is an empty sequence" error ...