Skip to content

Releases: jetperch/jls

0.11.1

05 Dec 15:31
Compare
Choose a tag to compare

2024 Dec 5

  • Added "group_id" documentation to pyjls.Writer.annotate.
  • Fixed annotate entry point.

0.11.0

30 Oct 11:35
Compare
Choose a tag to compare

2024 Oct 29

  • Migrated to numpy 2.
  • Added Python 3.13 support.
  • Dropped Python 3.9 support.

0.10.0

21 Aug 21:45
Compare
Choose a tag to compare

2024 Aug 21

  • Improved Python binding to simplify finding sources and signals.
    • Added pyjls.source_lookup.
    • Improved pyjls.signal_lookup to support '<source_name>.<signal_name>' format.
  • Added "--timestamp" option to export to add relative time to CSV output.

0.9.7

25 Jul 13:35
Compare
Choose a tag to compare

2024 Jul 25

  • Fixed plot entry point to time align signals.

0.9.6

28 Jun 12:18
Compare
Choose a tag to compare

2024 Jun 28

  • Fixed issue with stop time in extract entry point.
  • Pinned numpy < 2 for build environment.

0.9.5

29 May 16:57
Compare
Choose a tag to compare

2024 May 29

  • Fixed u4 data type reconstruction when omitted for compression #13

0.9.4

10 May 13:03
Compare
Choose a tag to compare

2024 May 10

  • Fixed unicode filename support on Windows #12

0.9.3

07 Mar 19:33
Compare
Choose a tag to compare

2024 Mar 7

  • Added "export" python subcommand.

0.9.2

14 Feb 16:29
Compare
Choose a tag to compare

2024 Feb 14

  • Fixed index error in file repair operation.
  • Fixed FSR summary reconstruction on truncation #10

0.9.1

13 Nov 21:39
Compare
Choose a tag to compare

2023 Nov 13

  • Bumped rev to fix publish to pypi.