Skip to content

Releases: refnx/refnx

v0.1.45

01 May 04:43
d7210cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.44...v0.1.45

v0.1.44

02 Apr 07:41
25b2594
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.42...v0.1.44

v0.1.43

26 Feb 02:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.42...v0.1.43

v0.1.42

18 Jan 23:45
244ce5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.41...v0.1.42

v0.1.41

16 Nov 02:50
116e099
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.40...v0.1.41

v0.1.40

12 Oct 09:36
9d64761
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.39...v0.1.40

v0.1.38

27 Sep 03:01
18ca541
Compare
Choose a tag to compare

What's Changed

  • MAINT: automate the github release as well. by @andyfaff in #698
  • ENH: allow detailed Q-resolution kernel to work with q_offset by @andyfaff in #699
  • MAINT: add a whole load of init to test directories by @andyfaff in #700
  • ENH: specify the foreground region with lopx_hipx by @andyfaff in #701
  • BUG: fix data_folder concatentation issue in reduce_stitch by @andyfaff in #702
  • REL: v0.1.38 by @andyfaff in #703

Full Changelog: v0.1.37...v0.1.38

v0.1.37

12 Sep 01:45
06b9363
Compare
Choose a tag to compare
  • automated the release to PyPI via Github Actions.
  • removed setup.cfg, transferring all information to pyproject.toml.
  • fixed various scipy DeprecationWarnings related to keyword only arguments.
  • converted various os.path to pathlib.Path
  • stopped writing xml output (nobody uses it?)
  • added detailed resolution kernel calculation (writes out an HDF file).
    Refactor detailed kernel calculator.
  • removed np.asfarray usage, it's deprecated.
  • updated emcee vendored code.
  • silence RuntimeWarning if the foreground width is found to be wider than
    predicted.
  • fix pandas warnings in batchreduction.
  • wholesale conversion of os.path to pathlib.Path. Hopefully not too many
    bugs introduced as a result of this.

What's Changed

Full Changelog: v0.1.36...v0.1.37

REL: v0.1.36

01 Sep 01:50
5ec0fe2
Compare
Choose a tag to compare
  • rudimentary HDF <-> Data1D interconversion. This is functionality that might
    be subject to change, so the functions are prefixed by "_".
  • added TOF simulation to reduction code.
  • print out the fitting statistic in a tqdm progress bar.

REL: v0.1.35

23 Jul 05:46
1968ac1
Compare
Choose a tag to compare
  • only extract requested keys from catalogue
  • enable cython3 operations
  • change install docs to recommend use of refnx[all]
  • update SPZ reduction for new detector translation