Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfsengineering/cpacspy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: cfsengineering/cpacspy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 19 files changed
  • 2 contributors

Commits on Jun 3, 2022

  1. Add function 'add_value' (#17)

    * Add function to add_value to cpacs and corresponding test
    
    * Update version
    aidanjungo authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    43d1f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add version file and update long description (#18)

    * Add version file
    
    * Update long description and url
    
    * Try to publish on version file change on main
    
    * Update version
    
    * Update codecov action
    aidanjungo authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ca22754 View commit details
    Browse the repository at this point in the history
  2. Fix typos and minor issues (#19)

    * Omit some file from coverage
    
    * Simplify logo path
    
    * Typos and formatting
    aidanjungo authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fb3a69f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Add functions to assert aircraft stabilliy (#20)

    * Add check_longitudinal_stability and corresponding test
    
    * Add check_directional_stability function and test
    
    * Add check_lateral_stability and test
    
    * Define stability default stability messages
    
    * add scipy and reorder dependencies
    
    * Add stability example to cpacspy_use and to the notebook
    aidanjungo authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    38eed52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a253444 View commit details
    Browse the repository at this point in the history
  3. Update to version 0.1.4

    aidanjungo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    bdb8e9c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Cast aeromap data as float (#22)

    * Force aeromap data as float
    
    * Add test to check if everything is float
    
    * Bump to version 0.1.5
    aidanjungo authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2e6f026 View commit details
    Browse the repository at this point in the history
  2. Replace os by pathlib and adapt some tests (#23)

    * Replace os by pathlib and adapt some tests
    
    * remove some string paths
    
    * Remove tixi from requierements
    aidanjungo authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3e5bed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Fix sign of the slope for directional stability (#24)

    * Fix sign of the slope for directional stability
    
    * Bump to version 0.1.6
    aidanjungo authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f7e38b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Fix filter for stabilites (#25)

    * Fix filters
    
    * Update version 0.1.7
    
    * use Ubuntu 20.04 for test
    aidanjungo authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    cf010a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Remove useless prints

    aidanjungo committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c8e72b2 View commit details
    Browse the repository at this point in the history
  2. Add codecov setting files

    aidanjungo committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2c7d9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f975a34 View commit details
    Browse the repository at this point in the history
Loading