File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818          python-version : ${{ matrix.python-version }} 
1919      - uses : actions/checkout@v3 
2020        with :
21-           ref : v2023.8.1  
21+           ref : v2023.8.2  
2222        name : Get latest Symfem version 
2323      - run : rm -rf symfem VERSION 
2424        name : Remove downloaded symfem 
5151          activate-environment : symfem 
5252      - uses : actions/checkout@v3 
5353        with :
54-           ref : v2023.8.1  
54+           ref : v2023.8.2  
5555        name : Get latest Symfem version 
5656      - run : rm -rf symfem VERSION 
5757        name : Remove downloaded symfem 
8282        with :
8383          python-version : ${{ matrix.python-version }} 
8484      - run : | 
85-           wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2023.8.1 .tar.gz 
85+           wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2023.8.2 .tar.gz 
8686          tar -xvzf symfem.tar.gz 
8787        name: Download and unpack latest version of Symfem 
8888name : Install LaTeΧ 
9292run : pip install pytest 
9393        name : Install pytest 
9494      - run : | 
95-           cd symfem-2023.8.1  
95+           cd symfem-2023.8.2  
9696          pip install .[optional] 
9797          python3 -m pytest test/ 
9898        name: Install requirements, run tests and demos 
Original file line number Diff line number Diff line change 55    given-names : Matthew W. 
66    orcid : 0000-0002-4658-2443 
77title : Symfem 
8- version : 2023.8.1  
9- date-released : 2023-08-18  
8+ version : 2023.8.2  
9+ date-released : 2023-08-20  
1010license : MIT 
1111url : https://github.com/mscroggs/symfem 
1212preferred-citation :
Original file line number Diff line number Diff line change 1- 2023.8.1 
1+ 2023.8.2 
Original file line number Diff line number Diff line change 1- {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2023-08-18 " , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2023.8.1 " }
1+ {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2023-08-20 " , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2023.8.2 " }
Original file line number Diff line number Diff line change 2828        description = "a symbolic finite element definition library" ,
2929        long_description = long_description ,
3030        long_description_content_type = "text/markdown" ,
31-         version = "2023.8.1 " ,
31+         version = "2023.8.2 " ,
3232        author = "Matthew Scroggs" ,
3333        license = "MIT" ,
3434
Original file line number Diff line number Diff line change 11"""Version number.""" 
22
3- version  =  "2023.8.1 " 
3+ version  =  "2023.8.2 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments