Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VAPython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
VAPython
Merge requests
!6
Add `CHANGELOG.md`, `CONTRIBURING.md`, and `CODE_OF_CONDUCT` files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add `CHANGELOG.md`, `CONTRIBURING.md`, and `CODE_OF_CONDUCT` files
feature/OSS-files
into
feature/pure-python
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Pascal Palenda
requested to merge
feature/OSS-files
into
feature/pure-python
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
As the title states.
0
0
Merge request reports
Compare
feature/pure-python
feature/pure-python (base)
and
latest version
latest version
46557120
1 commit,
1 year ago
3 files
+
218
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
CHANGELOG.md
0 → 100644
+
43
−
0
Options
# Changelog
All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to a versioning scheme similar to Matlab, with versions based on the release year.
## [Unreleased]
### Added
-
Add
`CHANGELOG.md`
,
`CONTRIBURING.md`
, and
`CODE_OF_CONDUCT`
files (!6)
-
Unit testing for most used functions in binding (!4)
### Changed
-
Complete rework of binding using
`betterproto`
for a pure Python implementation (!4)
## [2023b] - 2023-11-16
### Changed
-
Improved README.md
## [2023a] - 2023-06-21
### Added
-
Better wheel generation with multiple Python versions supported
### Fixed
-
many minor bugs in binding
## [2022a] - 2022-06-15
### Changed
-
Modernize build system
## Previous versions
-
No changelog available
\ No newline at end of file
Loading