[libfann] tag Version2_0_0 created (now e95cc1f)

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a change to tag Version2_0_0
in repository libfann.

        at  e95cc1f   (commit)
This tag includes the following new commits:

       new  89fc8a7   initial release
       new  d3ccf56   initial release
       new  7636d63   minor fixes
       new  1fc252b   removed file
       new  df84634   minor fixes
       new  d2c64e4   *** empty log message ***
       new  9575ffb   moved copyright
       new  427a4b9   added changelog
       new  f939985   Added djvu file
       new  d1d0c34   updated djvu
       new  f48ed48   removed files, while making transition for configure
       new  1576f14   *** empty log message ***
       new  512c5dd   added files while making configure script
       new  8001ed1   *** empty log message ***
       new  6d087f0   final change for releas 1.0.2
       new  2f7b549   *** empty log message ***
       new  465f3ca   changed changelog look
       new  b62ce38   *** empty log message ***
       new  7904b40   changed some stuff for the activation functions (stepwise) and changed a bit in the benchmarks
       new  d2b441c   minor error
       new  cac4a64   *** empty log message ***
       new  ef179cf   moved datasets
       new  65356c5   changed location of datafiles
       new  665291d   changed some benchmark stuff
       new  cdc6b99   changed default
       new  189b4fb   *** empty log message ***
       new  160411c   new benchmark and version stuff
       new  637d4a8   release 1.0.3
       new  906df62   release 1.0.3
       new  76a191a   release 1.0.3
       new  0147b25   release 1.0.5
       new  baaf74e   release 1.0.5
       new  dc8025e   release 1.0.5
       new  725fe85   *** empty log message ***
       new  2f1682f   added todoo items
       new  f941064   added a trick to the derived function, to avoid getting stuck
       new  ac79dd3   added a trick to the derived function, to avoid getting stuck
       new  41db671   Add entry for converting to doxygen-style comments
       new  29a76cb   added pkg-config
       new  a7df4e0   Adding pkg-config and RPM stuff.
       new  657746f   Did RPM and pkg-config.
       new  333b03f   Improved error handling.
       new  dc9a5ae   fixed borland bug
       new  9b07b85   changed from automake-1.4 to automake-1.7
       new  9543aa7   Fixed a conflict when <errno.h> was included.
       new  66dd2f5   Fixed the fprintf for when there is no struct fann allocated. Added newline for default (unknown) error.
       new  d646cd4   fixed some stuff with the error printing
       new  baa5eac   changed fann_..._error to fann_..._MSE
       new  ba9df08   changed fann_..._error to fann_..._MSE and write error output if structures are not allocated correctly. Also make sure that stuff are deallocated correctly in case of error
       new  1858fef   Split up file accessing functions so file descriptors can be passed instead of file names.
       new  93a5289   removed automatically created makefile
       new  8c5c2d5   changed some files because of automake-1.7
       new  e59ba2f   added -Wall and changed source to remove errors
       new  9d230eb   added debian package info
       new  12753be   debian package made
       new  4f7251f   added some details for 1.0.6
       new  63f5c43   finished debian packaging
       new  90c84ed   debian files
       new  f62f95a   created file for activation functions, commented the activation functions and defined more activation functions (did NOT implement them though)
       new  ca23c61   Add fann_activation.h to devel
       new  9d3faac   added debian SONAME 1
       new  dc8b3de   bug in number of inputs when reading from file
       new  299a19f   automatic memcheck
       new  c823a4d   free used data
       new  b1db2f5   *** empty log message ***
       new  7fd0049   added python files
       new  1a9c6de   Added some items.
       new  9a81936   changed some parameters
       new  8112763   done some stuff on more activation functions, does not work yet but in cvs anyway, just use the regular activation functions and there will be no problems
       new  88b307a   Added fann_set_error_log and supporting code
       new  a080ede   added python to changelog
       new  6f5dabf   changed version in cvs to 1.1.0 because this is the next version to be released
       new  114bda5   Added option for building a local debugging example
       new  3e2c1b1   changed option for building a local debugging example
       new  54f2a38   changed option for building a local debugging example
       new  6567795   Add autogen.sh
       new  eeedcb6   Initial import of DocBook XML documentation.
       new  ec87a93   Added a few functions.
       new  1e191ca   Added fann_shuffle_train_data, fann_merge_train_data, and fann_duplicate_train_data
       new  90af5ea   API reference now includes all functions in the library. Began adding stuff from Steffen's report.
       new  785c461   Add --copy to automake command
       new  49cc0a6   Created Makefile.
       new  70ead8b   Added some functions, docbook documentation.
       new  467bcb8   error handling for fann_train_data
       new  a5fbf42   Changed error functions to reflect recent changes.
       new  e26c4c4   split fann.c and fann_internal.c to several files (also rearange fann.h)
       new  4aa2f8c   split fann.c and fann_internal.c to several files (also rearange fann.h)
       new  2b2793b   changed stuff that should not have been in cvs
       new  1c8af3c   removed libtool because not needed in cvs
       new  08df4af   changed some debian files prior to release 1.1.0
       new  095f3ba   Fixed signedness error, error_value should not be in fann_error struct
       new  de6e543   Better Makefile
       new  73a1c91   Tons of changes. Added lots of Steffen's report, constants, structures, some functions, finished bibliography, used tidy to fix indent, etc. The PDF jumped from ~45 pages to 66.
       new  40f9e18   Updated API documentation
       new  49578b0   Minor, superficial changes, more info for RPM packages.
       new  2825d86   Add fann_init_weights
       new  7ddf29c   Add init_weights for PHP, info for FANN_SIGMOID_SYMMETRIC, first PHP release = 0.1.0,
       new  c88e083   added MSVC++ project files and changed some files to be more MSVC++ complient
       new  3ee58b3   changed make clean
       new  6eefe30   changed the number of hidden neurons in initialize_weights
       new  5a795e0   use real number of hidden neurons in init_weight
       new  e55648e   change extremes in steepwise
       new  07b780b   some stuff for benchmarking symetric sigmoid
       new  03ef16e   use tanh
       new  9fbb4eb   more debug stuff
       new  89412a9   changed desired_error to desired_output
       new  1ea941f   added more examples
       new  73c7216   Various fixes for MSVC++6
       new  5eaa9db   A few optimizations for fann_train
       new  6936d6b   make sure the compiler treats numbers as floats
       new  7f8d031   altered stepwise function slightly to get extrema
       new  eb076dc   slightly altered examples
       new  9d5bb75   added robot in the benchmarks
       new  6239a3f   The other libraries should not be needed as default in benchmarks
       new  0302c61   better make clean
       new  bc42a72   Fixed alphabetical order in bibliography, added more information regarding weight initialization, 'see also' info for fann_*_weights
       new  9f30ee6   new benchmarks for release 1.1.0
       new  a7b8800   included config.h in the tar.gz release but not in the other releases
       new  aa598c6   Add getting help section, link see also refrences in the PHP section.
       new  340ac5a   Add HTML documentation.
       new  5b797ac   added html doc for debian package
       new  5777bad   added python notes
       new  2dc2b79   Fix activation functions for PHP
       new  ed2591c   missing blank
       new  8af26cf   forgot to add time to changelog
       new  3d1ceaf   changed some debian files and made sure that the debian files got included in the distribution
       new  dbad8c0   updated debian files as suggested by Michael Vogt
       new  229ef5f   changed stuff for debian release
       new  09dbe60   Merge from lukesky
       new  f876b23   changed some debian files (build-depend bug)
       new  259c988   Removed debian from make dist target
       new  bf57e65   bug in documentation
       new  a6381f2   clean tgz for debian
       new  249a955   shuffled benchmark data
       new  dbbd185   merge from lukesky branch
       new  7dd8f9a   removed ../fann
       new  4f6079f   Merge php module install documentation
       new  c28f28e   Vincenzo's patch to fix python bindings
       new  48cc674   Made several minor changes to prepare for release 1.2.0, also added fann_print_parameters and fann_test_data
       new  6579b10   Updated documentation for release 1.2.0, also added html files from homepage to cvs
       new  de3b774   Made several minor changes to prepare for release 1.2.0
       new  7a8c7fa   reduce size of training data by not displaying decimals on integers.
       new  efc6d79   don't use as many decimals when saving training data
       new  2dee78c   minor stuff for 1.2.0
       new  63f8633   updated benchmarks to include new training algorithms
       new  21a3516   added some benchmarks and altered some programs for benchmarking new algorithms
       new  daa6070   Added directory for creating win32 dll's
       new  48e7bbe   fixed minor bug
       new  5b44b7e   minor bugfixes, fixed msvc warnings, altered function definition for use in dll creation
       new  9d2c510   Added fann_set_train_error_function instead of fann_use_tanh_error_function, for easy addition of more error functions in the future. Also renamed "forward" in to "shortcut" for shortcut connections
       new  0bd8e63   Removed some compile warnings in visual c++
       new  6089736   added link for article
       new  8817c0d   Removed some compile warnings in visual c++
       new  2908c0f   removed some benchmark problems and altered the benchmarks a bit for easier benchmarking
       new  5e51b91   added todo list of what to do when releasing a version (feel free to comment on this)
       new  07bf649   major bug fixed in rprop training (used quickprop core). Also new benchmarks made.
       new  cf4e67c   win32 dll fixes
       new  afff7b1   dll stuff
       new  d204011   minor addition to changelog
       new  91b2695   added fann_error struct places where NULL was given
       new  e757194   added python files
       new  7bb4d83   last commit before 1.2.0 release
       new  8f62125   minor documentation update
       new  731f7fe   merge from cascade branch
       new  f22a992   added visual studio .NET files
       new  66b38b1   more work done on cascade correlation
       new  e103eec   Added Delphi bindings
       new  d8aedaf   documentation for Delphi bindings
       new  bfe58fe   *** empty log message ***
       new  cbeb5e8   new image
       new  b59fe20   just a commit during development of cascade
       new  c527051   python and compat_time patches
       new  57fb9e4   fixed some minor ANSI C problems
       new  5bc8960   *** empty log message ***
       new  2d75b42   *** empty log message ***
       new  1159816   *** empty log message ***
       new  8df529f   added article
       new  f99121c   a candidate training that works somewhat, but which have some issues with signs
       new  f17d20c   better working copy of cascade
       new  8651008   test code for more activation functions
       new  e6d17e8   more work on reordering activation functions
       new  68f7148   fixed memory leak
       new  92968be   minor bugfixes
       new  8f99acb   fixed fixpoint operations etc.
       new  b2956b9   moved activation and steepness to neuron
       new  5f5961f   *** empty log message ***
       new  24c60ad   *** empty log message ***
       new  0d208e8   *** empty log message ***
       new  e82854f   *** empty log message ***
       new  0f03bb7   changed indention scheme to use "-l100 -lc100 -ts4 -i4 -sc -bli0 -bl0 -cbi0 -ss -npcs -npsl -di2 -nbc -bls -lp -nbbo -nsaf -nsai -nsaw -bap"
       new  1248be6   *** empty log message ***
       new  98a525b   *** empty log message ***
       new  ae4759b   *** empty log message ***
       new  b0f2942   code cleanup and comments
       new  5182595   minor changes and eclips project
       new  dccd98e   More documentations and minor changes.
       new  a228952   More documentation and change of functionality for the callback function
       new  e152e9f   Documentation
       new  06f03e3   Documentation
       new  74225df   Documentation
       new  4606261   bugfix to fann_backpropagate_MSE
       new  c5cca27   *** empty log message ***
       new  b2a0655   Added momentum parameter
       new  8559290   *** empty log message ***
       new  041189e   documentation and minor changes
       new  6e195f3   Documentation of cascade
       new  1eb82cb   Documentation and default error log
       new  7348079   Documentation
       new  6a16b62   changes to save dataformat
       new  23f2469   more changes to save file format
       new  5058244   Changed save format to save all parameters
       new  0c95221   preperations for version 2.0
       new  669d35d   Updated pyfann to work with fann 2.0 (unfinished)
       new  6b7db18   Doc update
       new  a9e0c3e   *** empty log message ***
       new  f4b66c7   documantation etc.
       new  9d7176e   TODO update
       new  d091e89   closing in on release 2.0
       new  c92e91d   closing in on release 2.0
       new  a27cf0f   *** empty log message ***
       new  568c5b3   *** empty log message ***
       new  6f8eccc   *** empty log message ***
       new  505f1c5   *** empty log message ***
       new  039d8bc   *** empty log message ***
       new  50ef66d   *** empty log message ***
       new  2e0b7e3   moving files
       new  f19794b   MS Windows changes
       new  bd96ebb   moving files
       new  1128120   *** empty log message ***
       new  56b968a   *** empty log message ***
       new  9250cf0   *** empty log message ***
       new  9be51a3   fixed python setup.py + examples learn rate
       new  a305372   Makefile PYTHON variable
       new  4c511e5   *** empty log message ***
       new  6a70851   *** empty log message ***
       new  55ff589   *** empty log message ***
       new  dc9de32   *** empty log message ***
       new  297e86f   *** empty log message ***
       new  e58d5be   *** empty log message ***
       new  328d01b   *** empty log message ***
       new  a013381   *** empty log message ***
       new  e95cc1f   *** empty log message ***

The 242 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list