# Octave Pythonic News

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.3] - 2023-08-19

### Added
- New command `pythonic` to get information about the package.

### Changed
- Use system Python 3 interpreter by default.
- Dropped support for Python 2 and Python < 3.7.

### Fixed
- Ensure that `pyobject` constructor does not recurse or overwrite itself.
- Build with the right compiler and linker options on Windows.
- More helpful error messages when Python header files are not installed.


## 0.0.1 - 2019-05-22

This is the first release of the Octave Pythonic package.


[Unreleased]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.1.2...main
[0.1.2]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.0.1...v0.1.2
