Skip to content

gpytranslate 1.1.0

Compare
Choose a tag to compare
@DavideGalilei DavideGalilei released this 27 May 17:59
· 84 commits to master since this release
b635c6d

Changelog

  • Minor changes and bug fixes
  • Added gpytranslate.SyncTranslator
  • Added a BaseTranslator class to inherit translators from (useful when using isinstance)
  • Moved Translator.__version__ to gpytranslate.__version__
  • Added proper license header to source files
  • Slightly improved the examples in the readme and in examples/
  • Shortened the links to other files or folders in the readme
  • Removed implementation guide in the license file
  • Updated library on pypi

Thanks to @alsoGAMER for his given help.