Skip to content

Releases: hughperkins/pytorch

v4.1.0

17 Mar 11:34
Compare
Choose a tag to compare

Changes:

  • ctrl-c works now, during lua method execution (tested on linux)

v4.0.0

16 Mar 23:19
Compare
Choose a tag to compare

Changes:

  • uses luajit by default on linux, instead of lua (mac os x continues to use lua, instead of luajit)

v3.1.0

06 Mar 22:54
Compare
Choose a tag to compare

Changes:

  • improved error handling, when something goes wrong in lua script

Bug fixes

  • fix py27 regression, which meant that the scripts wouldnt compile

v3.0.0

05 Mar 16:22
Compare
Choose a tag to compare

backward incompatible change:

  • nn modules now in PyTorchAug.nn, rather than in PyTorchAug directly

new functionality:

  • anything in nn can now be used, without having to explicitly add to the program
  • this also paves the way for being able to easily (and perhaps automatically) handle other types, like nnx etc

v2.9.0

05 Mar 05:38
Compare
Choose a tag to compare

Changes:

  • lua functions can return tables to python now (as python dictionaries)

v2.8.1

04 Mar 23:21
Compare
Choose a tag to compare

Bugfixes:

  • fix bug with pushing tables to function calls

v2.8.0

04 Mar 22:46
Compare
Choose a tag to compare

changes:

  • can pass python dictionary to lua function now, where it arrives as a lua table

v2.7.0

04 Mar 21:19
Compare
Choose a tag to compare

Changes:

  • can pass parameters to lua class constructor now

v2.6.0

04 Mar 20:41
Compare
Choose a tag to compare

Changes:

  • Simplify loading lua classes: added PyTorchHelpers.load_lua_class(lua_filename, lua_classname)

v2.5.0

04 Mar 05:25
Compare
Choose a tag to compare

Changes:

  • added incremental build option to build.sh (build like INCREMENTAL=1 ./build.sh