Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Perl] Release AI-MXNet v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jan 28, 2022
1 parent 43bc7c7 commit 4475c8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions perl-package/AI-MXNet/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Revision history for Perl extension AI::MXNet
1.6 Fri Jan 28 03:50:00 PM EST 2022
- Update mapping between PDL and MX types - Zakariyya Mughal
- Upgrade minimum PDL dependency to PDL v2.064 for
int8 (PDL: sbyte) type - Zakariyya Mughal
Expand Down
2 changes: 1 addition & 1 deletion perl-package/AI-MXNet/META.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
}
},
"release_status" : "stable",
"version" : "1.5"
"version" : "1.6"
}
2 changes: 1 addition & 1 deletion perl-package/AI-MXNet/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ requires:
IO::Zlib: '0'
JSON::PP: '0'
parent: '0'
version: '1.5'
version: '1.6'
2 changes: 1 addition & 1 deletion perl-package/AI-MXNet/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
"GraphViz" => "2.14"
},
"TEST_REQUIRES" => {},
"VERSION" => "1.5",
"VERSION" => "1.6",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion perl-package/AI-MXNet/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This archive contains the distribution AI-MXNet,
version 1.5:
version 1.6:

Perl interface to MXNet machine learning library

Expand Down
2 changes: 1 addition & 1 deletion perl-package/AI-MXNet/lib/AI/MXNet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use AI::MXNet::Gluon 'gluon';
use AI::MXNet::NDArray::Sparse;
use AI::MXNet::Symbol::Sparse;
use AI::MXNet::Engine 'engine';
our $VERSION = '1.5';
our $VERSION = '1.6';

sub cpu { AI::MXNet::Context->cpu($_[1]//0) }
sub cpu_pinned { AI::MXNet::Context->cpu_pinned($_[1]//0) }
Expand Down

0 comments on commit 4475c8f

Please sign in to comment.