Skip to content

Commit eb777b8

Browse files
author
Nicholas Toole
committed
Preparation for 2.4.0 release
1 parent 1ae8173 commit eb777b8

2 files changed

Lines changed: 61 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [2.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.6-rc1...2.4.0) - 2023-01-25
11+
12+
### Merged
13+
14+
- Issue #491 - Add logger type annotations for GUI mypy checks [`#492`](https://github.com/NASA-AMMOS/AIT-Core/pull/492)
15+
- Issue #489 - Add PEP 561 compatibility changes [`#490`](https://github.com/NASA-AMMOS/AIT-Core/pull/490)
16+
- Issue #487 - Drop old build status badges [`#488`](https://github.com/NASA-AMMOS/AIT-Core/pull/488)
17+
- Issue #485 - Add GH action build status badge to README [`#486`](https://github.com/NASA-AMMOS/AIT-Core/pull/486)
18+
- Issue #483- Add RTD build status badge to README [`#484`](https://github.com/NASA-AMMOS/AIT-Core/pull/484)
19+
- Issue #478 - Update README pyenv install instructions [`#479`](https://github.com/NASA-AMMOS/AIT-Core/pull/479)
20+
- Issue #480 - Fix incorrect tox-gh-actions version install [`#481`](https://github.com/NASA-AMMOS/AIT-Core/pull/481)
21+
- Issue #467 - Add baseline GH Actions build [`#471`](https://github.com/NASA-AMMOS/AIT-Core/pull/471)
22+
- Issue #376 - Add extension support to dtype.py [`#468`](https://github.com/NASA-AMMOS/AIT-Core/pull/468)
23+
- Issue #469 - Update tox version pin to avoid 4.x releases [`#470`](https://github.com/NASA-AMMOS/AIT-Core/pull/470)
24+
- Issue #465 - Add latest Python patch versions to .python-version file [`#466`](https://github.com/NASA-AMMOS/AIT-Core/pull/466)
25+
- Update tox with multiple python versions for testing [`#463`](https://github.com/NASA-AMMOS/AIT-Core/pull/463)
26+
- Issue #459 - Update to support Python3.10 [`#460`](https://github.com/NASA-AMMOS/AIT-Core/pull/460)
27+
- Issue #201: Yaml file schema verification now works on included yaml files [`#452`](https://github.com/NASA-AMMOS/AIT-Core/pull/452)
28+
- Issue #445 - Add multiprocess support for Plugins [`#455`](https://github.com/NASA-AMMOS/AIT-Core/pull/455)
29+
- Issue #428 - Fix readthedocs build [`#453`](https://github.com/NASA-AMMOS/AIT-Core/pull/453)
30+
- Issue #370: Use TempFile class throughout test suite [`#447`](https://github.com/NASA-AMMOS/AIT-Core/pull/447)
31+
- Issue #448: Fix existing flake8 findings [`#449`](https://github.com/NASA-AMMOS/AIT-Core/pull/449)
32+
- Issue #374: PCap headers' __str__() methods must return string [`#444`](https://github.com/NASA-AMMOS/AIT-Core/pull/444)
33+
- Issue #371 - Refresh pkl cache files when out-of-date [`#432`](https://github.com/NASA-AMMOS/AIT-Core/pull/432)
34+
- Issue #353: Update log error messages to use correct function names [`#442`](https://github.com/NASA-AMMOS/AIT-Core/pull/442)
35+
- Issue #438 - Add ability to route packets based on APID [`#439`](https://github.com/NASA-AMMOS/AIT-Core/pull/439)
36+
- Issue #440: Fix existing Flake8 findings [`#441`](https://github.com/NASA-AMMOS/AIT-Core/pull/441)
37+
38+
### Fixed
39+
40+
- Issue #491 - Add logger type annotations for GUI mypy checks [`#491`](https://github.com/NASA-AMMOS/AIT-Core/issues/491)
41+
- Issue #489 - Add PEP 561 compatibility changes [`#489`](https://github.com/NASA-AMMOS/AIT-Core/issues/489)
42+
- Issue #487 - Drop old build status badges [`#487`](https://github.com/NASA-AMMOS/AIT-Core/issues/487)
43+
- Issue #478 - Update README pyenv install instructions [`#478`](https://github.com/NASA-AMMOS/AIT-Core/issues/478)
44+
- Issue #467 - Add baseline GH Actions build [`#467`](https://github.com/NASA-AMMOS/AIT-Core/issues/467)
45+
- Issue #469 - Update tox version pin to avoid 4.x releases [`#469`](https://github.com/NASA-AMMOS/AIT-Core/issues/469)
46+
- Issue #465 - Add latest Python patch versions to .python-version file [`#465`](https://github.com/NASA-AMMOS/AIT-Core/issues/465)
47+
48+
### Commits
49+
50+
- Issue-370 added TestFile to unit tests [`a3f5780`](https://github.com/NASA-AMMOS/AIT-Core/commit/a3f5780b64dd35e77356940ad096bc833aecfbb0)
51+
- 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)
52+
- Issue-201 - fix unit test [`c48c6a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/c48c6a5d498eed6c0cf36b02bd1ffc5041ed6135)
53+
- Issue #376 - Add data type documentation page [`c34b5c4`](https://github.com/NASA-AMMOS/AIT-Core/commit/c34b5c46db112fde5e578451c1e513a277287656)
54+
- Completed issue-201 - validating included yaml files [`5a5e884`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5e8840a4f0c9fc3da783a55e9eddc51759d168)
55+
- Issue #376 - Update outdated sphinx-apidoc call in README [`7dc68a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/7dc68a561290782d1e551efe8c91623b6d12a392)
56+
- Fix existing flake8 findings [`02afadf`](https://github.com/NASA-AMMOS/AIT-Core/commit/02afadf4ceb67930b4f2ded0e5e34b0cae7c3104)
57+
- Issue 370 - __str_ must return string [`876ca26`](https://github.com/NASA-AMMOS/AIT-Core/commit/876ca26c366f8cdc024eee0549d3d7a2b4c977aa)
58+
- Issue #376 - Add extension support to dtype [`0af08f5`](https://github.com/NASA-AMMOS/AIT-Core/commit/0af08f545298df53f7508df03f6c66d556baaef9)
59+
- Changed syntax to use the class in the context manager [`cc87ca7`](https://github.com/NASA-AMMOS/AIT-Core/commit/cc87ca7f49414e213f60ffd29fd93e56a9b42d8f)
60+
- test_pcap.py removed code refering to 'tempfile' [`04ef56f`](https://github.com/NASA-AMMOS/AIT-Core/commit/04ef56f625398b7b146e4ad28662f9df3f6eaf2e)
61+
- Issue #491 - Move logger globals for Python bug [`74f9778`](https://github.com/NASA-AMMOS/AIT-Core/commit/74f9778482a2c743006e687cca6fb75776711f2e)
62+
- Fix existing flake8 findings [`90f6c77`](https://github.com/NASA-AMMOS/AIT-Core/commit/90f6c771ecc87398aee41c9cfaecac5915d799db)
63+
- Address Nikco's comments [`6aa0c6c`](https://github.com/NASA-AMMOS/AIT-Core/commit/6aa0c6cddd40cfff33cb78c20cdc11668ac36def)
64+
- Update log error messages to use correct function names [`a05ac63`](https://github.com/NASA-AMMOS/AIT-Core/commit/a05ac633d9266656172b54a5eea5e7303f2d10fe)
65+
- Revert readthedocs python version to supported legacy version [`3e2998e`](https://github.com/NASA-AMMOS/AIT-Core/commit/3e2998e252aa642925821c4ba5b4145c7cc5e8fd)
66+
67+
1068
## [2.3.6-rc1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.5...2.3.6-rc1) - 2022-04-07
1169

1270
### Merged

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@
6161

6262
# General information about the project.
6363
project = u'AIT-Core'
64-
copyright = u'2017, Jet Propulsion Laboratory'
64+
copyright = u'2023, Jet Propulsion Laboratory'
6565
author = u'AIT-Core Development Team'
6666

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

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

0 commit comments

Comments
 (0)