Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.4.0
    0.4.0
    
    * #20: Add an LRU model.
    
  • 0.3.1
    0.3.1
    
    * [#19](https://gitlab.com/bowlofeggs/rpick/merge_requests/19): Adjust
      the tests to pass on 32-bit architectures.
    
  • 0.3.0
    0.3.0
    
    * [#5](https://gitlab.com/bowlofeggs/rpick/merge_requests/5): Introduced a unit test suite.
    * [#8](https://gitlab.com/bowlofeggs/rpick/merge_requests/8): Defined a library for rpick so
      integrators can write their own front end to it. This also aided in testing.
    * [#11](https://gitlab.com/bowlofeggs/rpick/merge_requests/11): Added documentation for the library.
    * [#14](https://gitlab.com/bowlofeggs/rpick/merge_requests/14): Users will no longer be re-prompted
      for a choice they've declined in the same process, unless they decline all possible choices in a
      category.
    * [d20e491b](https://gitlab.com/bowlofeggs/rpick/commit/d20e491b5971b73dd27d46bae3938f9321272517):
      Documented installation.
    
  • 0.2.0
    0.2.0
    
    * Added a new even distribution model, which does a nice flat
      random pick (#3).
    * Added a new weighted distribution model, which does a
      weighted random pick (#4).
    * Added a new lottery distribution model, which
      gives lottery tickets to unpicked items and resets the
      picked item's lottery tickets to 0 (95b32b1e).
    
  • 0.1.0
    0.1.0
    
    This is a feature release, with two changes:
    
    * #1: Added a new stddev_scaling_factor setting, which is optional and
          defaults to 3.0.
    * #2: The model now defaults to "gaussian", so users don't have to
          define it by hand.
    
  • 0.0.0
    24a22dae · Initial commit. ·
    Initial release