Skip to content

Releases: Erotemic/xdev

Version 1.5.3

24 Sep 13:15
f7317af
Compare
Choose a tag to compare

Added:

  • Pint CLI can now handle "GB", "GiB" for gigabytes and gibibytes as well as other short common byte aliases.

Fixed:

  • Pandas deprecation

Changed:

  • Remove 3.6 and 3.7 from availpkg tables

What's Changed

Full Changelog: v1.5.2...v1.5.3

Version 1.5.2

31 May 17:09
eefccd2
Compare
Choose a tag to compare

Version 1.5.2 - Released 2024-05-31

Added

  • Ported kwutil.datetime, kwutil.timedelta, and kwutil.ensure_rng
  • Added features to pyversion CLI

Changed

  • Change default of dirstats parse_content to False.

What's Changed

  • New version, reenable version tests, test 312 by @Erotemic in #28

Full Changelog: v1.5.1...refs/heads/release

Version 1.5.1

10 Feb 23:41
072fb80
Compare
Choose a tag to compare

Added

  • Add parse backend to Pattern

Changed

  • Moved DirectoryWalker to a top-level class
  • Changed DirectoryWalker block_dnames to exclude_dnames
  • Changed DirectoryWalker block_fnames to exclude_fnames

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

23 Jan 22:39
27a83a3
Compare
Choose a tag to compare

Added

  • Add xdev.snapshot
  • Add attributes file_paths and dir_paths to DirectoryWalker.
  • Add ignore_empty_dirs argument to DirectoryWalker.

Fixed:

  • Fixed issue in DirectoryWalker with rich links.

What's Changed

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

18 Aug 16:10
3ea83e7
Compare
Choose a tag to compare

Added

  • Add dirstats CLI
  • Add dirblocklist to sed CLI

Fixed

  • Fixed issue in availpkg
  • bug in editfile
  • bug in find CLI dirblocklist

Changed

  • tree_repr now uses dirstats as the backend.

Version 1.3.3

15 Jun 04:14
5cc1fbd
Compare
Choose a tag to compare

Version 1.3.3 - Released 2023-06-14

Added

  • Add editfile to the xdev CLI

Changed

  • Support more default editors in editfile.
  • Update format quotes to parso.
  • Lower numpy requirement.
  • Update scriptconfig requirement.

Version 1.2.0

05 Apr 14:49
12cc4c4
Compare
Choose a tag to compare

Added

  • before_embed callback to EmbedOnException

Changed

  • Switched to scriptconfig ModalCLI
  • xdev.embed now stops any rich live context that may running.

## Version 1.1.1

06 Feb 21:13
c76c6a5
Compare
Choose a tag to compare

Added

  • pyversion cli
  • pyfile cli
  • max_depth to xdev.tree_repr and corresponding CLI.
  • Added initial experimental port of the available_package_versions script

Changed

  • More / cleaner docs in CLI tools.
  • Expose freshpyenv.sh as an xdev CLI program.

Version 1.1.0

14 Jan 03:43
b383707
Compare
Choose a tag to compare

Version 1.1.0 - Released 2023-01-13

Added

  • tree CLI
  • pint CLI
  • modpath CLI

Version 1.0.0

09 Sep 20:23
becacd3
Compare
Choose a tag to compare

Added:

  • experimental xdev doctypes
  • experimental freshpyenv.sh script

Changed:

  • Added type stubs
  • Modified signature of find and tree_repr
  • xcookie module structure
  • tree_repr now uses rich and has more features

Fixed:

  • StopIteration issue in InteractiveIter