Releases: derek73/python-nameparser 
  
  Releases · derek73/python-nameparser
      
  v0.3.15 
  
    
  
      
        21 Mar 08:56
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fix string format when empty_attribute_default = None (#45 ) 
Include tests in release source tarball (#46 ) 
  
  
  
   
   
  
  v0.3.14 
  
    
  
      
        19 Mar 03:02
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Add CONSTANTS.empty_attribute_default to customize value returned for empty attributes (#44 ) 
  
  
  
   
   
  
  v0.3.13 
  
    
  
      
        15 Mar 03:45
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Improve string format handling 
Improve customization documentation 
  
  
  
   
   
  
  v0.3.12 
  
    
  
      
        14 Mar 07:51
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fix first name clash with suffixes (#42 ) 
Fix encoding of constants added via the python shell 
Add "MSC" to suffixes, fix #41  
  
  
  
   
   
  
  v0.3.11 
  
    
  
      
        18 Oct 00:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fix #39 , capitalization bug with initials that are also conjunctions ("e" and "y") 
  
  
  
   
   
  
  v0.3.10 
  
    
  
      
        20 Sep 05:47
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
fix bytestring handling on python 2.x (#38 ) 
  
  
  
   
   
  
  v0.3.9 
  
    
  
      
        05 Sep 20:30
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Separate suffixes that are acronyms to handle periods differently, fixes #29 , #21  
Don't find titles after first name is filled, fixes (#27 ) 
Add "chair" titles (#37 ) 
  
  
  
   
   
  
  v0.3.8 
  
    
  
      
        03 Sep 04:52
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fixes for #36 , better handling of roman numerals at the end of a name 
  
  
  
   
   
  
  v0.3.7 
  
    
  
      
        31 Aug 09:09
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Speed improvement, 3x faster 
Make HumanName instances pickleable 
  
  
  
   
   
  
  v0.3.6 
  
    
  
      
        06 Aug 08:51
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fix strings that start with conjunctions (#20 ) 
handle assigning lists of names to a name attribute 
support dictionary-like assignment of name attributes