This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension AI::MXNet
2+ 1.6 Fri Jan 28 03:50:00 PM EST 2022
23 - Update mapping between PDL and MX types - Zakariyya Mughal
34 - Upgrade minimum PDL dependency to PDL v2.064 for
45 int8 (PDL: sbyte) type - Zakariyya Mughal
Original file line number Diff line number Diff line change 5151 }
5252 },
5353 "release_status" : " stable" ,
54- "version" : " 1.5 "
54+ "version" : " 1.6 "
5555}
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ requires:
4848 IO::Zlib : ' 0'
4949 JSON::PP : ' 0'
5050 parent : ' 0'
51- version : ' 1.5 '
51+ version : ' 1.6 '
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
4646 " GraphViz" => " 2.14"
4747 },
4848 " TEST_REQUIRES" => {},
49- " VERSION" => " 1.5 " ,
49+ " VERSION" => " 1.6 " ,
5050 " test" => {
5151 " TESTS" => " t/*.t"
5252 }
Original file line number Diff line number Diff line change 11This archive contains the distribution AI-MXNet,
2- version 1.5 :
2+ version 1.6 :
33
44 Perl interface to MXNet machine learning library
55
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ use AI::MXNet::Gluon 'gluon';
5454use AI::MXNet::NDArray::Sparse;
5555use AI::MXNet::Symbol::Sparse;
5656use AI::MXNet::Engine ' engine' ;
57- our $VERSION = ' 1.5 ' ;
57+ our $VERSION = ' 1.6 ' ;
5858
5959sub cpu { AI::MXNet::Context-> cpu($_ [1]//0) }
6060sub cpu_pinned { AI::MXNet::Context-> cpu_pinned($_ [1]//0) }
You can’t perform that action at this time.
0 commit comments