|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [1.0.0] - 2025-09-04 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Change `info` to `core` for mid-level lydata columns |
| 10 | +- Use bug-fixed lydata `.ly.enhance()` method. |
| 11 | + |
| 12 | +### Documentation |
| 13 | + |
| 14 | +- Update documentation for `integrate` and `evidence` commands. |
| 15 | +- Improve `data collect` description. |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- Add `integrate` command for thermodynamic integration. Thanks [@noemibuehrer]! |
| 20 | +- Add command spawning websever for interactive data collection. |
| 21 | + |
| 22 | +### Miscellaneous Tasks |
| 23 | + |
| 24 | +- Add missing links to changelog. |
| 25 | +- Add CITATION.cff. |
| 26 | + |
| 27 | +### Testing |
| 28 | + |
| 29 | +- Update tests for new lydata. |
| 30 | + |
| 31 | +### Build |
| 32 | + |
| 33 | +- Add uvicorn, fastapi to deps. |
| 34 | +- Require at least lydata 0.4.0. |
| 35 | + |
| 36 | +### Change |
| 37 | + |
| 38 | +- Make compatible with new lyDATA version. |
| 39 | +- Centralize inverse temperature schedule generation. |
| 40 | +- Store selected log-level globally. |
| 41 | +- Disable properties in collector. |
| 42 | + |
5 | 43 | ## [1.0.0rc3] - 2025-07-22 |
6 | 44 |
|
7 | 45 | ### Documentation |
@@ -356,7 +394,7 @@ over diagnosis times cannot be converted to a `DistributionConfig`. |
356 | 394 | BREAKING CHANGES: `generate` command is better configurable |
357 | 395 | - (**config**) Merge sample/sampling configs. |
358 | 396 | - Use lydata's `ModalityConfig`.\ |
359 | | - Since the [lydata](https://github.com/rmnldwg/lydata) package is |
| 397 | + Since the [lydata](https://github.com/lycosystem/lydata) package is |
360 | 398 | evolving quickly, I added it as a dependency and moved the first bit of |
361 | 399 | code over there. |
362 | 400 | - Enable use of lydata to load patient data. |
@@ -871,6 +909,8 @@ returns `None` instead. Fixes [#11] |
871 | 909 | ## [0.5.3] - 2022-08-22 |
872 | 910 |
|
873 | 911 | <!-- markdownlint-disable-file MD024 --> |
| 912 | +[1.0.0]: https://github.com/lycosystem/lyscripts/compare/1.0.0rc3...1.0.0 |
| 913 | +[1.0.0rc3]: https://github.com/lycosystem/lyscripts/compare/1.0.0rc2...1.0.0rc3 |
874 | 914 | [1.0.0rc2]: https://github.com/lycosystem/lyscripts/compare/1.0.0rc1...1.0.0rc2 |
875 | 915 | [1.0.0rc1]: https://github.com/lycosystem/lyscripts/compare/1.0.0.a7...1.0.0rc1 |
876 | 916 | [1.0.0.a7]: https://github.com/lycosystem/lyscripts/compare/1.0.0.a6...1.0.0.a7 |
@@ -931,8 +971,10 @@ returns `None` instead. Fixes [#11] |
931 | 971 | [#70]: https://github.com/lycosystem/lyscripts/issues/70 |
932 | 972 | [#72]: https://github.com/lycosystem/lyscripts/issues/72 |
933 | 973 | [#74]: https://github.com/lycosystem/lyscripts/issues/74 |
| 974 | +[#75]: https://github.com/lycosystem/lyscripts/issues/75 |
934 | 975 |
|
935 | 976 | [`emcee`]: https://emcee.readthedocs.io/en/stable/ |
936 | 977 | [`rich`]: https://rich.readthedocs.io/en/latest/ |
937 | 978 | [`rich_argparse`]: https://github.com/hamdanal/rich_argparse |
938 | 979 | [LyProX]: https://lyprox.org |
| 980 | +[@noemibuehrer]: https://github.com/noemibuehrer |
0 commit comments