Skip to content

Commit

Permalink
prepare for v0.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ranganath Krishnan <[email protected]>
  • Loading branch information
ranganathkrishnan committed Jan 2, 2024
1 parent 7651cd0 commit c965996
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023, Intel Labs
Copyright (c) 2024, Intel Labs
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A library for Bayesian neural network layers and uncertainty estimation in Deep

[![python](https://img.shields.io/badge/python-3.7%2B-blue)](https://github.com/IntelLabs/bayesian-torch)
[![pytorch](https://img.shields.io/badge/pytorch-1.7.0%2B-orange)](https://github.com/IntelLabs/bayesian-torch)
[![version](https://img.shields.io/badge/release-0.4.0-green)](https://github.com/IntelLabs/bayesian-torch/releases)
[![version](https://img.shields.io/badge/release-0.5.0-green)](https://github.com/IntelLabs/bayesian-torch/releases)
[![license](https://img.shields.io/badge/license-BSD%203--Clause-blue)](https://github.com/IntelLabs/bayesian-torch/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/badge/bayesian-torch)](https://pepy.tech/project/bayesian-torch)
<h4 align="center">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/ao/quantization/quantize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/layers/base_variational_layer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/layers/flipout_layers/conv_flipout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/layers/flipout_layers/linear_flipout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/layers/flipout_layers/rnn_flipout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/models/bnn_to_qbnn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/models/dnn_to_bnn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/utils/avuc_loss.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Corporation
# Copyright (C) 2024 Intel Corporation
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bayesian_torch/utils/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Labs
# Copyright (C) 2024 Intel Labs
#
# BSD-3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name = "bayesian-torch",
packages = find_packages(),
version = "0.4.0",
version = "0.5.0",
description = "A library for Bayesian neural network layers and uncertainty estimation in Deep Learning",
author = "Intel Labs",
author_email = "[email protected]",
Expand Down

0 comments on commit c965996

Please sign in to comment.