Skip to content

Releases: hobuinc/silvimetric

1.3.1

10 Jan 17:56
103b85d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

06 Dec 21:36
89e53aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

12 Sep 19:07
e0db165
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

11 Sep 19:29
742681e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

17 May 15:28
d1aa8a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

14 May 16:40
8783f0e
Compare
Choose a tag to compare

What's Changed

  • We've changed from using mainly numpy ndarrays to pandas DataFrames. This change makes data much easier to manipulate, filter, and pass around efficiently.

  • You can now add Filters to a Metric that allow you to manipulate point data before it arrives at the main Metric Method. Eg. You want to remove any point data that doesn't have a NumberOfReturns less than 2. Only point data with NumberOfReturns >= 2 will be passed to the Metric.

  • You can now specify Attribute dependencies for a Metric, which indicates to SilviMetric that this Metric requires this Attribute to operate. The database makes sure that all Attribute dependencies are satisfied at creation, and Shatter will now raise an exception if the data you are trying to ingest doesn't have the required Attribute.

  • Extract has been simplified, thanks in large part to the switch to DataFrames.

  • Full Changelog: 1.1.1...1.2.0

1.1.1: Kmann/version bump (#82)

23 Apr 19:21
1608383
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.1

1.1.0

23 Apr 17:19
7f95364
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

06 Feb 14:43
0d96fbc
Compare
Choose a tag to compare

Initial public release 🎊 !

0.8.2

02 Feb 21:08
5664e55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2