qri-io / dataset

qri dataset definition
MIT License
15 stars 8 forks source link

refactor(dataset): remove `NumVersions` #267

Open ramfox opened 3 years ago

ramfox commented 3 years ago

The NumVersions field was added in https://github.com/qri-io/dataset/pull/177 to compensate for the fact that we, at that point, had no other reliable way to cache the number of versions a dataset has.

Now, with the advent of collection, we do! There is no reason to keep NumVersions on the dataset model any longer.