Releases: neptune-ai/neptune-fetcher
Releases · neptune-ai/neptune-fetcher
0.9.2
What's Changed
- Update README.md by @normandy7 in #109
- Update Changelog for 0.9.1 by @kgodlewski in #108
- Run integration tests only on code changes by @kgodlewski in #110
- Remove pool executor in populate projects by @PatrykGala in #112
- chore: Remove neptune-client dependency by @PatrykGala in #102
- Fix conftest for e2e by @kgodlewski in #111
- Revert "Remove pool executor in populate projects" by @PatrykGala in #113
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #106
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #115
- feat: Add NEPTUNE_VERIFY_SSL env variable. by @PatrykGala in #114
- Handle exceptions in
backoff_retry
by @kgodlewski in #116 - Prefetch series cache using new batched fetch endpoint by @michalsosn in #117
- feat: Use threads by @PatrykGala in #119
- feat: Disable progress bar in fetching metrics by @PatrykGala in #124
- Make
sys/name
always present when fetching a DF by @kgodlewski in #118 - Raise
ImportError
ifneptune-experimental
is installed. by @kgodlewski in #121 - feat: Use sys/experiment/is_head for experiments query. by @PatrykGala in #125
- feat: Use double quote in NQL params. by @PatrykGala in #126
- chore: neptune-api==0.8.0 by @PatrykGala in #127
New Contributors
- @michalsosn made their first contribution in #117
Full Changelog: 0.9.1...0.9.2
0.9.2-beta.3
What's Changed
- Make
sys/name
always present when fetching a DF by @kgodlewski in #118 - Raise
ImportError
ifneptune-experimental
is installed. by @kgodlewski in #121 - feat: Use sys/experiment/is_head for experiments query. by @PatrykGala in #125
- feat: Use double quote in NQL params. by @PatrykGala in #126
- chore: neptune-api==0.8.0 by @PatrykGala in #127
Full Changelog: 0.9.2-beta.2...0.9.2-beta.3
0.9.2-beta.2
What's Changed
- feat: Disable progress bar in fetching metrics by @PatrykGala in #124
Full Changelog: 0.9.2-beta.1...0.9.2-beta.2
0.9.2-beta.1
0.9.2-beta.0
What's Changed
- Update README.md by @normandy7 in #109
- Update Changelog for 0.9.1 by @kgodlewski in #108
- Run integration tests only on code changes by @kgodlewski in #110
- Remove pool executor in populate projects by @PatrykGala in #112
- chore: Remove neptune-client dependency by @PatrykGala in #102
- Fix conftest for e2e by @kgodlewski in #111
- Revert "Remove pool executor in populate projects" by @PatrykGala in #113
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #106
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #115
- feat: Add NEPTUNE_VERIFY_SSL env variable. by @PatrykGala in #114
- Handle exceptions in
backoff_retry
by @kgodlewski in #116 - Prefetch series cache using new batched fetch endpoint by @michalsosn in #117
New Contributors
- @michalsosn made their first contribution in #117
Full Changelog: 0.9.1...0.9.2-beta.0
0.9.1
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 tofetch_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
What's Changed
- Escape backslashes and double quotes in arguments passed to
names_regex
andnames_exclude_regex
inReadOnlyProject.fetch_experiments_df()
- Remove the deprecated match_columns_to_filters parameter
0.9.0-beta
What's Changed
- Don't override other filtering arguments if a custom NQL query is passed
0.8.3-beta
What's Changed
ReadOnlyRun.__getitem__
will now attempt to download missing fields by @kgodlewski in #81- Allow the
names_regex*
params tofetch_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
What's Changed
- Limit the maximum number of paths per request when refreshing field definitions