Skip to content

v4.0.0-rc21

Pre-release
Pre-release
Compare
Choose a tag to compare
@jesusvasquez333 jesusvasquez333 released this 28 Feb 01:23
eef776f

New pysmurf version, combining server and client code, and using Rogue v4.
Release candidate 21

This release candidate includes:

  • Merge pre-release into master, and start releasing from master now. The pre-release branch is not used anymore,
  • Add Flake8 test to Travis (#238), and code linting cleanup,
  • Move __version__ from pysmurf.client to pysmurf (#268)
  • Server:
    • Disable zero copy on DDR streams (#265),
    • Change log messages to warning level, so that they don't appear by default in the console (#260),
    • Add workaround: set the SmurfProcessor.ChannelMapper.Mask to [0] by default (#256),
  • Client:
    • Accelerated processing of TES bytes (#219),
    • Fix issue #76,
    • Fix issue #254,
    • Fix issue #252,
    • Fix issue #249,
    • Bug fix: properly decode f, dF streams for either bay0 or bay1 (#246),
    • Fixing bug with loading mask (#240),
    • Adding basic offline functionality,
    • Adding ability to append to plot filenames (#233),
  • Update Princeton configuration files and scripts,