Skip to content

Releases: atac/pychapter10

1.1.19

23 Oct 19:06
Compare
Choose a tag to compare

Changes:

  • 1cb89de Dropping 3.11 tests for now until I have time to debug.
  • cd081b4 Ran pdm update.
  • d4acc88 Updating test targets & bumping bugfix version.
  • 3341fc8 Explicitly added editables dependency to fix docs build.
  • 1b5b652 Bugfix for generating analog data.
  • 1cb7a2b Merge pull request #35 from bgeiger99/issue-34
  • e2f0910 Updating build process.
  • cd2f6c6 allow Format 1 Setup Record to be 134,217,728 bytes
  • 39aeb7c Merge pull request #33 from linville/issue-32
  • 06c2afb Include day and month in TimeF1 packets with date_format=1. [ #32 ]
See More
  • dfce463 Merge pull request #31 from linville/issue-30
  • 27e2f88 Fix logic for an unset time
  • 899fa9b Fix calculation of ms from hundredths and tenths of milliseconds.
  • 4d5c03b Fix AttributeError when constructing a time packet manually.

This list of changes was auto generated.

1.1.18

20 Apr 13:54
Compare
Choose a tag to compare

Changes:

  • 292f151 Corrected bytes(Packet) implementation for non-Message based packets.
  • 43b9223 Fixed len(Packet) behavior. Resolves #29

This list of changes was auto generated.

1.1.17

19 Apr 20:52
Compare
Choose a tag to compare

Changes:

  • 003c22b Fixed len(Packet) behavior. Resolves #29
  • 7f17cdc Edited test to use asserts.
  • b41e517 Merge pull request #28 from razed11/issue-27
  • 98387c1 Updated sphinx version.
  • 77da2a7 Fix and test c10.C10.repr().
  • 3bc9431 Adding docs dependencies to readthedocs config.
  • 8764652 Adding docs dependencies as another group.
  • 61deeb9 Updated python version per readthedocs.
  • 98564e0 Correcting mistimed amend.
  • 83068bb Organizing versioning and docs config.
See More
  • f1a403a Organizing versioning and docs config.
  • 4fa9007 Updating wheel build directory.
  • 90d6426 More pipeline edits.
  • ff55451 Updating build and bundle tasks.
  • 1e7b846 Updating pytest and pdm config.
  • 8c69b24 Migrating to pyproject.toml over setup.py
  • 5e7ed34 Added rt2rt field for 1553 messages.

This list of changes was auto generated.

1.1.15

07 Feb 16:00
Compare
Choose a tag to compare

Changes:

  • 23129cc Explicitly set build & bundle images.
  • e9f4dca Removed 3.10 since not supported by CI/CD rn?
  • 7cd1c94 Updated supported python versions.
  • a1df98b Changed python version specifier to play nice with pdm.

This list of changes was auto generated.

1.1.10

22 Jul 21:11
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.1.9

30 Jun 14:54
Compare
Choose a tag to compare

Changes:

  • 0412650 Updated index pack constructor to improve generation.
  • 64abc15 Added header checksum method.
  • 92ed7d2 Fixed TMATS instantiation.
  • b6580ef Added missing calls to parent constructors.

This list of changes was auto generated.

1.1.7

29 Mar 20:19
Compare
Choose a tag to compare

Changes:

  • f012fc9 Fixing build.
  • 213ace1 Tuning pipelines config.
  • 52731b5 Fixed several bugs with index packets and associated tests.
  • 9a71592 Corrected an issue where Ethernet format 0 messages over a certain size would have an incorrect length.
  • 650ddc0 Corrected fill byte format.
  • 60a3ffb Fixed analog bytes issue.
  • a079f9a Debugging analog parsing.

This list of changes was auto generated.

1.1.3: Implemented __bool__ for time packets to avoid awkward 'if time' gotc…

05 Mar 20:27
Compare
Choose a tag to compare

Changes:

  • bf6ceaa Implemented bool for time packets to avoid awkward 'if time' gotchas.

This list of changes was auto generated.

1.1.2

03 Mar 19:01
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.1.1

02 Mar 15:16
Compare
Choose a tag to compare

Changes:

  • b178877 Added time computation via Packet.get_time() method.

This list of changes was auto generated.