Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sad-Abd committed Jul 17, 2023
1 parent e9d2347 commit 5f9738a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2023-7-17

### Added
- Start using a Changelog.
- Added docstrings for all classes, methods and functions.

### Changed
- Modified 'draw()' method to remove axes from the figure and make it square.

### Removed
- Unnecessary attributes of QTree class ('element_numbers','element_nodes' and 'element_type').

0 comments on commit 5f9738a

Please sign in to comment.