Changelog 2022.8.4.dev1
In your methods
Dataset.link_to_here()takes arename={'old column name': 'new column name'}argument.
Standard methods
- New method
dataset_unbits.- Converts bits32 columns to int64 and bits64 columns to number.
- Exists because the bits types will be removed in the next release.
- New method
dataset_rename_columns.- Rename columns, like you can do with
Dataset.link_to_here().
- Rename columns, like you can do with
dataset_typenow passes None-values through unchanged.csvimport_zipcan chainby_dict.- Since dict arguments are now ordered,
inside_filenamescan be used to order your chain.
- Since dict arguments are now ordered,
Shell
- All boolean arguments to shell commands now have a corresponding off switch.
- E.g.
--headerscan be disabled with--no-headers,--orderedcan be disabled with--not-ordered,--show-slicenocan be disabled with--dont-show-slicenoand so on. Short form-Xhas corresponding+Xto disable.
- E.g.
- The
ax curlcommand is gone, it is no longer useful. - New command
ax aliasto list or expand aliases. - Aliases can contain
${ENV_VAR}. ax jobcan show the source(s) used to build a job.--sourceshows all sources.--source-fileshows specific files (matching a glob pattern).
ax greptakes a--linedswitch to alternate colour of output lines.
And finally
- More tests.
- Various bug fixes / minor improvements of course.
Note: Python 2 is still supported, but will be unsupported soon.
Additional Resources
The Accelerator’s Homepage (exax.org)
The Accelerator on Github/exaxorg
The Accelerator on PyPI
Reference Manual