Releases: Erotemic/xdev
Releases · Erotemic/xdev
Version 1.5.3
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
Version 1.5.2 - Released 2024-05-31
Added
- Ported
kwutil.datetime
,kwutil.timedelta
, andkwutil.ensure_rng
- Added features to pyversion CLI
Changed
- Change default of dirstats
parse_content
to False.
What's Changed
Full Changelog: v1.5.1...refs/heads/release
Version 1.5.1
Added
- Add
parse
backend to Pattern
Changed
- Moved
DirectoryWalker
to a top-level class - Changed
DirectoryWalker
block_dnames
toexclude_dnames
- Changed
DirectoryWalker
block_fnames
toexclude_fnames
What's Changed
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Added
- Add
xdev.snapshot
- Add attributes
file_paths
anddir_paths
toDirectoryWalker
. - Add
ignore_empty_dirs
argument toDirectoryWalker
.
Fixed:
- Fixed issue in
DirectoryWalker
with rich links.
What's Changed
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
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
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
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
Added
pyversion
clipyfile
climax_depth
toxdev.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
Version 1.1.0 - Released 2023-01-13
Added
tree
CLIpint
CLImodpath
CLI
Version 1.0.0
Added:
- experimental
xdev doctypes
- experimental
freshpyenv.sh
script
Changed:
- Added type stubs
- Modified signature of
find
andtree_repr
- xcookie module structure
tree_repr
now uses rich and has more features
Fixed:
- StopIteration issue in InteractiveIter