Releases: HERA-Team/hera_mc
Releases · HERA-Team/hera_mc
Version 3.0
This release contains a significant API change for the configuration management part of hera_mc, to enable better session handling.
See the full details in our Changelog and in the notes below.
What's Changed
- Remove linting job from workflow by @plaplant in #593
- Add a workflow to publish releases to pypi by @bhazelton in #594
- update default node redis address by @mkolopanis in #595
- Update redis dump by @mkolopanis in #599
- minor fixes and cleanup by @bhazelton in #596
- Fix session by @david-deboer in #597
- update the changelog for the new version by @bhazelton in #601
Full Changelog: v2.0.1...v3.0.0
Version 2.0.1
Some minor packaging tweaks to allow hera_mc to be uploaded to pypi.
What's Changed
- minor description fixes for pypi by @bhazelton in #591
Full Changelog: v2.0.0...v2.0.1
Version 2.0.0
Setup package for pypi release.
Detailed change log below:
What's Changed
- Future proof the db_check code by ensuring that it uses only the sqlalchemy public API. by @bhazelton in #547
- Moves conversion to sqlite to this repo. by @david-deboer in #545
- Flake8 changes, pre-commit, and CI update by @mkolopanis in #550
- Fix RTP launch scripts to work in practice by @plaplant in #549
- remove conda-forge specification for pyqt in test yaml by @mkolopanis in #553
- remove all that is plotly by @mkolopanis in #552
- Cminfo improve by @david-deboer in #551
- pin codecov action version by @mkolopanis in #556
- standardize the keywords in the
get_*_metric
methods by @bhazelton in #558 - Make changes to RTP tables after testing by @plaplant in #559
- H4cv2 node by @david-deboer in #561
- change watch dog to use EmailMessage and update tests by @david-deboer in #568
- Add a CI job to ensure tests pass with only the required dependencies installed by @bhazelton in #567
- Implement Black by @mkolopanis in #554
- Line up process event api by @mkolopanis in #570
- Update rtp launch command by @mkolopanis in #572
- fix the fem lna power flag by @david-deboer in #574
- took out the fem_e_/fem_n_ thing to just be fem_ by @david-deboer in #575
- Launch more RTP jobs by @plaplant in #576
- Urgent: script to confirm that file has been uploaded to librarian and is safe to delete. by @dannyjacobs in #573
- Added float cast in correlator.py for adc_power by @AaronParsons in #578
- change get_astropytime bounds by @david-deboer in #579
- Get pam_id and fem_id into database by @david-deboer in #581
- Add script to update RTP task resource tables by @jburba in #577
- Add indices for more ant_metrics columns by @bhazelton in #580
- fix histogram_bin_centers by @david-deboer in #582
- Modify installation instructions to match reality by @plaplant in #583
- Update README.md by @mkolopanis in #584
- change dir name to docs and edit README for that by @david-deboer in #588
- Preparation for a pypi package by @bhazelton in #589
New Contributors
- @AaronParsons made their first contribution in #578
- @jburba made their first contribution in #577
Full Changelog: v1.1.0...v2.0.0
v1.1.0: Merge pull request #542 from HERA-Team/allow_metric_updates
This version includes a fair amount of functionality changes, especially as it relates to RTP. Detailed changes can be tracked through the PR history of the repo.
version 1.0.0
Merge pull request #303 from HERA-Team/new_version Cleanup version and setup code, add changelog, increase version number