Releases: ISISComputingGroup/IBEX-device-generator
Minor improvements
What's Changed
- Single source default device count at 218257d
- Add CONTRIBUTING document
- Slightly tweak README
- Update LICENSE legal entity name to UK Research and Innovation
Full Changelog: v1.0.2...v1.0.3
Bugfix
What's Changed
- Release 1.0.2 in #2
Fix a bug where template files had double $ characters instead of single $.
Full Changelog: v1.0.1...v1.0.2
Tiny improvements
First release
Summary
This is the first version of the rewritten IBEX device generator. It produces working device IOC under perfect conditions. i.e. when all the affected repos (EPICS
, ibex_gui
and EPICS/ioc/master
) are on the latest commit on master and EPICS top has all the latest submodule commits.
The aim of this project was to make device creation simpler and more reliable. Moved all dependencies and template files into this project and tried to keep it as light weight as possible while making sure it is robust and adaptable going into the future.
Made it easy to install through pip.
Added meaningful and concise logging. Informing the user about what's going on under the hood and what files get added/changed is an important consideration throughout this code.
Full Changelog: https://github.com/ISISComputingGroup/IBEX-device-generator/commits/v1.0.0