Skip to content

Releases: hroptatyr/cattle

v0.4.0rc1: Summary: v0.4.0 of cattle

10 Apr 02:09
v0.4.0rc1
Compare
Choose a tag to compare
Keywords: v0.4.0

This is cattle v0.4.0.

This is a feature release.

Features:
- cattle will not barf when CAEV files in the command line do not exist
- cattle input and output is now JSON, old input is still accepted

For examples and instructions see README.md and/or cattle(1).

cattle v0.3.2

27 Aug 08:45
v0.3.2
Compare
Choose a tag to compare

Summary: v0.3.2 of cattle
Keywords: v0.3.2

This is cattle v0.3.2.

This is a feature release.

Features:

  • cattle will not barf when CAEV files in the command line do not exist

For examples and instructions see README.md and/or cattle(1).

cattle v0.3.1

18 Feb 08:34
v0.3.1
Compare
Choose a tag to compare

Summary: v0.3.1 of cattle
Keywords: v0.3.1

This is cattle v0.3.1.

This is a feature release.

Features:

  • new subcommand exp to bring corporate actions to multiplicative form
  • new subcommand log to bring corporate actions to additive form
  • cattle arithmetic revised and explained

For examples and instructions see README.md and/or cattle(1).

cattle v0.3.0

02 Oct 12:02
v0.3.0
Compare
Choose a tag to compare

Summary: v0.3.0 of cattle
Keywords: v0.3.0

This is cattle v0.3.0.

This is a feature release.

Changes:

  • cattle can emit hardware ieee754 decimal float instructions
  • auxiliary fields in caev files will be kept upon print
  • digits exceeding the significand capacity will be used for rounding
    in our hand-crafted version of strtod32()
  • gengetopt is replaced by yuck

For examples and instructions see README.md and/or cattle(1).

cattle v0.2.1

28 Oct 13:12
v0.2.1
Compare
Choose a tag to compare

This is a bugfix release.

Changes:

  • the cli tester is migrated to a mkfifo based version
  • gcc automatic storage bugs are fixed
  • gengetopt generated code is proofed against out-of-bounds accesses
  • digits exceeding the significand capacity will be used for rounding
    in our hand-crafted version of strtod32()

For examples and instructions see README.md and/or cattle(1).

Summary: v0.2.0 of cattle

23 Oct 08:52
v0.2.0
Compare
Choose a tag to compare
Keywords: v0.2.0

This is cattle v0.2.0.

This is a feature release.

Changes:
+ the print subcommand now outputs caev beef that can be fed back to it
+ the print subcommand can generate a summary caev (--summary|-S)
+ the apply subcommand can operate forwards (--forward|-F)
+ the apply subcommand can reverse an adjusted series back to its
  original form (--reverse|-R)
+ the apply subcommand can operate on total returns instead of total
  payback (--total-return|-T)

For examples and instructions see README.md and/or cattle(1).