Skip to content

Commit

Permalink
Prep for release v0.010
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Apr 5, 2021
1 parent 5694aec commit fa2960b
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 3 deletions.
64 changes: 64 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
0.010 2021-04-05 14:48:12-0500

Features

- Kernel now works with JupyterLab.

Thanks to sknigh, Tmarinus, and vyuh for the bug report and to dlukes for
the fixes.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/issues/90>,
<https://github.com/EntropyOrg/p5-Devel-IPerl/pull/98>,
<https://github.com/EntropyOrg/p5-Devel-IPerl/pull/101>.

Refactoring

- Test console using Expect.pm.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/87>.

Bug fixes

- Update parsing the IPython version number in test (Joe Landman, joelandman++).

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/97>.

- Update message protocol to use kernel-status messages
(David Lukes, dlukes++).

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/98>.

- Fix hanging when running notebook cells in rapid succession and when
using "Run all cells" Thanks to David Lukes (dlukes++) for the report and
t.fujiwara (tofjw++) for the fix.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/issues/93>,
<https://github.com/EntropyOrg/p5-Devel-IPerl/pull/106>.

- Unicode output streams on STDOUT/STDERR.

Thanks to CH Su for the bug report and David Lukes (dlukes++) for the
fix.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/issues/35>,
<https://github.com/EntropyOrg/p5-Devel-IPerl/issues/92>,
<https://github.com/EntropyOrg/p5-Devel-IPerl/pull/98>.

- Stop JSON decoding raw data blobs.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/100>

Build changes

- Test on more recent versions of Perl (Gabor Szabo, szabgab++).

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/99>.

- Run tests on GitHub Actions CI.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/103>.

- Make Devel::REPL a suggested dependency as Reply is the default backend.

See <https://github.com/EntropyOrg/p5-Devel-IPerl/pull/104>.

0.009 2017-12-17 01:37:41-0600

Feature
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Devel::IPerl - Perl language kernel for Jupyter

=head1 VERSION

version 0.009
version 0.010

=head1 DESCRIPTION

Expand Down
5 changes: 4 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@ on 'configure' => sub {
};

on 'develop' => sub {
requires "Data::Dumper" => "0";
requires "Encode" => "0";
requires "File::Temp" => "0";
requires "Inline::Python" => "0";
requires "Term::ANSIColor" => "2.01";
requires "Test::More" => "0";
requires "Test::Requires" => "0";
requires "Test::Needs" => "0";
requires "open" => "0";
};
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Zakariyya Mughal <zmughal@cpan.org>
license = Perl_5
copyright_holder = Zakariyya Mughal
copyright_year = 2014
version = 0.009
version = 0.010

[@Author::ZMUGHAL]
; [GatherDir]
Expand Down

0 comments on commit fa2960b

Please sign in to comment.