Version 0.1.17 0.1.17
authorThierry Florac <thierry.florac@onf.fr>
Fri, 20 Jul 2018 12:44:08 +0200
changeset 220 d82c0fe2a2c9
parent 219 758f286d76af
child 221 bd5572d676e0
Version 0.1.17
docs/HISTORY.txt
src/pyams_utils.egg-info/PKG-INFO
--- a/docs/HISTORY.txt	Tue Jul 17 11:31:41 2018 +0200
+++ b/docs/HISTORY.txt	Fri Jul 20 12:44:08 2018 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.1.17
+------
+ - added functions to get unique or random members from iterator
+
 0.1.16
 ------
  - updated annotation adapter factory to use a registered object factory if given factory is an
--- a/src/pyams_utils.egg-info/PKG-INFO	Tue Jul 17 11:31:41 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Jul 20 12:44:08 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.16
+Version: 0.1.17
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,10 @@
         Changelog
         =========
         
+        0.1.17
+        ------
+         - added functions to get unique or random members from iterator
+        
         0.1.16
         ------
          - updated annotation adapter factory to use a registered object factory if given factory is an