Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Nov 5, 2024
1 parent d01114a commit 66c6dff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6] - 2024-11-05
### Fixed
- train.py now identifies if a previous version of the model checkpoints has been saved for both DE and DER
### Added
- default.py matches defaults used in experiments
- train.py modified with names of flags made more explicit

## [0.1.5] - 2024-11-01
### Fixed
- verbosity in data.py and analyze.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DeepUQ
DeepUQ is a package for injecting and measuring different types of uncertainty in ML models.

[![PyPi](https://img.shields.io/badge/PyPi-0.1.5-blue)](https://pypi.org/project/deepuq/)
[![PyPi](https://img.shields.io/badge/PyPi-0.1.6-blue)](https://pypi.org/project/deepuq/)
[![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://opensource.org/licenses/MIT)
[![Downloads](https://static.pepy.tech/personalized-badge/deepuq?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Total%20Downloads)](https://pepy.tech/project/deepuq)

Expand Down

0 comments on commit 66c6dff

Please sign in to comment.