..  
		
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										project
									
								 
							
						
					 
				 
				
					
						
							
							Handle deprecation of pkg_resources 
						
					 
				 
				2023-03-06 11:57:43 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										templates
									
								 
							
						
					 
				 
				
					
						
							
							Config generation fails for GPU without transformers ( #11899 ) 
						
					 
				 
				2022-12-02 10:17:11 +01:00  
		
			
			
			
			
				
					
						
							
								__init__.py 
							
						
					 
				 
				
					
						
							
							Add a spacy benchmark speed subcommand ( #11902 ) 
						
					 
				 
				2023-01-12 11:55:21 +01:00  
		
			
			
			
			
				
					
						
							
								_util.py 
							
						
					 
				 
				
					
						
							
							Have logging calls use string formatting types ( #12215 ) 
						
					 
				 
				2023-02-02 11:15:22 +01:00  
		
			
			
			
			
				
					
						
							
								apply.py 
							
						
					 
				 
				
					
						
							
							Auto-format code with black ( #12019 ) 
						
					 
				 
				2022-12-23 12:44:07 +01:00  
		
			
			
			
			
				
					
						
							
								assemble.py 
							
						
					 
				 
				
					
						
							
							Tidy up with flake8: imports, comparisons, etc. 
						
					 
				 
				2021-06-28 12:08:15 +02:00  
		
			
			
			
			
				
					
						
							
								benchmark_speed.py 
							
						
					 
				 
				
					
						
							
							Add a spacy benchmark speed subcommand ( #11902 ) 
						
					 
				 
				2023-01-12 11:55:21 +01:00  
		
			
			
			
			
				
					
						
							
								convert.py 
							
						
					 
				 
				
					
						
							
							fix processing of "auto" in convert ( #12050 ) 
						
					 
				 
				2023-01-05 10:21:00 +01:00  
		
			
			
			
			
				
					
						
							
								debug_config.py 
							
						
					 
				 
				
					
						
							
							Fix references to config file in the docs & UX ( #9961 ) 
						
					 
				 
				2022-01-04 14:31:26 +01:00  
		
			
			
			
			
				
					
						
							
								debug_data.py 
							
						
					 
				 
				
					
						
							
							trainable_lemmatizer in debug data (#11419 ) 
						
					 
				 
				2023-01-26 17:36:50 +01:00  
		
			
			
			
			
				
					
						
							
								debug_diff.py 
							
						
					 
				 
				
					
						
							
							Add debug diff command in spaCy CLI ( #10502 ) 
						
					 
				 
				2022-04-07 10:48:45 +02:00  
		
			
			
			
			
				
					
						
							
								debug_model.py 
							
						
					 
				 
				
					
						
							
							Tidy up with flake8: imports, comparisons, etc. 
						
					 
				 
				2021-06-28 12:08:15 +02:00  
		
			
			
			
			
				
					
						
							
								download.py 
							
						
					 
				 
				
					
						
							
							Add a way to get the URL to download a pipeline to the CLI ( #11175 ) 
						
					 
				 
				2022-09-02 11:58:21 +02:00  
		
			
			
			
			
				
					
						
							
								evaluate.py 
							
						
					 
				 
				
					
						
							
							Add a spacy benchmark speed subcommand ( #11902 ) 
						
					 
				 
				2023-01-12 11:55:21 +01:00  
		
			
			
			
			
				
					
						
							
								find_threshold.py 
							
						
					 
				 
				
					
						
							
							find-threshold: CLI command for multi-label classifier threshold tuning ( #11280 ) 
						
					 
				 
				2022-11-25 11:44:55 +01:00  
		
			
			
			
			
				
					
						
							
								info.py 
							
						
					 
				 
				
					
						
							
							Handle deprecation of pkg_resources 
						
					 
				 
				2023-03-06 11:57:43 +01:00  
		
			
			
			
			
				
					
						
							
								init_config.py 
							
						
					 
				 
				
					
						
							
							Workaround for Typer optional default values with Python calls ( #10788 ) 
						
					 
				 
				2022-06-17 12:15:36 +02:00  
		
			
			
			
			
				
					
						
							
								init_pipeline.py 
							
						
					 
				 
				
					
						
							
							Add support for floret vectors ( #8909 ) 
						
					 
				 
				2021-10-27 14:08:31 +02:00  
		
			
			
			
			
				
					
						
							
								package.py 
							
						
					 
				 
				
					
						
							
							Adjust return type of registry.find ( #12227 ) 
						
					 
				 
				2023-02-15 12:32:53 +01:00  
		
			
			
			
			
				
					
						
							
								pretrain.py 
							
						
					 
				 
				
					
						
							
							Add parent argument ( #11210 ) 
						
					 
				 
				2022-07-26 14:35:18 +02:00  
		
			
			
			
			
				
					
						
							
								profile.py 
							
						
					 
				 
				
					
						
							
							🏷 Add Mypy check to CI and ignore all existing Mypy errors ( #9167 ) 
						
					 
				 
				2021-10-14 15:21:40 +02:00  
		
			
			
			
			
				
					
						
							
								train.py 
							
						
					 
				 
				
					
						
							
							Add docs section for spacy.cli.train.train ( #9545 ) 
						
					 
				 
				2021-10-29 10:36:34 +02:00  
		
			
			
			
			
				
					
						
							
								validate.py 
							
						
					 
				 
				
					
						
							
							🏷 Add Mypy check to CI and ignore all existing Mypy errors ( #9167 ) 
						
					 
				 
				2021-10-14 15:21:40 +02:00