kalpa/CHANGELOG.md
Deepak Mallubhotla f2f326dcfe
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpa/pipeline/tag This commit looks good
chore(release): 1.2.0
2025-03-03 10:48:44 -06:00

63 lines
4.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.0](https://gitea.deepak.science:2222/physics/kalpa/compare/1.1.0...1.2.0) (2025-03-03)
### Features
* adds ability to specify which dots are used manually, and better handles collating and coalescing results ([9674276](https://gitea.deepak.science:2222/physics/kalpa/commit/96742769bedad928890a27153e7c0952a6fc1cdb))
## [1.1.0](https://gitea.deepak.science:2222/physics/kalpa/compare/1.0.1...1.1.0) (2025-03-02)
### Features
* add flag to disable logging to stderr ([39d11a5](https://gitea.deepak.science:2222/physics/kalpa/commit/39d11a59b3bec87a52950b8c525d3e141981613e))
* adds ability to do phase cost functions ([fa40ceb](https://gitea.deepak.science:2222/physics/kalpa/commit/fa40ceb00a2734d5116a3475df5ec3d0f57ba08d))
* adds ability to manually specify measurement files ([3fe55db](https://gitea.deepak.science:2222/physics/kalpa/commit/3fe55dbb671d24391197a2f6db8bbbfcab174577))
* adds ability to override geometry info from config file ([6d24f96](https://gitea.deepak.science:2222/physics/kalpa/commit/6d24f96b0f71842f918e350e0232c5b6ae945d33))
* adds ability to parse pair measurement headers, though without processing yet ([8e122ba](https://gitea.deepak.science:2222/physics/kalpa/commit/8e122bad153d7bff78d2e7b39f52aa1455ecb356))
* adds ability to parse pair measurements ([7594f9b](https://gitea.deepak.science:2222/physics/kalpa/commit/7594f9b9b1691a67bdb26835b7bd637413f7a7cd))
* adds new type for measurement groups to facilitate future refactors, technically breaking but not for what public interface should be ([42dddca](https://gitea.deepak.science:2222/physics/kalpa/commit/42dddcae0214fc576120531e3a15a7f9995dd126))
* adds resumptions and ability to check completed work ([ae65277](https://gitea.deepak.science:2222/physics/kalpa/commit/ae652779f56ccdec9c81d637dccf92b26e60d44f))
* parse cpsd type from header ([9bda1a4](https://gitea.deepak.science:2222/physics/kalpa/commit/9bda1a48c6b3acce29983a37c0099ead94550021))
### Bug Fixes
* better handling of files in stages and remove crufty code ([d4631db](https://gitea.deepak.science:2222/physics/kalpa/commit/d4631dbf595d7d06855cdb3123dc302342153b25))
* better inference with overrides ([31ba558](https://gitea.deepak.science:2222/physics/kalpa/commit/31ba558364a9be25a52cf216204f99c23240bc14))
* fixes for override measurement file finding ([5ad98f0](https://gitea.deepak.science:2222/physics/kalpa/commit/5ad98f01feefe20af7674c2be4e93762f035f444))
* fixes unused import error ([c99d110](https://gitea.deepak.science:2222/physics/kalpa/commit/c99d1104e0e5c9bdb22d93398eba96fc6d1a193f))
### [1.0.1](https://gitea.deepak.science:2222/physics/kalpa/compare/1.0.0...1.0.1) (2025-02-22)
### Bug Fixes
* add label to logs, and some minor formatting ([007e6e0](https://gitea.deepak.science:2222/physics/kalpa/commit/007e6e0f6dc1660c9088927f4c750877194027e1))
## 1.0.0 (2025-02-22)
### ⚠ BREAKING CHANGES
* major change of name and adding jenkinsfile, etc.
* copying over from sd4
### Features
* adds ability to read from config file ([4729543](https://gitea.deepak.science:2222/physics/kalpa/commit/4729543c4e8f39cbf9efa5697397450d7cdf0e49))
* copying over from sd4 ([5a0b294](https://gitea.deepak.science:2222/physics/kalpa/commit/5a0b294150d89bae1a5b603dafb17598696fb75d))
* major change of name and adding jenkinsfile, etc. ([c5b76e6](https://gitea.deepak.science:2222/physics/kalpa/commit/c5b76e6f24a538550d3dda8632e224daf2393a60))
* many disparate updates for modernising ([a731a81](https://gitea.deepak.science:2222/physics/kalpa/commit/a731a81c6ac3a4bcba54b86ca02013d2ae6026fa))
* Now can run through config file, with smarter label ([2243ced](https://gitea.deepak.science:2222/physics/kalpa/commit/2243cedd21272c242bb1863d73f2e1aa0622f848))
### Bug Fixes
* add kalpa script and add minor refactor hook for later with config as module ([75fb3be](https://gitea.deepak.science:2222/physics/kalpa/commit/75fb3bedfad15f97e319dc2b795948a5adcab885))
* fix introspection module name ([952e41c](https://gitea.deepak.science:2222/physics/kalpa/commit/952e41cde61150683619931fe67d930c9e12bcb6))