PyCon ZA 2020 will take place on the 8th & 9th of October, 2020. This
year, due to the ongoing uncertainty of when conference facilities
will be allowed to open, we will be running PyCon ZA as an online
event.
We are looking for the following presentations:
- Keynotes (45 minute long talks on a subject of general interest)
- Talks (30 minute long talks on more specific topics)
If you would like to give a presentation, please register at
https://za.pycon.org/ and submit your proposal, following the
instructions at https://za.pycon.org/talks/submit-talk/ . We have a
number of tracks available, including: Data Science, Teaching and
Learning with Python, Web, Scientific Computing, Testing and Other
(which includes all talks that don't fall under the mentioned tracks).
We hope to notify accepted presenters by no later than the 31st of
August 2020.
Speakers will be expected to be available after the presentation for a
short Q&A session. Shared sessions are also possible. The
presentations will be in English.
PyCon ZA offers a mentorship program for inexperienced speakers. If
you would like assistance preparing your submission, email
team(a)za.pycon.org with a rough draft of your talk proposal and we'll
find a suitable experienced speaker to act as a mentor.
If you want to present something else at PyCon ZA, please contact the
organising committee at team(a)za.pycon.org .
We’re researching which software platforms will be most suitable for
running PyCon ZA. As soon as we have finalised this decision, we’ll
make it public and update potential presenters. If you have experience
with presenting on particular platforms, we'd love to hear from you at
team(a)za.pycon.org .
--
Neil Muller
On behalf of the PyCon ZA organising committee
Python 3.8.4rc1 is the release candidate of the fourth maintenance release of Python 3.8. Go get it here:
https://www.python.org/downloads/release/python-384rc1/ <https://www.python.org/downloads/release/python-384rc1/>
Assuming no critical problems are found prior to 2020-07-13, the scheduled release date for 3.8.4, no code changes are planned between this release candidate and the final release.
That being said, please keep in mind that this is a pre-release and as such its main purpose is testing.
Maintenance releases for the 3.8 series will continue at regular bi-monthly intervals, with 3.8.5 planned for mid-September 2020.
What’s new?
The Python 3.8 series is the newest feature release of the Python language, and it contains many new features and optimizations. See the “What’s New in Python 3.8 <https://docs.python.org/3.8/whatsnew/3.8.html>” document for more information about features included in the 3.8 series.
This is the first bugfix release that is considerably smaller than the previous three. There’s 20% less changes at 130 commits than the average of previous three releases. Detailed information about all changes made in version 3.8.4 specifically can be found in its change log <https://docs.python.org/release/3.8.4rc1/whatsnew/changelog.html#python-3-8…>.
We hope you enjoy Python 3.8!
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.
Your friendly release team,
Ned Deily @nad <https://discuss.python.org/u/nad>
Steve Dower @steve.dower <https://discuss.python.org/u/steve.dower>
Łukasz Langa @ambv <https://discuss.python.org/u/ambv>
I am pleased to announce the release of SfePy 2020.2.
Description
-----------
SfePy (simple finite elements in Python) is a software for solving systems of
coupled partial differential equations by finite element methods. It is
distributed under the new BSD license.
Home page: https://sfepy.org
Mailing list: https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
Git (source) repository, issue tracker: https://github.com/sfepy/sfepy
Highlights of this release
--------------------------
- discontinuous Galerkin method implementation and examples
- new website look
- memory usage improvements
For full release notes see [1].
Cheers,
Robert Cimrman
[1] http://docs.sfepy.org/doc/release_notes.html#id1
---
Contributors to this release in alphabetical order:
Robert Cimrman
Jan Heczko
Lubos Kejzlar
Vladimir Lukes
Tomáš Zítka
Hi,
I've released mpdecimal-2.5.0:
http://www.bytereef.org/mpdecimal/index.html
15417edc8e12a57d1d9d75fa7e3f22b158a3b98f44db9d694cfd2acde8dfa0ca mpdecimal-2.5.0.tar.gz
Starting with Python 3.9, this version should be used for an external libmpdec.
Python versions 3.7 and 3.8 should use the previous version mpdecimal-2.4.2.
libmpdec
========
libmpdec will continue to evolve conservatively. For the few changes, see:
http://www.bytereef.org/mpdecimal/changelog.html
libmpdec++
==========
mpdecimal now includes libmpdec++. libmpdec++ is a complete C++ implementation
of the General Decimal Arithmetic Specification.
http://www.bytereef.org/mpdecimal/doc/libmpdec++/index.html
The library frees users from manual memory management and has an easy API with
inline operators similar to the one in Python's decimal module. Like Python's
decimal module, libmpdec++ has a thread local context for inline operators and
other functions that use the implicit context.
Depending on the compiler, the speed penalty for the C++ features compared
to libmpdec is 4-10%.
The best compiler I found is gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1), closely
followed by the latest Intel compiler. Both produce the fastest libmpdec code
and have a speed penalty for C++ of 4%.
Like libmpdec, libmpdec++ has a large test suite. In addition to the mpdecimal
tests, libmpdec++ has been tested by replacing all libmpdec functions in Python's
decimal module with libmpdec++ functions.
libmpdec++ passes both the Python test suite and deccheck.py.
For a short libmpdec++ introduction, see:
http://www.bytereef.org/mpdecimal/quickstart.html
Stefan Krah
Trac 1.0.20 Released
====================
Trac 1.0.20, the latest maintenance release for the older stable branch,
is available.
You will find this release at the usual places:
https://trac.edgewall.org/wiki/TracDownload#Trac12StableRelease
You can find the detailed release notes for 1.0.20 on the following
pages:
https://trac.edgewall.org/wiki/1.0/TracChangeLoghttps://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0#MaintenanceReleases
Now to the packages themselves:
URLs:
https://download.edgewall.org/trac/Trac-1.0.20.tar.gzhttps://download.edgewall.org/trac/Trac-1.0.20-py2-none-any.whlhttps://download.edgewall.org/trac/Trac-1.0.20.win32.exehttps://download.edgewall.org/trac/Trac-1.0.20.win-amd64.exe
MD5 sums:
526161fa7e35591beede3fafbe1a0767 Trac-1.0.20.tar.gz
9a6463f907f6c9a6325aa8636b3b30f3 Trac-1.0.20-py2-none-any.whl
4f1f4510f2bb11bd3f637a0d36d623ba Trac-1.0.20.win32.exe
3da6ff4fc17110f4f5db9b9a12d88a59 Trac-1.0.20.win-amd64.exe
SHA256 sums:
c88f1b700aa3ace8e9e5dd71dfd60e07efd6fabf7625aeb5b04637b87c5da06d Trac-1.0.20.tar.gz
874bd94603005181fb30c0a3449e7ddea7fa6d22af2d5b290e2ce24735d323a1 Trac-1.0.20-py2-none-any.whl
3a556ab1a2e435f7efec76747168734d90d10e714eda767787402c95a34dcb73 Trac-1.0.20.win32.exe
edfa090cf02ed69273af33f4ccf3916e2dc6765e3324ad61cab4b5ee8727abfc Trac-1.0.20.win-amd64.exe
Acknowledgements
================
Many thanks to the growing number of people who have, and continue to,
support the project. Also our thanks to all people providing feedback
and bug reports that helps us make Trac better, easier to use and
more effective. Without your invaluable help, Trac would not evolve.
Thank you all.
Finally, we hope that Trac will be useful to like-minded programmers
around the world, and that this release will be an improvement over
the last version.
Please let us know.
/The Trac Team https://trac.edgewall.org/
I've recently released version 0.3.1 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fixed #132: Added documentation to help with relative interpreter paths. Thanks
to Paul Kienzle for the patch.
* Fixed #134: Allowed specifying a different target Python version when generating
scripts.
* Fixed #135: Exposed the ``enquote_executable`` function previously implemented
as an internal function.
* Addressed #138: Improved metadata support for newer metadata versions. Thanks to
James Tocknell for the patch.
* Changed the output of flags in entry point definitions in wheels. Thanks to
frostming (明希) for the patch.
* Stopped writing JSON metadata. Only old-style metadata is written now.
A more detailed change log is available at [2].
Please try it out, and if you find any problems or have any suggestions for improvements,
please give some feedback using the issue tracker! [3]
Note: Mailman3 might mishandle some of the links below. In that case, just copy and
paste the links into your browser address bar - that should work.
Regards,
Vinay Sajip
[1] https://pypi.org/project/distlib/0.3.1/
[2] https://distlib.readthedocs.io/en/0.3.1/
[3] https://bitbucket.org/pypa/distlib/issues/new
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.
What is Nikola?
===============
Nikola is a static site and blog generator, written in Python.
It can use Mako and Jinja2 templates, and input in many popular markup
formats, such as reStructuredText and Markdown — and can even turn
Jupyter Notebooks into blog posts! It also supports image galleries,
and is multilingual. Nikola is flexible, and page builds are extremely
fast, courtesy of doit (which is rebuilding only what has been changed).
Find out more at the website: https://getnikola.com/
Downloads
=========
Install using `pip install Nikola`.
Changes
=======
Features
--------
* Support posts without titles (Issue #3408)
* Support WebP image scaling (Issue #3399)
* Use Luxon instead of Moment for fancy dates to make it more
lightweight, going from 328k to 68k (Issue #3232)
* New ``nikola console -s script.py`` option to run scripts that
access your site (Issue #3385)
* Allow preview images to be relative to posts for bootblog4 featured
posts
* Change the listings formatting to support word wrap with line
numbers and improve appearance
* Put the current language’s feed links first so that feed readers
prefer it (Issue #3248)
* Added support for default preview image for posts (Issue #3326)
* Added support for thumbnails in gallery lists (Issue #1771)
Bugfixes
--------
* Support directory names in ``REDIRECTIONS`` (Issue #3421)
* Return a non-zero error code when ``nikola github_deploy`` fails
* Refactored scale_image causing performance increasing in image
resizing.
* Don’t force absolute links for brand/languages (Issue #3229)
* Fix RTL mirroring in base theme (``:dir()`` pseudo-class is Firefox only)
(Issue #3353)
* Work around Bootstrap 4 alignment bug for RTL languages
(Issue #3353)
* Handle multiple level of inherit/import nesting in Mako templates
correctly (Issue #3349)
* Output a more informative error when files are missing due to
broken symlinks or incorrect ``TRANSLATIONS_PATTERN`` values
* Avoid installing ``tests`` package to site-packages, remove it from
your environment if it was inadvertently added (Issue #3348)
* Sometimes hyphenation added hyphens at the beginning of words
(Issue #3362)
* Mark gallery images as "dirty" if EXIF configuration changes (Issue
#3357)
* Fix regression in gallery titles being "index" if there was a
index.txt and no title (Issue #3360)
* Make gallery indexes depend on destination images to avoid
multithreading race condition (Issue #3361)
* Mark gallery thumbnails as lazy loading (Issue #2918)
* Don't consider JPEG images with EXIF thumbnails as animated (Issue
#3332)
* Use correct language for hyphenation in posts that are not
translated to all languages (Issue #3377)
Internal
--------
* Added Post.source() method to get a Post's object unprocessed
contents.
* Added Post.save() method to modify Post contents.
* Made is_two_file a property that uses save()
--
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16
Hey,
Just a quick announcement that I plan to give a full-day hands-on pytest
training in September in Switzerland (slides in English, but the training will
be in German):
https://workshoptage.ch/workshops/2020/pytest-test-driven-development-nicht…
The training is a part of the "Workshoptage" organized by CH Open in September
2020, at the HSLU Campus Rotkreuz (ZG): https://workshoptage.ch/
Of course it remains to be seen how things turn out with COVID-19. The
organizer (CH Open) allows you to cancel your ticket up to two weeks before the
training, and of course also closely monitors the current situation in
Switzerland. Fingers crossed!
For people who'd rather stay at home (or who just don't happen to be near
Switzerland), I also have some short (and free) webinars planned about pytest
basics. The first one will be in German in August, as part of an university
webinar series - if that works well I'll probably follow up with an English one
as well. More details about those as soon as things are ready!
Florian
--
me(a)the-compiler.org (Mail/XMPP) | https://www.qutebrowser.orghttps://bruhin.software/ | https://github.com/sponsors/The-Compiler/
GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
I love long mails! | https://email.is-not-s.ms/