Skip to content

Commit

Permalink
Preparation for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Toole committed Jan 25, 2023
1 parent 1ae8173 commit eb777b8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [2.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.6-rc1...2.4.0) - 2023-01-25

### Merged

- Issue #491 - Add logger type annotations for GUI mypy checks [`#492`](https://github.com/NASA-AMMOS/AIT-Core/pull/492)
- Issue #489 - Add PEP 561 compatibility changes [`#490`](https://github.com/NASA-AMMOS/AIT-Core/pull/490)
- Issue #487 - Drop old build status badges [`#488`](https://github.com/NASA-AMMOS/AIT-Core/pull/488)
- Issue #485 - Add GH action build status badge to README [`#486`](https://github.com/NASA-AMMOS/AIT-Core/pull/486)
- Issue #483- Add RTD build status badge to README [`#484`](https://github.com/NASA-AMMOS/AIT-Core/pull/484)
- Issue #478 - Update README pyenv install instructions [`#479`](https://github.com/NASA-AMMOS/AIT-Core/pull/479)
- Issue #480 - Fix incorrect tox-gh-actions version install [`#481`](https://github.com/NASA-AMMOS/AIT-Core/pull/481)
- Issue #467 - Add baseline GH Actions build [`#471`](https://github.com/NASA-AMMOS/AIT-Core/pull/471)
- Issue #376 - Add extension support to dtype.py [`#468`](https://github.com/NASA-AMMOS/AIT-Core/pull/468)
- Issue #469 - Update tox version pin to avoid 4.x releases [`#470`](https://github.com/NASA-AMMOS/AIT-Core/pull/470)
- Issue #465 - Add latest Python patch versions to .python-version file [`#466`](https://github.com/NASA-AMMOS/AIT-Core/pull/466)
- Update tox with multiple python versions for testing [`#463`](https://github.com/NASA-AMMOS/AIT-Core/pull/463)
- Issue #459 - Update to support Python3.10 [`#460`](https://github.com/NASA-AMMOS/AIT-Core/pull/460)
- Issue #201: Yaml file schema verification now works on included yaml files [`#452`](https://github.com/NASA-AMMOS/AIT-Core/pull/452)
- Issue #445 - Add multiprocess support for Plugins [`#455`](https://github.com/NASA-AMMOS/AIT-Core/pull/455)
- Issue #428 - Fix readthedocs build [`#453`](https://github.com/NASA-AMMOS/AIT-Core/pull/453)
- Issue #370: Use TempFile class throughout test suite [`#447`](https://github.com/NASA-AMMOS/AIT-Core/pull/447)
- Issue #448: Fix existing flake8 findings [`#449`](https://github.com/NASA-AMMOS/AIT-Core/pull/449)
- Issue #374: PCap headers' __str__() methods must return string [`#444`](https://github.com/NASA-AMMOS/AIT-Core/pull/444)
- Issue #371 - Refresh pkl cache files when out-of-date [`#432`](https://github.com/NASA-AMMOS/AIT-Core/pull/432)
- Issue #353: Update log error messages to use correct function names [`#442`](https://github.com/NASA-AMMOS/AIT-Core/pull/442)
- Issue #438 - Add ability to route packets based on APID [`#439`](https://github.com/NASA-AMMOS/AIT-Core/pull/439)
- Issue #440: Fix existing Flake8 findings [`#441`](https://github.com/NASA-AMMOS/AIT-Core/pull/441)

### Fixed

- Issue #491 - Add logger type annotations for GUI mypy checks [`#491`](https://github.com/NASA-AMMOS/AIT-Core/issues/491)
- Issue #489 - Add PEP 561 compatibility changes [`#489`](https://github.com/NASA-AMMOS/AIT-Core/issues/489)
- Issue #487 - Drop old build status badges [`#487`](https://github.com/NASA-AMMOS/AIT-Core/issues/487)
- Issue #478 - Update README pyenv install instructions [`#478`](https://github.com/NASA-AMMOS/AIT-Core/issues/478)
- Issue #467 - Add baseline GH Actions build [`#467`](https://github.com/NASA-AMMOS/AIT-Core/issues/467)
- Issue #469 - Update tox version pin to avoid 4.x releases [`#469`](https://github.com/NASA-AMMOS/AIT-Core/issues/469)
- Issue #465 - Add latest Python patch versions to .python-version file [`#465`](https://github.com/NASA-AMMOS/AIT-Core/issues/465)

### Commits

- Issue-370 added TestFile to unit tests [`a3f5780`](https://github.com/NASA-AMMOS/AIT-Core/commit/a3f5780b64dd35e77356940ad096bc833aecfbb0)
- Issue #438 Implements a plugin which routes CCSDS packets by APID based on a table described in a .yaml file. [`7e2340f`](https://github.com/NASA-AMMOS/AIT-Core/commit/7e2340f9df86bbef8736441bc5b4b86b3fcfa246)
- Issue-201 - fix unit test [`c48c6a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/c48c6a5d498eed6c0cf36b02bd1ffc5041ed6135)
- Issue #376 - Add data type documentation page [`c34b5c4`](https://github.com/NASA-AMMOS/AIT-Core/commit/c34b5c46db112fde5e578451c1e513a277287656)
- Completed issue-201 - validating included yaml files [`5a5e884`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5e8840a4f0c9fc3da783a55e9eddc51759d168)
- Issue #376 - Update outdated sphinx-apidoc call in README [`7dc68a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/7dc68a561290782d1e551efe8c91623b6d12a392)
- Fix existing flake8 findings [`02afadf`](https://github.com/NASA-AMMOS/AIT-Core/commit/02afadf4ceb67930b4f2ded0e5e34b0cae7c3104)
- Issue 370 - __str_ must return string [`876ca26`](https://github.com/NASA-AMMOS/AIT-Core/commit/876ca26c366f8cdc024eee0549d3d7a2b4c977aa)
- Issue #376 - Add extension support to dtype [`0af08f5`](https://github.com/NASA-AMMOS/AIT-Core/commit/0af08f545298df53f7508df03f6c66d556baaef9)
- Changed syntax to use the class in the context manager [`cc87ca7`](https://github.com/NASA-AMMOS/AIT-Core/commit/cc87ca7f49414e213f60ffd29fd93e56a9b42d8f)
- test_pcap.py removed code refering to 'tempfile' [`04ef56f`](https://github.com/NASA-AMMOS/AIT-Core/commit/04ef56f625398b7b146e4ad28662f9df3f6eaf2e)
- Issue #491 - Move logger globals for Python bug [`74f9778`](https://github.com/NASA-AMMOS/AIT-Core/commit/74f9778482a2c743006e687cca6fb75776711f2e)
- Fix existing flake8 findings [`90f6c77`](https://github.com/NASA-AMMOS/AIT-Core/commit/90f6c771ecc87398aee41c9cfaecac5915d799db)
- Address Nikco's comments [`6aa0c6c`](https://github.com/NASA-AMMOS/AIT-Core/commit/6aa0c6cddd40cfff33cb78c20cdc11668ac36def)
- Update log error messages to use correct function names [`a05ac63`](https://github.com/NASA-AMMOS/AIT-Core/commit/a05ac633d9266656172b54a5eea5e7303f2d10fe)
- Revert readthedocs python version to supported legacy version [`3e2998e`](https://github.com/NASA-AMMOS/AIT-Core/commit/3e2998e252aa642925821c4ba5b4145c7cc5e8fd)


## [2.3.6-rc1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.5...2.3.6-rc1) - 2022-04-07

### Merged
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@

# General information about the project.
project = u'AIT-Core'
copyright = u'2017, Jet Propulsion Laboratory'
copyright = u'2023, Jet Propulsion Laboratory'
author = u'AIT-Core Development Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'2.3.6-rc1'
version = u'2.4.0'
# The full version, including alpha/beta/rc tags.
release = u'2.3.6-rc1'
release = u'2.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit eb777b8

Please sign in to comment.