Skip to content

Commit

Permalink
Merge branch 'bump-version-to-v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslourie authored Nov 12, 2024
2 parents bde2f06 + a67f892 commit 42455f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ The format is based on `Keep a Changelog
.. _unreleased: https://github.com/nicholaslourie/opda/compare/${VERSION}...HEAD


`Unreleased`_
=============
`v0.7.0`_ - 2024-11-11
======================
.. rubric:: Additions

* Add the hyperparameter tuning scaling results from tuning ResNet18
Expand Down Expand Up @@ -91,7 +91,6 @@ The format is based on `Keep a Changelog
* Restrict the range of values for ``c`` supported by
``opda.parametric.QuadraticDistribution`` to ``1`` to ``10``.

.. rubric:: Deprecations
.. rubric:: Removals

* Drop support for ``numpy == 1.21``, ``numpy == 1.22``,
Expand Down Expand Up @@ -130,8 +129,6 @@ The format is based on `Keep a Changelog

* Remove default values from parameters' type descriptions.

.. rubric:: Security


`v0.6.1`_ - 2024-04-03
======================
Expand Down Expand Up @@ -537,7 +534,7 @@ This version is the first uploaded to PyPI and available via ``pip``!
..
Link Definitions
.. _unreleased: https://github.com/nicholaslourie/opda/compare/v0.6.1...HEAD
.. _v0.7.0: https://github.com/nicholaslourie/opda/compare/v0.6.1...v0.7.0
.. _v0.6.1: https://github.com/nicholaslourie/opda/compare/v0.6.0...v0.6.1
.. _v0.6.0: https://github.com/nicholaslourie/opda/compare/v0.5.0...v0.6.0
.. _v0.5.0: https://github.com/nicholaslourie/opda/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "opda"
version = "0.6.1"
version = "0.7.0"
authors = [{ name = "Nicholas Lourie", email = "dev@nicholaslourie.com" }]
description = "Design and analyze optimal deep learning models."
readme = "README.rst"
Expand Down

0 comments on commit 42455f6

Please sign in to comment.