Next | Query returned 45 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125)
Log message:
Forget about Python 3.6
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-10 01:20:24 by David H. Gutteridge | Files touched by this commit (3)
Log message:
py-jupyter_client: set sticky bit only on the directory

Addresses PR pkg/56437 from Chavdar Ivanov, who also supplied the patch
that has already been integrated upstream (but not yet in a release
branch).
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-29 11:23:30 by Nia Alarie | Files touched by this commit (1)
Log message:
typo, pointed out by adam
   2021-06-29 10:34:19 by Nia Alarie | Files touched by this commit (5)
Log message:
py-traitlets: doesn't support Python 3.6 in version 5
   2021-06-10 20:46:05 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_client: updated to 6.1.12

6.1.11
======
- Move jedi pinning to test requirements (:ghpull:`599`)

6.1.10
======
- Add change parameter needed for observer method of kernel_spec_manager trait \ 
(:ghpull:`598`)

6.1.9
=====
- Pin jedi<=0.17.2 (:ghpull:`596`)

6.1.8
=====
- Doc updates (:ghpull:`563`, :ghpull:`564`, :ghpull:`587`)
- Fix path to the connection file (:ghpull:`568`)
- Code cleanup (:ghpull:`574`, :ghpull:`579`)
- Silence kill_kernel when no process is present (:ghpull:`576`)
- Remove extra_env and corresponding test (:ghpull:`581`)
- Add documentation dependencies to setup.py (:ghpull:`582`)
- Fix for Windows localhost IP addresses (:ghpull:`584`)
- Drop Travis CI, add GitHub Actions (:ghpull:`586`)
- Adapt KernelManager._kernel_spec_manager_changed to observe (:ghpull:`588`)
- Allow use ~/ in the kernel's command or its arguments (:ghpull:`589`)
- Change wait_for_ready logic (:ghpull:`592`)
- Fix test_session with msgpack v1  (:ghpull:`594`)
   2020-08-26 13:37:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_client: updated to 6.1.7

6.1.7
- Fixed launching non python kernels from a windows store installed jupyter
- Silenced kill_kernel when kernel is already terminated
- Removed a number of python 2 code paths
- Documentation improvements around debug request/reply patterns
   2020-07-15 09:35:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_client: updated to 6.1.6

6.1.6
- Removed warnings in more cases for KernelManagers that use new cleanup method
- Some improved tests with a conversion to pytest pattern

6.1.5
- Gracefully Close ZMQ Context upon kernel shutdown to fix memory leak
- Fix for chained exceptions to preserve stacks
- Fix start_kernel error when passing kernel_id
- Update to releasing docs

6.1.4
(Deleted release with incorrect local files)

6.1.3
- Add AsyncKernelClient client_class to AsyncKernelManager
- Doc fix for xeus hyperlinks
- Doc typo fix
   2020-07-07 10:19:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_client: updated to 6.1.5

6.1.2
- Fixed a bug causing clients to sometimes hang after a stop call was made

6.1.1
- Subprocess kill action fix for async execution
- Doc fix for xeus kernel list

6.1.0
This release includes support for asyncio patterns! Downstream tools should soon \ 
have releases to additionally support async patterns.
- AsyncKernelManager and AsyncMultiKernelManager are now available for async \ 
jupyter_client interactions
- Removed unused sphinx dependency
- Added install instructions for pip to documentation
- Improved docs around version protocol and messaging

6.0.0
The git history had to be reworked heavily in merging 5.x and master, so a link \ 
to all the changes at once in github had been left out as it's just confusing.

An exciting change in this release is some async support (huge thanks to \ 
@davidbrochart for doing most of the work)! See linked PR below for more \ 
details, we're working on integrating this into nbclient as well in the near \ 
future.

New Features:
- Added async API

Changes:
- Python 3.8 testing and support added
- Session.msg_id optimization
- Only cache ports if the cache_ports flag is set to True
- Removed direct dependency on pywin32 as this is now in jupyter core

Fixes:
- Prevent two kernels to have the same ports

Docs:
- Document the handling of error in do_execute

Breaking changes:
- Dropped support for Python 2.7!

Next | Query returned 45 messages, browsing 21 to 30 | Previous