-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
2,805 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ name: build | |
|
||
# Build and test dbn | ||
|
||
on: push | ||
on: | ||
pull_request: | ||
push: | ||
|
||
jobs: | ||
x86_64-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
We welcome feedback through discussions and issues on GitHub, however we don't currently accept pull requests due to the open-source repository being a downstream mirror of our internal codebase. | ||
|
||
Please direct email feedback to [email protected] or [email protected]. | ||
Thank you for taking the time to contribute to our project. | ||
We welcome feedback through discussions and issues on GitHub, as well as our [community Slack](https://databento.com/support). | ||
While we don't merge pull requests directly due to the open-source repository being a downstream | ||
mirror of our internal codebase, we can commit the changes upstream with the original author. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ resolver = "2" | |
[workspace.package] | ||
authors = ["Databento <[email protected]>"] | ||
edition = "2021" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
documentation = "https://docs.databento.com" | ||
repository = "https://github.com/databento/dbn" | ||
license = "Apache-2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "databento-dbn" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
description = "Python bindings for encoding and decoding Databento Binary Encoding (DBN)" | ||
authors = ["Databento <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -17,7 +17,7 @@ build-backend = "maturin" | |
|
||
[project] | ||
name = "databento-dbn" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
authors = [ | ||
{ name = "Databento", email = "[email protected]" } | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.