Skip to content

Commit

Permalink
Merge branch 'develop' into v3-extended-arithmetic_expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado authored Jan 31, 2024
2 parents aa77ee2 + 27cb624 commit 659f755
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.5.2 ] - [ 2024-01-18 ]

### Added
- Variable declaration and initialization in cqasm v3 parser
- New types in v3: bool, int, float, axis
- Arrays in v3

### Changed

- v3x::AnalyzeTreeGenAstVisitor is an instance of tree-gen generated visitor base class

### Removed

- msvc-runtime pip dependency on Windows

## [ 0.5.1 ] - [ 2024-01-08 ]

### Added
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define LIBQASM_VERSION "0.5.1"
#define LIBQASM_VERSION "0.5.2"
#define LIBQASM_RELEASE_YEAR "2024"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def initialize_options(self):
'delocate; platform_system == "Darwin"',
],
install_requires=[
'msvc-runtime; platform_system == "Windows"',
'numpy'
],
tests_require=[
Expand Down

0 comments on commit 659f755

Please sign in to comment.