ines 
							
						 
					 
					
						
						
						
						
							
						
						
							d941fc3667 
							
						 
					 
					
						
						
							
							Tidy up CLI  
						
						 
						
						
						
					 
					
						2017-10-27 14:38:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							24512420b1 
							
						 
					 
					
						
						
							
							Show error if data_path does not exist or is None (see  #1102 )  
						
						 
						
						
						
					 
					
						2017-10-19 00:53:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							5750f62d0a 
							
						 
					 
					
						
						
							
							Fix autolinking failure on fresh model install ( resolves   #1138 )  
						
						 
						
						... 
						
						
						
						On fresh install via subprocess, pip.get_installed_distributions()
won't show new model, so is_package check in link command fails.
Solution for now is to get model package path explicitly and pass it to
link command. 
						
					 
					
						2017-08-14 12:13:26 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							7b7d46b64e 
							
						 
					 
					
						
						
							
							Fix typo and success message  
						
						 
						
						
						
					 
					
						2017-06-04 13:45:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							c1983621fb 
							
						 
					 
					
						
						
							
							Update util functions for model loading  
						
						 
						
						
						
					 
					
						2017-05-28 00:22:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							086a06e7d7 
							
						 
					 
					
						
						
							
							Fix CLI docstrings and add command as first argument  
						
						 
						
						... 
						
						
						
						Workaround for Plac 
						
					 
					
						2017-05-27 20:01:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							fc3ec733ea 
							
						 
					 
					
						
						
							
							Reduce complexity in CLI  
						
						 
						
						... 
						
						
						
						Remove now redundant model command and move plac annotations to cli
files 
						
					 
					
						2017-05-22 12:28:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							59c3b9d4dd 
							
						 
					 
					
						
						
							
							Tidy up CLI and fix print functions  
						
						 
						
						
						
					 
					
						2017-05-07 23:25:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Honnibal 
							
						 
					 
					
						
						
						
						
							
						
						
							17c9fffb9e 
							
						 
					 
					
						
						
							
							Fix naked except  
						
						 
						
						
						
					 
					
						2017-04-16 15:28:16 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							6145b7c153 
							
						 
					 
					
						
						
							
							Remove redundant Path  
						
						 
						
						
						
					 
					
						2017-04-16 20:53:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							8191e33cf1 
							
						 
					 
					
						
						
							
							Update link error message with info on permissions  
						
						 
						
						
						
					 
					
						2017-04-16 13:32:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							35fb4febe2 
							
						 
					 
					
						
						
							
							Fix whitespace  
						
						 
						
						
						
					 
					
						2017-04-15 12:13:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							c05ec4b89a 
							
						 
					 
					
						
						
							
							Add compat functions and remove old workarounds  
						
						 
						
						... 
						
						
						
						Add ensure_path util function to handle checking instance of path 
						
					 
					
						2017-04-15 12:11:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							1b92c8d5d5 
							
						 
					 
					
						
						
							
							Use unicode paths on Windows/Python 2 and catch other errors ( resolves   #970 )  
						
						 
						
						... 
						
						
						
						try/except here is quite dirty, but it'll at least make sure users see
an error message that explains what's going on 
						
					 
					
						2017-04-10 17:49:51 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joshua Reeter 
							
						 
					 
					
						
						
						
						
							
						
						
							564daf6dec 
							
						 
					 
					
						
						
							
							Issue  #934  symlink should not convert paths as_posix under windows.  
						
						 
						
						
						
					 
					
						2017-03-30 23:47:45 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							97814f8da6 
							
						 
					 
					
						
						
							
							Update Windows Python 2 link workaround to use helper functions  
						
						 
						
						
						
					 
					
						2017-03-25 14:04:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							b7f714b498 
							
						 
					 
					
						
						
							
							Possible solution to  #909  
						
						 
						
						
						
					 
					
						2017-03-25 21:36:38 +11:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							b8f8d5d8bf 
							
						 
					 
					
						
						
							
							Make sure model_path is a Posix path  
						
						 
						
						... 
						
						
						
						Otherwise, formatting the success message with model_path.as_posix()
fails when using a local path for linking (linking still works, but the
error message is confusing) 
						
					 
					
						2017-03-19 11:57:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Honnibal 
							
						 
					 
					
						
						
						
						
							
						
						
							797f286c38 
							
						 
					 
					
						
						
							
							Use import to find data package  
						
						 
						
						
						
					 
					
						2017-03-19 01:39:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							1277abcde2 
							
						 
					 
					
						
						
							
							Remove print statement  
						
						 
						
						
						
					 
					
						2017-03-18 19:14:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Honnibal 
							
						 
					 
					
						
						
						
						
							
						
						
							703eb7bdbd 
							
						 
					 
					
						
						
							
							Fix link module  
						
						 
						
						
						
					 
					
						2017-03-18 18:57:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							7d33104180 
							
						 
					 
					
						
						
							
							Use distutils.sysconfig.get_python_lib  
						
						 
						
						... 
						
						
						
						site.getsitepackages seems to not work as expected in Python 2 
						
					 
					
						2017-03-18 18:20:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							0dd7710556 
							
						 
					 
					
						
						
							
							Make sure paths are paths  
						
						 
						
						
						
					 
					
						2017-03-18 16:48:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ines 
							
						 
					 
					
						
						
						
						
							
						
						
							ec3e810662 
							
						 
					 
					
						
						
							
							Add directory cli and set up command line interface  
						
						 
						
						
						
					 
					
						2017-03-18 15:14:48 +01:00