Skip to content

Releases: caltechlibrary/commonpy

Release 1.0.0

23 Nov 23:22
Compare
Choose a tag to compare

For this 1.0.0 release, there is somewhat more documentation available, some functions have been renamed and improved, and there is now an icon!

Release 0.0.7

19 Nov 23:33
Compare
Choose a tag to compare

Changes in this release:

  • Fix bug in filename_basename(...).
  • Improve plural(...) by using pluralize(...) from Boltons package.
  • Remove tests for removed module http_code.
  • Miscellaneous other minor fixes and tweaks.

Release 0.0.6

19 Nov 18:53
Compare
Choose a tag to compare

Changes in this release:

  • Add a new module, network_utils.
  • Start a collection of exceptions that may be returned by this package.
  • Add additional dependency requirements to requirements.txt.

Release 0.0.5

19 Nov 01:53
Compare
Choose a tag to compare

This release adds a new module, module_utils, and some additional functions to the file_utils module. It also removes some imports that were in the __init__.py file; callers are expected to import specific functions or modules using the Python idiom from commonpy.modulename import functionname.

Release 0.0.4

18 Nov 02:54
Compare
Choose a tag to compare

This release changes the order of the arguments to the function config_interrupt in the interrupt module to be in a more convenient order for most use cases.

Release 0.0.3

18 Nov 02:23
Compare
Choose a tag to compare

This release adds the module interrupt. This module includes wait(...), a replacement for sleep(...) that is interruptible and works with multiple threads. It also provides methods to cause an interruption (including doing it by issuing a ^C to the program), check whether an interruption occurred, and other related operations.

Release 0.0.2

17 Nov 21:15
Compare
Choose a tag to compare

Fixed some issues with the README.md file and started adding some documentation about the functions.

Release 0.0.1

17 Nov 05:20
Compare
Choose a tag to compare

First release of various utilities developed for other Caltech Library projects over the last couple of years.