Skip to content

Releases: neptune-ai/neptune-fetcher

0.9.2

25 Nov 13:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.2-beta.3

25 Nov 13:39
Compare
Choose a tag to compare
0.9.2-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.2-beta.2...0.9.2-beta.3

0.9.2-beta.2

21 Nov 13:18
Compare
Choose a tag to compare
0.9.2-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.2-beta.1...0.9.2-beta.2

0.9.2-beta.1

15 Nov 16:56
ee97770
Compare
Choose a tag to compare
0.9.2-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.2-beta.0...0.9.2-beta.1

0.9.2-beta.0

15 Nov 08:07
fd4aebc
Compare
Choose a tag to compare
0.9.2-beta.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2-beta.0

0.9.1

05 Nov 18:03
9b7f327
Compare
Choose a tag to compare

What's Changed

  • Add step range filter
  • Limit the maximum number of paths per request when refreshing field definitions
  • ReadOnlyRun.__getitem__ will now attempt to download fields that are missing locally
  • Allow the names_regex* params to fetch_experiments_df to be Iterables of str
  • Don't override other filtering arguments if a custom NQL query is passed
  • Remove the deprecated match_columns_to_filters parameter
  • Escape all user input that is part of an NQL query
  • Make FloatSeries.fetch_values() use protobuf

0.9.1-beta.0

30 Oct 17:49
e02e3b7
Compare
Choose a tag to compare
0.9.1-beta.0 Pre-release
Pre-release

What's Changed

  • Escape backslashes and double quotes in arguments passed to names_regex and names_exclude_regex in ReadOnlyProject.fetch_experiments_df()
  • Remove the deprecated match_columns_to_filters parameter

0.9.0-beta

21 Oct 16:04
66752e3
Compare
Choose a tag to compare
0.9.0-beta Pre-release
Pre-release

What's Changed

  • Don't override other filtering arguments if a custom NQL query is passed

0.8.3-beta

18 Oct 18:56
e18ae17
Compare
Choose a tag to compare
0.8.3-beta Pre-release
Pre-release

What's Changed

  • ReadOnlyRun.__getitem__ will now attempt to download missing fields by @kgodlewski in #81
  • Allow the names_regex* params to fetch_experiments_df to be Iterables of str by @kgodlewski in #84

Full Changelog: 0.8.2-beta1...0.8.3-beta

0.8.2-beta1

16 Oct 13:32
aac911b
Compare
Choose a tag to compare
0.8.2-beta1 Pre-release
Pre-release

What's Changed

  • Limit the maximum number of paths per request when refreshing field definitions