Skip to content

Releases: atmoos/Quantities

Upgrade to .Net10

Choose a tag to compare

@atmoos atmoos released this 06 Dec 18:49
c97e2c5

What's Changed

Full Changelog: quantities.units/v2.1.0...quantities.units/v2.1.1

Release Quantities 2.1.0

Choose a tag to compare

@atmoos atmoos released this 03 Dec 19:34
5a9edca

What's Changed

Full Changelog: quantities/v2.0.0...quantities.units/v2.1.0

Release Quantities 2.0.0

Choose a tag to compare

@atmoos atmoos released this 12 Oct 10:09
c8cd614

What's Changed

Full Changelog: quantities/v1.2.0...quantities/v2.0.0

Quantities 1.2 | Enable Inversion

Choose a tag to compare

@atmoos atmoos released this 14 Apr 11:39
77920bb

What's Changed

  • Enable inversion of measures and add frequency as first such quantity #66
  • Add icon to library #62

Upgrade Atmoos.Quantities to .Net 8.0

Choose a tag to compare

@atmoos atmoos released this 04 Feb 03:58
ebf163b

Upgrade Atmoos.Quantities to .Net 8.0

There are no breaking changes otherwise.

What's Changed

  • Bump to .Net 8.0 by @atmoos in #42
  • Fix kilo prefix by @atmoos in #46
  • Release of Atmoos.Quantities 1.1 by @atmoos in #48
    • enabling reproducible builds

Full Changelog: quantities/v1.0.0...quantities/v1.1.0

Upgrade Atmoos.Quantities.Serialization.Text.Json to .Net 8.0

Choose a tag to compare

@atmoos atmoos released this 04 Feb 05:23
8f920a3

What's Changed

Full Changelog: quantities/serialization/text.json/v1.0.0...quantities/serialization/text.json/v1.1.0

Upgrade Atmoos.Quantities.Serialization.Newtonsoft to .Net 8.0

Choose a tag to compare

@atmoos atmoos released this 04 Feb 05:22
8f920a3

What's Changed

Full Changelog: quantities/serialization/newtonsoft/v1.0.0...quantities/serialization/newtonsoft/v1.1.0

Upgrade Atmoos.Quantities.Units to .Net 8.0

Choose a tag to compare

@atmoos atmoos released this 04 Feb 05:21
8f920a3

What's Changed

Full Changelog: quantities.units/v1.0.0...quantities.units/v1.1.0

First release of Atmoos.Quantities

Choose a tag to compare

@atmoos atmoos released this 26 Nov 12:20
03ff338

The first release of Atmoos.Quantities. See also on nuget here.

  • API has stabilised.
  • A minimal set of quantities is available.
  • Units can be defined in other assembles.
  • Serialization is possible.
  • Performance characteristics are proven to hold.
    • The library is fast
    • Asymptotically zero memory footprint
  • Accuracy is better than relying on the type Double alone.
  • Pipelines to publish to nuget are in place

First release of Atmoos.Quantities.Serialization.Text.Json

Choose a tag to compare

@atmoos atmoos released this 22 Dec 16:40
7a0233d

https://www.nuget.org/packages/Atmoos.Quantities.Serialization.Text.Json

First release of Atmoos.Quantities.Serialization.Text.Json.

  • This allows for serialization of types in Atmoos.Quantities using System.Text.Json.