Releases: fermitools/declad
Releases · fermitools/declad
2.3.3 small feature release
What's Changed
- Test suite, and https upload support by @marcmengel in #50
- test case with patch for config, adding make_test scripts by @marcmengel in #51
- Relative links by @marcmengel in #52
- fix for /static files / graphs
Full Changelog: 2.3.2...2.3.3
2.3.2 Actually fix #41
Previous changes were trying to fix the wrong problem. This just adds the template_tags routine to the dune custom module.
Full Changelog: 2.3.1...2.3.2
2.3.1 Bugfix release
This release includes bugfixes for several bugs found rather immediately in the 2.3.0 release.
What's Changed
- Handle turned off clients properly by @marcmengel in #43
- add existing common keys to config check, add callout in custom by @marcmengel in #45
- Custom imports fixes for #42, revisiting #12 by @marcmengel in #44
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- declare parents to MetaCat if present: by @marcmengel in #33
- improved convert_parents_mc_sam() by @marcmengel in #29
- Config file checking by @marcmengel in #28
- allowing different metacat vs rucio dataset names by @marcmengel in #34
- File only hashes by @marcmengel in #38
- Custom MetaCat vs Rucio namespace callouts @marcmengel in #34
- Use dunedataset names if present in metadata (dune custom) @marcmengel in #34
- fix for disabling SAM declarations #30 in #34
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed in 2.2.0
- support for Metadata Extractors by @marcmengel in #23
- allowing template_tags() callout for directory/path and dataset-name templates by @marcmengel #16
- add final xroot stat call to confirm transfer size by @marcmengel in #20
- required metadata now configurable by @marcmengel in #15
- add a note about symlinking
experiment.py
as__init__.py
in import error by @marcmengel in #14 - Token support by @marcmengel in #24
- Specify Rucio "activity" for rules by @marcmengel in #21
- Monitoring stats reported for metadata extraction by @marcmengel in #26
Full Changelog: v2.1.1...2.2.0
2.1.0
Version 2.1.0 release: New feature release.
Major Features:
- Accepts more metadata formats
- Original almost-SAM format
- Actual SAM format
- New Metacat file-info format
- datadataset_did_template in the config file now uses MetaCat metadata field names, like the other templates
- Files are added to a dataset in MetaCat as well as Rucio
- Broader metadata converter (shared with fife-utils)
- $adler32_checksum field in copy command templates replaced with file's checksum.
- metacat datasets created if they don't exist
Note: as in the previous release, eperiment specifics have been factored into "custom" directory; upon installation
one should either:
cd declad/declad/custom; ln -s ${experiment}.py __init__.py
with suitable experiment OR- make a new directory (possibly next to your config.yaml file), addi it to PYHONPATH, and put a copy of declad/declad/custom, similarly symlinked, there.
Also, double check your dataset_did_template in your config.yaml and change it to using new metadata.