Skip to content

Releases: mahmoud/boltons

18.0.0

11 Feb 08:07
Compare
Choose a tag to compare

17.2.0

11 Feb 08:06
Compare
Choose a tag to compare

(December 16, 2017)

A big release with a lot of features and bugfixes, big and small. Just
in time for the holidays!

See all the details here!

17.1.0

11 Feb 08:04
Compare
Choose a tag to compare

(February 27, 2017)

Add urlutils module, with URL type and find_all_links function. also
update Sentinel for Python 3 falsiness

  • Add urlutils module, complete with RFC3986-compliant URL type
  • Also add urlutils.find_all_links function, which heuristically
    finds all links in plaintext, and creates URLs out of them.
  • Update typeutils.Sentinel to be appropriately falsy on Python 3

17.0.0

25 Jan 07:15
Compare
Choose a tag to compare

Several tweaks and enhancements to ring in the new year. Changelog here.

16.5.1

25 Jan 07:12
Compare
Choose a tag to compare

Mostly bug fixes and various tweaks, optimizations, and documentation. Also added a bit of functionality in the form of ioutils and GUID stuff.

16.5.0

25 Jan 07:11
Compare
Choose a tag to compare

A few minor changes and a medium-sized breaking change to cacheutils.

16.4.1

12 Jun 22:17
Compare
Choose a tag to compare

This release primarily contains several statsutils updates, mostly the addition of histogram computation and display. See the CHANGELOG for details.

16.4.0

12 Jun 22:16
Compare
Choose a tag to compare

another significant release, thanks to the addition of funcutils.wraps and funcutils.FunctionBuilder. also iterutils.chunked speedup, and tbutils.ParsedException.to_string. See CHANGELOG for details.

16.3.1

07 Jun 23:58
Compare
Choose a tag to compare

a couple of follow-on ecoutils updates (and improved docs)

16.3.0

08 Jun 00:00
Compare
Choose a tag to compare

big big update.

ecoutils, debugutils.wrap_trace preview, timeutils.strpdate, timeutils.daterange, a few socketutils bugs/platform tweaks, statsutils.Stats improvements (esp. describe), strutils.parse_/format_int_list, cacheutils.cachedproperty, and cacheutils.cachedmethod