Parcourir la source

update of macop paper and README.md

Jérôme BUISINE il y a 3 ans
Parent
commit
0ae127aa2f
6 fichiers modifiés avec 55 ajouts et 21 suppressions
  1. 1 1
      LICENSE
  2. 31 2
      README.md
  3. 1 1
      docs/source/conf.py
  4. 4 0
      paper.bib
  5. 16 15
      paper.md
  6. 2 2
      requirements.txt

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) 2020 Jérôme Buisine
+Copyright (c) 2021 Jérôme Buisine
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 

Fichier diff supprimé car celui-ci est trop grand
+ 31 - 2
README.md


+ 1 - 1
docs/source/conf.py

@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('../../../macop'))
 # -- Project information -----------------------------------------------------
 
 project = 'Macop'
-copyright = '2020, Jérôme BUISINE'
+copyright = '2021, Jérôme BUISINE'
 author = 'Jérôme BUISINE'
 
 # The short X.Y version

+ 4 - 0
paper.bib

@@ -172,11 +172,15 @@
 @misc{simanneal-solver,
   author = "Matthew Perry",
   title = "simanneal",
+  year= "2019",
+  version= "0.5.0",
   howpublished = "\url{https://github.com/perrygeo/simanneal}",
 }
 
 @misc{solid-solver,
   author = "Devin Soni",
   title = "Solid",
+  version = "0.11",
+  year = "2017",
   howpublished = "\url{https://github.com/100/Solid}",
 }

Fichier diff supprimé car celui-ci est trop grand
+ 16 - 15
paper.md


+ 2 - 2
requirements.txt

@@ -1,2 +1,2 @@
-numpy
-sphinx==v2.2.0 
+numpy==1.19.5
+sphinx==v2.2.0