Upstream changes (from CHANGELOG.md):
# Addressable 2.6.0
- added `tld=` method to allow assignment to the public suffix
- most `heuristic_parse` patterns are now case-insensitive
- `heuristic_parse` handles more `file://` URI variations
- fixes bug in `heuristic_parse` when uri starts with digit
- fixes bug in `request_uri=` with query strings
- fixes template issues with `nil` and `?` operator
- `frozen_string_literal` pragmas added
- minor performance improvements in regexps
- fixes to eliminate warnings
meson `pkgconfig' module generate pkg-config files during the configure
phase and PKGCONFIG_OVERRIDE can be used in post-configure stage to
avoid directly patching meson.build files.
Discussed with <ryoon>, thanks!
What's new in h5py 2.9
New features
* A convenient high-level API for creating virtual datasets, HDF5 objects which
act as a view over one or more real datasets.
See :ref:vds for details.
* :class:File can now be constructed with a Python file-like object,
making it easy to create an HDF5 file in memory using :class:io.BytesIO
See :ref:file_fileobj for details.
* :class:File now accepts parameters to control the chunk cache.
See :ref:file_cache for details.
* New options to record the order of insertion for attributes and group entries.
Iterating over these collections now follows insertion order if it was
recorded, or name order if not.
* A new method :meth:Group.create_dataset_like to create a new dataset with
similar properties to an existing one.
* Datasets can now be created with storage backed by external non-HDF5 files
* Lists or tuples of unicode strings can now be stored as HDF5 attributes
* Inspecting the view returned by .keys() now shows the key names, for
convenient interactive use.
Exposing HDF5 functions
* H5LTopen_file_image as :func:h5py.h5f.open_file_image.
* External dataset storage functions H5Pset_external, H5Pget_external
and H5Pget_external_count as methods on :class:h5py.h5p.PropDCID
Bugfixes
* Fix reading/writing of float128 data.
* Converting data to float16 when creating a dataset.
Support for old Python
Support for Python 3.3 has been dropped.
Support for Python 2.6 has been dropped.
0.14.2
- [CHANGE] Travis CI builds now use tox to lint and run tests.
- [FIX] Fixed UnicodeDecodeError on certain locales.
0.14.1
- [FIX] Fixed "ImportError: No module named 'dateutil'".
0.14.0
- [NEW] Added provisional support for Python 3.8.
- [CHANGE] Removed support for EOL Python 3.4.
- [FIX] Updated setup.py with modern Python standards.
- [FIX] Upgraded dependencies to latest versions.
- [FIX] Enabled flake8 and black on travis builds.
- [FIX] Formatted code using black and isort.
REL: v3.1.0
The first release of the v3.1 series
This version of Matplotlib support Python 3.6+
Highlights of this release include:
- A helper method for scatter legends
- Secondary axis support (ex, degrees and radians)
- A concise date formatter
- No longer requires a framework build of Python to use OSX backend
- Major and minor ticks will no longer collide by default
- A progress callback for animations
- mplot3D is always registered
- deprecated mlab functions have been removed
- Many function calls have become stricter about invalid or ignored input
REL: v3.0.3
The third and last planned bug-fix release of the 3.0 series
* fix several possible memory leaks
* documentation fixes
jquery-ui is no longer bundled in git repo and is downloaded during
the install or sdist process. If you are installing from pypi the
files will be included, but if you are installing from git you will
need internet access the first time you run `pip install .`. The
install process tries to cache the files and will not need internet
access on future installations.
REL: v3.0.2
This is the second bug-fix release for the v3.0 series.
- Un-breaks basemap which was broken by partially restoring
private APIs for cartopy.
- Fixes bug in warning code when used in an embedded context.
- Fixes crash when using Tk and closing the first open window before showing it
- Many documentation improvements.
- Restore a corner case on ColorBar tick usage.
- Change the default behavior of `matplotlib.use` to silently allow
more 'safe' switching after auto-discovery, but before starting an event loop.
- Improvements to bounding box calculations.
- Provide the correct length for RcParams instances.
REL: v3.0.1
This is the first bug fix release for the 3.0 series which fixes
several
- Fix failure to import bug when used with backend-fallback on Python
3.6.7 and 3.7.1
- Fixed a number of failure to import bugs around finding fonts
- Fix Qt4 backend
- Fix bug on OSX that recursively searched current directory for fonts
- Fix bouncing-rocket on OSX when doing backend fallback and not
selecting OSX
- Temporarily restore several private APIs to unbreak cartopy
- Make pyplot more tolerant of varying signatures in 3rd-party
sub-classe
- Improve datetime64 unit handling
- Fixed several poor interactions with tight_layout
REL: v3.0.0
The first release of the Matplotlib 3.0 series
This is the first version of Matplotlib to only support Python 3.
Highlights of this release include:
- GUI backend is selected at run-time based on what toolkits are
installed. A GUI toolkit will not be selected on a headless
server.
- New cyclic color map *twilight*
- Improvements to automatic layout of titles, ticks, and GridSpec
- Many bug fixes!
3.0.4:
- screen_size property 540p was added.
- Fix audio_channel detection for 6.0
- Fix common words being detected as language
- streaming_service is now configurable in advanced options
- Add DC Universe to streaming_service
- Improve detection when release name in between brackets
- Improve language detection
- Fix wrong 3D detection
- Fix to keep separators for single characters. E.g.: S.W.A.T.
- Fix Show Name/Season SS/Ep. EE - Title
- Added This is Us to default expected titles
- Added suggested_expected to the api to support apps that uses guessit as a library
- Added Extras detection as other property
- Add more streaming sites
Wrappers 1.1.0 | Solver 1.1.0
- prevent attempting a dual optimize on a dummy row
- add dump and dumps methods to inspect the internal state of the
solver
- test on Python 3.7
- improvemnts to setup.py and tests
Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value
## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls
pkgsrc changes:
- Adjust regexp options to better match the underlaying configure semantic
by introducing a `regex' group and having `pcre' and `regexp' as possible
options.
- Update LICENSE to reflect the licenses really used
- Take MAINTAINERship
Changes:
Major changes between "less" versions 530 and 551
* Add --mouse option.
* Add --wheel-lines option.
* Add --no-histdups option.
* Add --save-marks option.
* Support PCRE2 regular expression library.
* Redraw screen on SIGWINCH even if screen size doesn't change.
* Shell-escape filenames in history so they can be used again.
* Ring bell if user enters invalid long option name.
* Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
* Windows: use wide-char string to set console title.
* Don't count lines in initial screen if using -X with -F.
* Support mingw build system.
* Fix bug in v command on empty file.
* Fix bug in v command when filename contains shell metacharacters.
1.0.18:
Remove the MacOS "quarantine" files that I didn't know I'd shipped.
Remove some trailing spaces.
Bump up the patchlevel in inc/gsm.h (I'd forgotten that in release 17.)
1.0.17:
New email addresses in the README.
Avoid left-shifting signed integers.
Don't print longwords using %d or %ld, cast them to (long) first.
Don't compare longwords as longs in addtest, we only care for the
lower 32 bits. (The math works, but the test failed.)
1.0.16:
New email addresses in the manual pages (patch 16)
Removed a stray .orig file (in patch 15)
Version 0.9.13 Release Notes
New features:
Clearer warning message in fit reports when uncertainties should but cannot be estimated, including guesses of which Parameters to examine
SplitLorenztianModel and split_lorentzian function
HTML representations for Parameter, MinimizerResult, and Model so that they can be printed better with Jupyter
support parallelization for differential evolution
Bug fixes:
delay import of matplotlib (and so, the selection of its backend) as late as possible
fix for saving, loading, and reloading ModelResults
fix to leastsq to report the best-fit values, not the values tried last
fix synchronization of all parameter values on Model.guess()
improve deprecation warnings for outdated nan_policy keywords
fix for edge case in gformat()
Project managements:
using pre-commit framework to improve and enforce coding style
added code coverage report to github main page
updated docs, github templates, added several tests.
dropped support and testing for Python 3.4.