deepdog/CHANGELOG.md
Deepak Mallubhotla f4964a19ea
All checks were successful
gitea-physics/deepdog/pipeline/tag This commit looks good
gitea-physics/deepdog/pipeline/head This commit looks good
chore(release): 0.6.4
2022-08-13 15:52:17 -05:00

7.4 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.4 (2022-08-13)

Features

  • Prints model names while running (7ea1d71)

0.6.3 (2022-06-12)

Features

  • adds fast filter variant (2c5c122)
  • adds tester for fast filter real spectrum (0a1a277)

0.6.2 (2022-05-26)

Features

  • adds better import api for real data run (d7e0f13)

0.6.1 (2022-05-22)

Features

  • adds new runner for real spectra (bd56f24)

0.6.0 (2022-05-22)

⚠ BREAKING CHANGES

  • bayes run now handles multidipoles with changes to output file format etc.
  • logs multiple dipoles better maybe
  • switches over to pdme new stuff, uses models and scraps discretisations entirely
  • removes alt_bayes bayes distinction, which was superfluous when only alt worked

Features

  • adds pdme 0.7.0 for multiprocessing (874d876)
  • bayes run now handles multidipoles with changes to output file format etc. (5d0a7a4)
  • logs multiple dipoles better maybe (ae8977b)
  • removes alt_bayes bayes distinction, which was superfluous when only alt worked (101569d)
  • switches over to pdme new stuff, uses models and scraps discretisations entirely (6e29f7a)
  • Uses multidipole for bayes run, with more verbose output (df89776)

Bug Fixes

  • another bug fix for csv generation (b7da3d6)
  • fixes crash when dipole count is smaller than expected max during file write (b5e0ecb)
  • fixes format string in csv output for headers (9afa209)
  • fixes random issue (eec926a)
  • moves logging successes to after they've actually happened (0caad05)
  • now doesn't double randomise frequency (23b202b)
  • whoops deleted word multiprocessing (31070b5)

0.5.0 (2022-04-30)

⚠ BREAKING CHANGES

  • simulpairs now uses different rng calculator

Features

  • adds simulpairs run (e9277c3)
  • has better parallelisation (edf0ba6)
  • simulpairs now uses different rng calculator (50dbc48)

Bug Fixes

  • better parallelisation hopefully (42829c0)
  • Makes altbayessimulpairs available in package (492a5e6)
  • stronger names (0954429)
  • Uses correct filename arg for passed in rng (349341b)
  • uses correct filename for pairs guy (4c06b39)

0.4.0 (2022-04-10)

⚠ BREAKING CHANGES

  • Adds pair calculations, with changing api format

Features

  • Adds dynamic cycle count increases to help reach minimum success count (ec7b4ca)
  • Adds pair calculations, with changing api format (6463b13)

Bug Fixes

  • uses bigfix from pdme for negatives (c1c711f)

0.3.5 (2022-03-07)

Features

  • makes chunksize configurable (88d9613)

0.3.4 (2022-03-06)

Features

  • Changes chunksize for multiprocessing (0784cd5)

0.3.3 (2022-03-06)

Bug Fixes

  • Fixes count to use cycles as well (8617e4d)

0.3.2 (2022-03-06)

Features

  • Adds monte carlo cycles to trade off space and cpu (e6d8d33)

0.3.1 (2022-03-06)

Features

  • Adds alt bayes solver with monte carlo sampler (7284dbe)
  • Updates to pdme version for faster bayes resolution (d078004)