Skip to content

Releases: simonsobs/sodetlib

v0.5.5

10 Sep 16:00
87211e7
Compare
Choose a tag to compare

What's Changed

  • Create readthedocs config file and drop Sphinx test build by @BrianJKoopman in #464
  • Remove old dockerignore file by @BrianJKoopman in #465
  • refactor multiprocessing logic to use concurrent.futures by @tdalford in #468
  • Force feedback to be enabled on active bands during setup/relock by @tpsatt in #471

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

10 Sep 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

Note: This is being released well after the original tag date of May 6, 2023. We're catching up on formal releases.

v0.5.3

10 Sep 15:47
dd529b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

Note: This is being released well after the original tag date of Apr 16, 2025. We're catching up on formal releases.

v0.5.2

10 Sep 15:45
d48f9cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

Note: This is being released well after the original tag date of Aug 30, 2023. We're catching up on formal releases.

v0.5.1

10 Sep 15:44
a5abd46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Note: This is being released well after the original tag date of Aug 2, 2023. We're catching up on formal releases.

v0.5.0

14 Dec 17:01
9700d80
Compare
Choose a tag to compare
so_smurf_base and P10R1 timing updates

- updates the sodetlib docker to so_smurf_base, which uses ubuntu 20.04
  and python3.8
- Adds all the changes from the timing system tests and P10R1

v0.4.1

26 Oct 18:37
Compare
Choose a tag to compare
update pysmurf to v7.1.0

v0.3.0

05 Nov 14:53
Compare
Choose a tag to compare

I'm tagging this release because it adds so3g to the sodetlib docker with the new G3SuperTimestream objects which is required for reading data from the smurf-streamer v0.3.0. I'll make a more detailed release description on the streamer page describing differences and why people should upgrade.

v0.2.0

11 May 18:18
Compare
Choose a tag to compare

Updating this mostly because I've added a ton of stuff to the sodetlib docker images, including spt3g/so3g and sotodlib installations. So people will need to upgrade to the v0.2.0 docker in order to run any of the new G3 reading functions.

This adds three sodetlib wrappers for the pysmurf streaming functions in the sodetib/smurf_funcs/smurf_ops module:

  • stream_g3_on to wrap stream_data_on
  • stream_g3_off to wrap stream_data_off
  • take_g3_data to wrap take_stream_data

These three functions will also set the pysmurf-action, action timestamp, and a custom tag string that will be sent to the g3 files through the metadata pipeline.

v0.1.0

15 Dec 17:43
Compare
Choose a tag to compare

Changes since last version tag:

  • Turned the smurf_funcs file into a module with separate files for optimization, operation, etc. for easier maintenance
  • Added analysis module
  • Added docs page
  • Lots of new optimization scripts and functions
  • slot-specific hammering
  • Replace jackhammer soft_reset function with jackhammer hammer --soft

Built on pysmurf-version v4.1.0