Skip to content

Update CHANGELOG and add pull request template #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Before submitting checklist

- [ ] Did you **update the CHANGELOG**? (not for test updates, internal changes/refactors or CI/CD setup)
- [ ] Did you **ask the docs owner** to review all the user-facing changes?
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

All notable changes to this project will be documented in this file.

<!--- ONLY INCLUDE USER-FACING CHANGES -->

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3] - pending
## [0.8.0] - 2024-11-26

### Added
- Added function `neptune_scale.projects.create_project()` to programatically create Neptune projects ([#92](https://github.com/neptune-ai/neptune-client-scale/pull/92))

### Changed
- Neptune will now skip non-finite metric values by default, instead of raising an error. This can be configured using
the `NEPTUNE_SKIP_NON_FINITE_METRICS` environment variable ([#85](https://github.com/neptune-ai/neptune-client-scale/pull/85))
- New function: `neptune_scale.projects.create_project()` ([#92](https://github.com/neptune-ai/neptune-client-scale/pull/92))
the new `NEPTUNE_SKIP_NON_FINITE_METRICS` environment variable ([#85](https://github.com/neptune-ai/neptune-client-scale/pull/85))
- Made default error callback logs more informative ([#78](https://github.com/neptune-ai/neptune-client-scale/pull/78))
- Revamped exception descriptions ([#80](https://github.com/neptune-ai/neptune-client-scale/pull/80))
- `fields` renamed to `attributes` ([#86](https://github.com/neptune-ai/neptune-client-scale/pull/86))

### Fixed
- Fixed batching of steps ([#82](https://github.com/neptune-ai/neptune-client-scale/pull/82))

## [0.7.2] - 2024-11-08
## [0.7.2] - 2024-11-07

### Added

Expand Down
Loading