Changs from the previous release: (diff)
- added option
file_loaders
toqtwirl()
- cleaned code
- updated docstring
PyPI: https://pypi.org/project/qtwirl/0.9.2/
Changs from the previous release: (diff)
- fixed a bug where successive calls of
_expand_config()
sharedshared
- started applying default to
table_cfg
andselection_cfg
- cleaned code
- updated tests
PyPI: https://pypi.org/project/qtwirl/0.9.1/
Changs from the previous release: (diff)
- updated
.travis.yml
,setup.py
- updated README.md
PyPI: https://pypi.org/project/qtwirl/0.9.0/
Changs from the previous release: (diff)
- updated
.travis.yml
,MANIFEST.in
,setup.py
PyPI: https://pypi.org/project/qtwirl/0.7.0/
Changs from the previous release: (diff)
- changed the default
quiet
toFalse
PyPI: https://pypi.org/project/qtwirl/0.6.0/
Changs from the previous release: (diff)
- defined
expander.py
as a generic module, which can become an independent package in the future. - improved internal structure
PyPI: https://pypi.org/project/qtwirl/0.5.0/
Changs from the previous release: (diff)
- changed the minimum required versoin of AlphaTwirl to 0.20.0
- renamed the 1st argument of
qtwirl()
file
data
- updated
reader_cfg
- now
reader
can be a list of readers - changes in
table_cfg
- renamed keys
-
keyAttrNames
->key_name
-keyIndices
->key_index
-binnings
->key_binning
-keyOutColumnNames
->key_out_name
-valAttrNames
->val_name
-valIndices
->val_index
-summaryClass
->agg_class
-summaryColumnNames
->agg_name
- added new keys:
store_file
,file_path
,file_name
,file_dir
- renamed keys
-
- changes in
selection_cfg
- now the full form is
dict(condition=condition)
- added new keys:
store_file
,file_path
,file_name
,file_dir
,count
- now the full form is
- now
- added option to make cutflow table
- added option to store results to files
- reorganized directory structure, created new private sub-packages
_parser
and_builder
- added
pytest.ini
file
PyPI: https://pypi.org/project/qtwirl/0.4.0/
Changs from the previous release: (diff)
- changed options to
qtwirl()
- no longer necessary to give
"qtwirl"
touser_modules
- default of
dispatcher_options
is nowNone
not an empty dict (was mutable default) - default of
user_modules
is nowNone
not an empty tuple
- no longer necessary to give
- refactored code in main.py
- added a check for empty input (e.g., all files are zombie)
- return a list of empty data frames (was raising exception)
- updated README.md
- added CHANGELOG.md
PyPI: https://pypi.org/project/qtwirl/0.3.4/
Changs from the previous release: (diff)
- added new option
skip_error_files
to `qtwirl() - changed the minimum required versoin of AlphaTwirl to 0.18.5