2003-09-4 Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * Changes in neural class hierarchy.
  * Added neural and weight classes for Kohonen and CP networks.
  
2003-05-19 Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * Changes in timestamp manipulation routines, seems to be more porable now.
  * Buxfix in Size::append().
  * Version 0.4.3 ported to:
    RedHat GNU/Linux [intel] 7.3, 8.0
    Solaris          [sparc] 8, 9
    Windows/DJGPP    [intel] 95/v2

2003-05-17 Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * More work on configure scripts for version 0.4.2.
  * Trying to port to  Windows/DJGPP [intel] 95/v2

2003-05-16 Jaroslaw Koszuk <jkoszuk@ics.p.lodz.pl>,
           Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * Better configure scripts for version 0.4.1, which was ported to:
    RedHat GNU/Linux [intel] 7.3, 8.0
    Solaris          [sparc] 8, 9

2003-05-13 Bartosz Lis <bartoszl@ics.p.lodz.pl>
!!! Version 0.4 frozen. Start work on version 0.5
  * DS'es with inputs are not directly connected with DS'es with desired
    outputs now, but still calliing desired_output.locate(input.where())
    should position desired output source on the term appropriate for the 
    current input term.
  * Arrays and terms are now weak or strong. Weak containers (Array, Term) do
    not allocate memory, but need a pointer to an array of obcjects allocated
    by a strong container (ARRAY, TERM), I belive this would make computations 
    more efficient, because operations on weak containers that use copies of 
    pointers to arrays do not require copying objects themseves.
  * Training organizers (TO) are now descendants of NE.
  * Some nomenclature changes in NE subtree:
    NE (neural element)
    +-TO (training organizer)
    +-NIT (neuron iteratively trained)
      +-NFB (neuron accepting feed back -- most of neurons implemented yet)
  * Changes and unifications in nomenclature of events generated during
    training (i.e. virtual methodes called during training).
  * No DS_ws and DS_log, programmer must use DS_buff and appropriate parser
    instead.

2003-05-03 Bartosz Lis <bartoszl@ics.p.lodz.pl>
!!! Version 0.3 frozen. Start work on version 0.4
  * Multiple changes:
  * redesigned sequencing data in DS-es, now, every term in the sequence has
    two keys: flat (but maybe permuted) position in the sequence presentation
    and absolute (maybe multidimensionaly indexed) position in data storage.
  * data loading from and storing to XPM's, thinking about JPEGs,
  * recurent DS dividing picture data into frames,
  * DS_tee improved by adding Sink family of classes.

2003-05-03 Bartosz Lis <bartoszl@ics.p.lodz.pl>
!!! Start work on version 0.3

2003-05-03 Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * Multiple changes some of them deep into project.

2003-04-24 Bartosz Lis <bartoszl@ics.p.lodz.pl>
  * First network successfully trained.
!!! Version number upgraded to 0.2

  
